[petsc] 01/01: Use '=' to assign configure options
Drew Parsons
dparsons at moszumanska.debian.org
Fri May 13 09:28:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
dparsons pushed a commit to branch experimental
in repository petsc.
commit 700362ea339e5cfd44995388cece58f900ddb688
Author: Drew Parsons <dparsons at debian.org>
Date: Fri May 13 17:27:13 2016 +0800
Use '=' to assign configure options
Otherwise configure fails with the error:
can't pickle file objects
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 283f5ef..d7a0306 100755
--- a/debian/rules
+++ b/debian/rules
@@ -86,7 +86,7 @@ PACKAGE_COMPLEX_DEBUG_INSTALL_BASEDIR=debian/tmp/$(PETSC_NAME)-complex-debug
PACKAGE_COMPLEX_DEBUG_INSTALL_DIR=$(PACKAGE_COMPLEX_DEBUG_INSTALL_BASEDIR)/$(PETSC_COMPLEX_DEBUG_DIR_PREFIX)
CONFIGURATION_OPTIONS=--with-shared-libraries \
- --useThreads 0 \
+ --useThreads=0 \
--with-fortran-interfaces=1 \
--with-mpi-dir=$(PETSC_MPI_DIR) \
--with-blas-lib=-lblas --with-lapack-lib=-llapack \
--
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