[Pkg-scicomp-commits] petsc/trunk/debian

Christophe Prud'homme prudhomm at debian.org
Tue Apr 7 11:31:00 UTC 2009


SVN commit 4357 by prudhomm:

use prefix

 M  +2 -0      petsc/trunk/debian/rules  


--- petsc/trunk/debian/rules #4356:4357
@@ -92,6 +92,7 @@
 # Build optimized libs second so files are consistent with optimized.
 build-arch: patch
 	PETSC_DIR=$(CURDIR) ./config/configure.py \
+          --prefix=/usr \
 	  --with-debugging=1 \
 	  --useThreads 0 --with-mpi-dir=$(PETSC_MPI_DIR) \
 	  --with-blas-lib=-lblas --with-lapack-lib=-llapack \
@@ -106,6 +107,7 @@
 	$(MAKE) PETSC_ARCH=$(PETSC_ARCH)-c-debug PETSC_DIR=$(CURDIR) \
 	  PETSC_INSTALL_DIR=/usr/lib/petscdir/$(PETSC_VERSION)
 	PETSC_DIR=$(CURDIR) ./config/configure.py --with-shared --with-dynamic\
+          --prefix=/usr \
 	  --with-debugging=0 \
 	  --useThreads 0 --with-mpi-dir=$(PETSC_MPI_DIR) --with-mpi-shared=1 \
 	  --with-blas-lib=-lblas --with-lapack-lib=-llapack \



More information about the Pkg-scicomp-commits mailing list