source: issm/oecreview/Archive/11618-11630/ISSM-11625-11626.diff@ 11991

Last change on this file since 11991 was 11991, checked in by Eric.Larour, 13 years ago

oecreview from 11518 to present

File size: 809 bytes
RevLine 
[11991]1Index: /proj/ice/larour/issm-uci-clean/trunk-jpl/externalpackages/dakota/install-macosx64.sh
2===================================================================
3--- /proj/ice/larour/issm-uci-clean/trunk-jpl/externalpackages/dakota/install-macosx64.sh (revision 11625)
4+++ /proj/ice/larour/issm-uci-clean/trunk-jpl/externalpackages/dakota/install-macosx64.sh (revision 11626)
5@@ -32,8 +32,8 @@
6 --without-graphics \
7 --with-pic \
8 --disable-mpi \
9- --with-blas=/usr/lib/libblas.dylib \
10- --with-lapack=/usr/lib/liblapack.dylib
11+ --with-blas="-L$ISSM_TIER/externalpackages/petsc/install/lib -lfblas " \
12+ --with-lapack="-L$ISSM_TIER/externalpackages/petsc/install/lib -lflapack -lPLAPACK "
13 cd ..
14
15 #Before compiling, if running on 64 bits, we need to active fPIC compilation. Some packages
Note: See TracBrowser for help on using the repository browser.