diff options
author | Michael Gilroy <michael.gilroy24@gmail.com> | 2017-07-15 11:30:48 +0000 |
---|---|---|
committer | Michael Gilroy <michael.gilroy24@gmail.com> | 2017-07-15 11:30:48 +0000 |
commit | 6aa7eb4de30bd5c4a48948af5178eb990ab82cdf (patch) | |
tree | 626f7bea5f982b1440827a9f3362c96a06537983 | |
parent | initial validate_mpi_targets (diff) | |
download | gentoo-mpi-6aa7eb4de30bd5c4a48948af5178eb990ab82cdf.tar.gz gentoo-mpi-6aa7eb4de30bd5c4a48948af5178eb990ab82cdf.tar.bz2 gentoo-mpi-6aa7eb4de30bd5c4a48948af5178eb990ab82cdf.zip |
exporting lflags
-rw-r--r-- | eclass/mpi-select.eclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/eclass/mpi-select.eclass b/eclass/mpi-select.eclass index 4fd2fae..872cae0 100644 --- a/eclass/mpi-select.eclass +++ b/eclass/mpi-select.eclass @@ -102,6 +102,9 @@ mpi_foreach_implementation() mpi_wrapper() { export BUILD_DIR="${PF}-${ABI}" + + # add lflags + export LFLAGS="/usr/lib/mpi/$(get_implementation)/usr/bin" echo ${impl} |