sys-cluster/openmpi: fix parallel build when f08 is enabled
authorChristoph Junghans <junghans@gentoo.org>
Tue, 22 May 2018 02:16:38 +0000 (20:16 -0600)
committerChristoph Junghans <junghans@gentoo.org>
Tue, 22 May 2018 02:16:54 +0000 (20:16 -0600)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

sys-cluster/openmpi/openmpi-2.0.2.ebuild
sys-cluster/openmpi/openmpi-2.0.4.ebuild

index b29834dd620e730bbb42fd1de332c7b2527b6dfb..bdac184888c01afa5b540e2d8c62364faecfb357 100644 (file)
@@ -134,6 +134,9 @@ multilib_src_configure() {
                $(multilib_native_use_enable openmpi_ofed_features_failover btl-openib-failover) \
                $(multilib_native_use_with openmpi_rm_pbs tm) \
                $(multilib_native_use_with openmpi_rm_slurm slurm)
+
+       # fix parallel build when f08 is enabled
+       mkdir -p ompi/mpi/fortran/use-mpi-f08/profile || die
 }
 
 multilib_src_test() {
index b5edfc0981c8f71478d4787f80c54a18e767b956..68208b7b655303fdc0472eee0bb7f4d7f7d122d9 100644 (file)
@@ -134,6 +134,9 @@ multilib_src_configure() {
                $(multilib_native_use_enable openmpi_ofed_features_failover btl-openib-failover) \
                $(multilib_native_use_with openmpi_rm_pbs tm) \
                $(multilib_native_use_with openmpi_rm_slurm slurm)
+
+       # fix parallel build when f08 is enabled
+       mkdir -p ompi/mpi/fortran/use-mpi-f08/profile || die
 }
 
 multilib_src_test() {