[freefempp] 03/23: Fix location of superlu header
Dimitrios Eftaxiopoulos
eftaxiop-guest at alioth.debian.org
Wed Sep 11 21:36:59 UTC 2013
This is an automated email from the git hooks/post-receive script.
eftaxiop-guest pushed a commit to branch eftaxiop
in repository freefempp.
commit d0785175a27435b87c405f7650c1e919bc1cf9fa
Author: Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>
Date: Sat Sep 7 22:51:43 2013 +0300
Fix location of superlu header
---
configure.ac | 2 +-
debian/patches/configure-ac.patch | 11 +++++++++++
debian/patches/series | 1 +
3 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 8a7b143..3937db8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1898,7 +1898,7 @@ m4_map([AC_FF_WHERELIB],[
[[hypre],[-lHYPRE]],
[[fftw3],[-lfftw3],[/usr/include/fftw3.h],[]],
[[superlu_dist],[-lsuperlu-dist],[superlu-dist/superlu_defs.h],[]],
- [[superlu],[-lsuperlu],[superlu/slu_ddefs.h],[]],
+ [[superlu],[-lsuperlu],[/usr/include/superlu/slu_ddefs.h],[]],
[[Superlu4],[-lsuperlu4],[superlu4/slu_ddefs.h],[]],
[[blacs],[ -lblacsCinit$ff_with_mpi -lblacsF77init$ff_with_mpi -lblacs$ff_with_mpi],[]],
[[scalapack],[-lscalapack$ff_with_mpi],[]],
diff --git a/debian/patches/configure-ac.patch b/debian/patches/configure-ac.patch
new file mode 100644
index 0000000..fef255d
--- /dev/null
+++ b/debian/patches/configure-ac.patch
@@ -0,0 +1,11 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -1898,7 +1898,7 @@
+ [[hypre],[-lHYPRE]],
+ [[fftw3],[-lfftw3],[/usr/include/fftw3.h],[]],
+ [[superlu_dist],[-lsuperlu-dist],[superlu-dist/superlu_defs.h],[]],
+- [[superlu],[-lsuperlu],[superlu/slu_ddefs.h],[]],
++ [[superlu],[-lsuperlu],[/usr/include/superlu/slu_ddefs.h],[]],
+ [[Superlu4],[-lsuperlu4],[superlu4/slu_ddefs.h],[]],
+ [[blacs],[ -lblacsCinit$ff_with_mpi -lblacsF77init$ff_with_mpi -lblacs$ff_with_mpi],[]],
+ [[scalapack],[-lscalapack$ff_with_mpi],[]],
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..4538f96 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+configure-ac.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/freefempp.git
More information about the debian-science-commits
mailing list