summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2008-03-29 09:12:27 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2008-03-29 09:12:27 +0000
commite3ea3fcc58b21c0dfd51b110d8c15fb305a615bd (patch)
tree7225be1e2defa7b506a22ff5d5fd171b77ebfe7f /sci-libs/mkl/files/mkl-10.0.2.018-openmpi.patch
parentChanged sed separator to : for robust path string substitution (BLAS_LIBS) (diff)
downloadgentoo-2-e3ea3fcc58b21c0dfd51b110d8c15fb305a615bd.tar.gz
gentoo-2-e3ea3fcc58b21c0dfd51b110d8c15fb305a615bd.tar.bz2
gentoo-2-e3ea3fcc58b21c0dfd51b110d8c15fb305a615bd.zip
Version bump. Much rewriting for new linking framework in layers, and eselect profiles. Closing bug #201465, thanks Eric Thibodeau for his initial work
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-libs/mkl/files/mkl-10.0.2.018-openmpi.patch')
-rw-r--r--sci-libs/mkl/files/mkl-10.0.2.018-openmpi.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/sci-libs/mkl/files/mkl-10.0.2.018-openmpi.patch b/sci-libs/mkl/files/mkl-10.0.2.018-openmpi.patch
new file mode 100644
index 000000000000..6f7f9edebb0f
--- /dev/null
+++ b/sci-libs/mkl/files/mkl-10.0.2.018-openmpi.patch
@@ -0,0 +1,18 @@
+--- interfaces/fftw2x_cdft/makefile.orig 2008-03-11 23:26:26.287984332 +0000
++++ interfaces/fftw2x_cdft/makefile 2008-03-13 10:56:44.755095617 +0000
+@@ -172,6 +172,15 @@
+ endif
+
+
++ifeq ($(mpi),openmpi)
++CS = mpicc
++ifdef mpidir
++_CS = $(mpidir)/bin/$(CS)
++else
++_CS = $(CS)
++endif
++endif
++
+ vpath %.c wrappers
+
+ $(WRP): %.o: %.c