[petsc] 01/05: Disable pastix.
Anton Gladky
gladk at alioth.debian.org
Wed Sep 11 19:36:45 UTC 2013
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository petsc.
commit a56699e382157fc93ef392ea8f1b13f924a362e7
Author: Anton Gladky <gladky.anton at gmail.com>
Date: Wed Sep 11 19:17:15 2013 +0200
Disable pastix.
---
debian/changelog | 3 +++
debian/rules | 4 ++++
2 files changed, 7 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index ea41081..697d12e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,9 @@ petsc (3.4.2.dfsg-1) unstable; urgency=low
* Make copying config.guess and config.sub independent of
automake version. (Closes: #713208)
+ [ Anton Gladky ]
+ * Disable pastix
+
-- Christophe Trophime <christophe.trophime at lncmi.cnrs.fr> Tue, 20 Aug 2013 14:08:13 +0200
petsc (3.2.dfsg-6) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index daf297c..a30ae36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -115,6 +115,8 @@ build-arch:
--with-fftw=1 --with-fftw-include=/usr/include \
--with-fftw-lib=[/usr/lib/$(DEB_HOST_GNU_TYPE)/libfftw3.so,/usr/lib/$(DEB_HOST_GNU_TYPE)/libfftw3_mpi.so] \
$(PETSC_HDF5_FLAGS) --CXX_LINKER_FLAGS="-Wl,--no-as-needed"
+# --with-pastix=1 --with-pastix-include=/usr/include/pastix \
+# --with-pastix-lib=[/usr/lib/libpastix.so] \
# --with-superlu=1 --with-superlu-include=/usr/include/superlu \
# --with-superlu-lib=/usr/lib/libsuperlu.so \
# --with-sprng=1 --with-sprng-include=/usr/include/sprng \
@@ -147,6 +149,8 @@ build-arch:
--with-fftw=1 --with-fftw-include=/usr/include \
--with-fftw-lib=[/usr/lib/$(DEB_HOST_GNU_TYPE)/libfftw3.so,/usr/lib/$(DEB_HOST_GNU_TYPE)/libfftw3_mpi.so] \
$(PETSC_HDF5_FLAGS) --CXX_LINKER_FLAGS="-Wl,--no-as-needed"
+# --with-pastix=1 --with-pastix-include=/usr/include/pastix \
+# --with-pastix-lib=[/usr/lib/libpastix.so] \
# --with-superlu=1 --with-superlu-include=/usr/include/superlu \
# --with-superlu-lib=/usr/lib/libsuperlu.so \
# --with-sprng=1 --with-sprng-include=/usr/include/sprng \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/petsc.git
More information about the debian-science-commits
mailing list