Changeset 24462


Ignore:
Timestamp:
12/10/19 00:11:34 (5 years ago)
Author:
jdquinn
Message:

CHG: Minor cleanup/corrections

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/macosx_pine-island

    r24458 r24462  
    1313        --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \
    1414        --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/mpich/install/lib -lmpi -lmpicxx -lmpifort" \
     15        --with-blas-lapack-dir=$ISSM_DIR/externalpackages/lapack/install \
    1516        --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \
    1617        --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \
     
    4142        cmake           install.sh
    4243        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
    4446        triangle        install-macosx64.sh
    4547        chaco           install.sh
  • issm/trunk-jpl/m4/issm_options.m4

    r24370 r24462  
    523523                                if test x$DAKOTA_VERSION = x5.1 || test x$DAKOTA_VERSION = x5.2; then
    524524                                        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"
    526525                                else if test x$DAKOTA_VERSION = x5.3 || test x$DAKOTA_VERSION = x5.3.1; then
    527526                                        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"
     
    14981497                *linux*)
    14991498                        BLASLAPACKLIB="-L${BLASLAPACK_ROOT}/lib"
    1500                         if ls ${BLASLAPACK_ROOT}/lib/libflapack.* 1> /dev/null 2>&1; then
     1499                        if ls ${BLASLAPACKLIB}/libflapack.* 1> /dev/null 2>&1; then
    15011500                                BLASLAPACKLIB+=" -lflapack -lfblas"
    15021501                        else
     
    15061505                *darwin*)
    15071506                        BLASLAPACKLIB="-L${BLASLAPACK_ROOT}/lib"
    1508                         if test -f "${BLASLAPACKLIB}/libflapack.*"; then
     1507                        if ls ${BLASLAPACKLIB}/libflapack.* 1> /dev/null 2>&1; then
    15091508                                BLASLAPACKLIB+=" -lflapack -lfblas"
    15101509                        else
Note: See TracChangeset for help on using the changeset viewer.