diff options
author | Michael Gilroy <michael.gilroy24@gmail.com> | 2017-07-19 15:37:30 -0600 |
---|---|---|
committer | Michael Gilroy <michael.gilroy24@gmail.com> | 2017-07-19 15:37:30 -0600 |
commit | 185094804fa80a7130ae6f4265c22a3c71c25ad9 (patch) | |
tree | 4d7446ac5c1cbe4d9b79890e1a8374c1e10d4dd7 | |
parent | added mpi.eclass functions to mpi-select (diff) | |
download | gentoo-mpi-185094804fa80a7130ae6f4265c22a3c71c25ad9.tar.gz gentoo-mpi-185094804fa80a7130ae6f4265c22a3c71c25ad9.tar.bz2 gentoo-mpi-185094804fa80a7130ae6f4265c22a3c71c25ad9.zip |
added LDFLAGS to src_configure
-rw-r--r-- | eclass/mpi-select.eclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/eclass/mpi-select.eclass b/eclass/mpi-select.eclass index c3c8267..6eab65e 100644 --- a/eclass/mpi-select.eclass +++ b/eclass/mpi-select.eclass @@ -195,6 +195,8 @@ mpi-select_src_configure() einfo "hit openmpi" fi + export LDFLAGS="/usr/lib/mpi/$(get_implementation)/usr/bin:LDFLAGS" + mpi-select_src_configure() { mkdir -p "${BUILD_DIR}" || die |