]> https://gitweb.dealii.org/ - candi.git/commitdiff
Fix a bug where boost and deal.II would pick different version of zlib and a bug...
authorBruno Turcksin <bruno.turcksin@gmail.com>
Wed, 22 Jul 2015 15:19:48 +0000 (10:19 -0500)
committerBruno Turcksin <bruno.turcksin@gmail.com>
Wed, 22 Jul 2015 15:19:48 +0000 (10:19 -0500)
deal.II/packages/dealii-prepare.package
deal.II/packages/trilinos.package
deal.II/packages/zlib.package

index ea502dc84e4d775273ade04ec46485b4b205fbc5..9f86854bb41af4385ab1b3b84fa3f4e164df9f7f 100644 (file)
@@ -34,7 +34,7 @@ PACKAGES_OFF=${PACKAGES_OFF,,}
 #########################################################################
 TRILINOS_CONFOPTS=" \
 -D BLAS_LIBRARY_DIRS:STRING=${BLAS_DIR} \
--D LAPACK_LIBRARY_DIRS:STRING=${LAPACK_LIBRARY_DIRS} \
+-D LAPACK_LIBRARY_DIRS:STRING=${LAPACK_DIR} \
 "
 
 if [[ ${MKL} == ON ]]; then
index 6461679def194b3da3397a5bbadd97ee544d49d4..e6748c467191eb11ca63e466c113af944e2b22bf 100644 (file)
@@ -7,7 +7,8 @@ CHECKSUM=26a07a4fe43e49a8208953dea5ab2652
 # 11.10.2 CHECKSUM=37bbbb30756e9cb2d35c092954d2f1eb
 BUILDCHAIN=cmake
 
-CONFOPTS="-D Trilinos_ENABLE_OpenMP:BOOL=OFF \
+CONFOPTS="${TRILINOS_CONFOPTS} \
+          -D Trilinos_ENABLE_OpenMP:BOOL=OFF \
           -D TPL_ENABLE_TBB:BOOL=OFF \
           -D Trilinos_ENABLE_Didasko:BOOL=ON \
           -D Trilinos_ENABLE_Sacado:BOOL=ON \
index a4137debba2f6131e36df03812e0a809689dbcb0..5e590ab311926f53bb889c958f899cc0b0ae84a4 100644 (file)
@@ -13,4 +13,6 @@ package_specific_build () {
        
 package_specific_register () {
     export ZLIB_DIR=${INSTALL_PATH}/
+    export ZLIB_INCLUDE=${INSTALL_PATH}/include
+    export ZLIB_LIBPATH=${INSTALL_PATH}/lib
 }

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.