diff options
author | jsbronder <jsbronder@32389bae-6d03-0410-99cf-db05cde120eb> | 2008-04-01 01:30:53 +0000 |
---|---|---|
committer | jsbronder <jsbronder@32389bae-6d03-0410-99cf-db05cde120eb> | 2008-04-01 01:30:53 +0000 |
commit | e0d6a37a90c53842c8e5b4ab0460af75715c684d (patch) | |
tree | c2ca239cb7873d2fbd1331b6e0d805766ebdbb8c /eclass | |
parent | removed mkl, now in main tree (diff) | |
download | sci-e0d6a37a90c53842c8e5b4ab0460af75715c684d.tar.gz sci-e0d6a37a90c53842c8e5b4ab0460af75715c684d.tar.bz2 sci-e0d6a37a90c53842c8e5b4ab0460af75715c684d.zip |
Bump eselect-mpi. Fix mpi.eclass so it correctly reports the mpi_dir when building implementations via empi.
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@997 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mpi.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mpi.eclass b/eclass/mpi.eclass index 8e59f5257..6f7eb0e81 100644 --- a/eclass/mpi.eclass +++ b/eclass/mpi.eclass @@ -134,7 +134,7 @@ get_imp() { } get_mpi_dir() { - if is_empi_build && is_imp ${CATEGORY}; then + if is_empi_imp_build || is_imp ${CATEGORY}; then echo "/usr/$(get_libdir)/mpi/${MPI_IMP}" fi } |