Changeset 24462
- Timestamp:
- 12/10/19 00:11:34 (5 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/macosx_pine-island
r24458 r24462 13 13 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ 14 14 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/mpich/install/lib -lmpi -lmpicxx -lmpifort" \ 15 --with-blas-lapack-dir=$ISSM_DIR/externalpackages/lapack/install \ 15 16 --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \ 16 17 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \ … … 41 42 cmake install.sh 42 43 mpich install-3.3.sh 43 petsc install-3.7-mac.sh 44 lapack install-3.8-mac.sh 45 petsc install-3.7-linux.sh 44 46 triangle install-macosx64.sh 45 47 chaco install.sh -
issm/trunk-jpl/m4/issm_options.m4
r24370 r24462 523 523 if test x$DAKOTA_VERSION = x5.1 || test x$DAKOTA_VERSION = x5.2; then 524 524 DAKOTALIB="-L$DAKOTA_ROOT/lib -ldakota -lteuchos -lpecos -llhs -lsparsegrid -lsurfpack -lconmin -lddace -lfsudace -ljega -lcport -loptpp -lpsuade -lncsuopt -lcolin -linterfaces -lmomh -lscolib -lpebbl -ltinyxml -lutilib -l3po -lhopspack -lnidr -lamplsolver -lboost_signals -lboost_regex -lboost_filesystem -lboost_system" 525 dnl DAKOTALIB+= "-lgslcblas -L/usr/lib -lblas -llapack"526 525 else if test x$DAKOTA_VERSION = x5.3 || test x$DAKOTA_VERSION = x5.3.1; then 527 526 DAKOTAFLAGS="-DDISABLE_DAKOTA_CONFIG_H -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -DDAKOTA_PLUGIN -DBOOST_DISABLE_ASSERTS -DDAKOTA_HAVE_BOOST_FS -DHAVE_UNISTD_H -DHAVE_SYSTEM -DHAVE_WORKING_FORK -DHAVE_WORKING_VFORK -DHAVE_SYS_WAIT_H -DHAVE_USLEEP -DDAKOTA_F90 -DDAKOTA_HAVE_MPI -DHAVE_PECOS -DHAVE_SURFPACK -DDAKOTA_COLINY -DDAKOTA_UTILIB -DHAVE_ADAPTIVE_SAMPLING -DHAVE_CONMIN -DDAKOTA_DDACE -DHAVE_FSUDACE -DDAKOTA_HOPS -DHAVE_JEGA -DHAVE_NCSU -DHAVE_NL2SOL -DHAVE_OPTPP -DDAKOTA_OPTPP -DHAVE_PSUADE -DHAVE_AMPL" … … 1498 1497 *linux*) 1499 1498 BLASLAPACKLIB="-L${BLASLAPACK_ROOT}/lib" 1500 if ls ${BLASLAPACK _ROOT}/lib/libflapack.* 1> /dev/null 2>&1; then1499 if ls ${BLASLAPACKLIB}/libflapack.* 1> /dev/null 2>&1; then 1501 1500 BLASLAPACKLIB+=" -lflapack -lfblas" 1502 1501 else … … 1506 1505 *darwin*) 1507 1506 BLASLAPACKLIB="-L${BLASLAPACK_ROOT}/lib" 1508 if test -f "${BLASLAPACKLIB}/libflapack.*"; then1507 if ls ${BLASLAPACKLIB}/libflapack.* 1> /dev/null 2>&1; then 1509 1508 BLASLAPACKLIB+=" -lflapack -lfblas" 1510 1509 else
Note:
See TracChangeset
for help on using the changeset viewer.