Changeset 22613
- Timestamp:
- 03/22/18 16:19:02 (7 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/dakota/configs/6.2/CMakeLists.txt.petsclibs.patch
r22102 r22613 3 3 --- 4 4 > # TODO: Can't this be integrated into the following logic? 5 > set(BLAS_LIBS "-L/u/astrid-r1b/schlegel/issm/trunk/externalpackages/petsc/install/lib/ -lfblas -L/usr/lib/gcc/x86_64-linux-gnu/4.8/ -lgfortran") 6 > set(LAPACK_LIBS "-L/u/astrid-r1b/schlegel/issm/trunk/externalpackages/petsc/install/lib/ -lflapack -L/usr/lib/gcc/x86_64-linux-gnu/4.8/ -lgfortran") 5 > set(BLAS_LIBS "-L$ENV{ISSM_DIR}/externalpackages/petsc/install/lib -lfblas -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -lgfortran") > set(LAPACK_LIBS "-L$ENV{ISSM_DIR}/externalpackages/petsc/install/lib -lflapack -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -lgfortran") -
issm/trunk-jpl/externalpackages/dakota/install-6.2-linux64.sh
r20998 r22613 26 26 patch $DAK_SRC/cmake/BuildDakotaCustom.cmake configs/6.2/BuildDakotaCustom.cmake.patch 27 27 patch $DAK_SRC/cmake/DakotaDev.cmake configs/6.2/DakotaDev.cmake.patch 28 patch $DAK_SRC/CMakeLists.txt configs/6.2/CMakeLists.txt.petsclibs.patch 28 29 29 30 #Apply patches -
issm/trunk-jpl/jenkins/linux64_ross_dakota
r22571 r22613 13 13 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ 14 14 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ 15 --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lmpi " \15 --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lmpi -lmpicxx -lmpifort" \ 16 16 --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \ 17 17 --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \ 18 18 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \ 19 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install /\19 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \ 20 20 --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \ 21 --with-chaco-dir= "$ISSM_DIR/externalpackages/chaco/install"\21 --with-chaco-dir=$ISSM_DIR/externalpackages/chaco/install \ 22 22 --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \ 23 --with-boost-dir=$ISSM_DIR/externalpackages/boost/install /\24 --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.9 /-lgfortran" \23 --with-boost-dir=$ISSM_DIR/externalpackages/boost/install \ 24 --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.9 -lgfortran" \ 25 25 --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \ 26 26 --with-numthreads=4 \ 27 27 --enable-development \ 28 --enable-debugging 28 --enable-debugging' 29 29 30 30 #PYTHON and MATLAB testing
Note:
See TracChangeset
for help on using the changeset viewer.