aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb>2008-03-29 09:14:35 +0000
committerbicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb>2008-03-29 09:14:35 +0000
commit99ead3e81a6009998f463c4ded24e2bf1ddcbada (patch)
treece15b75f945c5b6c61b6153830b15010cb6c0a8a /sci-libs/mkl/files
parentcdsclient: bump (diff)
downloadsci-99ead3e81a6009998f463c4ded24e2bf1ddcbada.tar.gz
sci-99ead3e81a6009998f463c4ded24e2bf1ddcbada.tar.bz2
sci-99ead3e81a6009998f463c4ded24e2bf1ddcbada.zip
removed mkl, now in main tree
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@996 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'sci-libs/mkl/files')
-rw-r--r--sci-libs/mkl/files/mkl-10.0.2.018-openmpi.patch18
-rw-r--r--sci-libs/mkl/files/mkl-10.0.2.018-tests.patch21
2 files changed, 0 insertions, 39 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
deleted file mode 100644
index 6f7f9edeb..000000000
--- a/sci-libs/mkl/files/mkl-10.0.2.018-openmpi.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- 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
diff --git a/sci-libs/mkl/files/mkl-10.0.2.018-tests.patch b/sci-libs/mkl/files/mkl-10.0.2.018-tests.patch
deleted file mode 100644
index 975170f7d..000000000
--- a/sci-libs/mkl/files/mkl-10.0.2.018-tests.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- tests/scalapack/make.inc.orig 2008-03-13 22:36:06.119890888 +0000
-+++ tests/scalapack/make.inc 2008-03-13 22:54:58.201781899 +0000
-@@ -59,6 +59,9 @@
- IFACE_PART = _ilp64
- COPTS = -DMKL_ILP64
- FOPTS = -i8
-+ifeq ($(compiler),gnu)
-+FOPTS = -fdefault-integer-8
-+endif
- else
- ADD_IFACE = _lp64
- IFACE_PART = _lp64
-@@ -203,7 +206,7 @@
- # Compiler flags
- F77FLAGS=-w -u $(OPTS)
- ifeq ($(comp),gnu)
--F77FLAGS=$(OPTS) -ff90 -fno-globals -Wno-globals
-+F77FLAGS=$(OPTS)
- endif
- # Remove objects variable
- RMOBJ=rm -f *.o core work.pc*