aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <sebfabbro@gmail.com>2011-01-10 06:09:24 +0000
committerSébastien Fabbro <sebfabbro@gmail.com>2011-01-10 06:09:24 +0000
commitba0f4cdfdf0316b728161ecd78f9fff5ee5ae623 (patch)
treecdabd272cc62cb7f901a6a4961e97e4d7bd8dfd4 /sci-libs/shogun/files/shogun-0.9.3-lapack.patch
parentmore removing (diff)
downloadsci-ba0f4cdfdf0316b728161ecd78f9fff5ee5ae623.tar.gz
sci-ba0f4cdfdf0316b728161ecd78f9fff5ee5ae623.tar.bz2
sci-ba0f4cdfdf0316b728161ecd78f9fff5ee5ae623.zip
more cleaning
Diffstat (limited to 'sci-libs/shogun/files/shogun-0.9.3-lapack.patch')
-rw-r--r--sci-libs/shogun/files/shogun-0.9.3-lapack.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/sci-libs/shogun/files/shogun-0.9.3-lapack.patch b/sci-libs/shogun/files/shogun-0.9.3-lapack.patch
deleted file mode 100644
index 32e41aa1d..000000000
--- a/sci-libs/shogun/files/shogun-0.9.3-lapack.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/configure.orig 2010-06-01 19:49:30.000000000 +0100
-+++ src/configure 2010-06-01 19:52:05.000000000 +0100
-@@ -2421,13 +2421,13 @@
- }
- EOF
- echocheck "AMD ACML support"
-- if cc_check -lacml -lcblas -lgfortran
-+ if cc_check $(pkg-config --libs cblas lapack)
- then
- echores "yes"
- HAVE_ACML='#define HAVE_ACML 1'
- HAVE_LAPACK='#define HAVE_LAPACK 1'
- DEFINES="$DEFINES -DHAVE_ACML -DHAVE_LAPACK"
-- LINKFLAGS="$LINKFLAGS -lacml -lcblas -lgfortran"
-+ LINKFLAGS="$LINKFLAGS $(pkg-config --libs cblas lapack)"
- else
- echores "no"
-