Changeset 22788
- Timestamp:
- 05/15/18 15:56:49 (7 years ago)
- Location:
- issm/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/jenkins/linux64_ross_static
r22758 r22788 23 23 --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \ 24 24 --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \ 25 --with-math77-dir=$ISSM_DIR/externalpackages/math77/install \ 25 26 --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.9/ -lgfortran" \ 26 27 --with-numthreads=4' … … 41 42 petsc install-3.7-linux64-static.sh 42 43 triangle install-linux64.sh 44 math77 install.sh 45 gmsh install-static.sh 43 46 shell2junit install.sh" 44 47 -
issm/trunk/jenkins/macosx_pine-island_static
r22774 r22788 43 43 math77 install.sh 44 44 gmsh install-static.sh 45 hdf5 install.sh46 netcdf install.sh47 gdal install-1.10-linux64-nopython.sh48 gshhg install.sh49 gmt install-static.sh50 45 shell2junit install.sh" 51 46 -
issm/trunk/packagers/macosx/package.sh
r22783 r22788 13 13 echo "gmsh not found" 14 14 fi 15 echo "move gmt to bin"16 if [ -f ../externalpackages/gmt/install/bin/gmt ]; then17 cp ../externalpackages/gmt/install/bin/gmt .18 else19 echo "gmt not found"20 fi21 15 22 16 #Check that test101 runs … … 32 26 fi 33 27 34 #Package using the Package Maker from OSX, driven by command line.35 28 tarball_name='issm-mac-static_build.tar.gz' 36 29 … … 43 36 rm -rf trunk 44 37 mkdir trunk 45 #Need script to download data46 38 cp -rf bin lib test examples scripts trunk/ 47 39 tar -czf $tarball_name trunk -
issm/trunk/packagers/ubuntu/package.sh
r22171 r22788 7 7 cp ../externalpackages/mpich/install/bin/mpiexec . 8 8 cp ../externalpackages/mpich/install/bin/hydra_pmi_proxy . 9 echo "move gmsh to bin" 10 if [ -f ../externalpackages/gmsh/install/gmsh ]; then 11 cp ../externalpackages/gmsh/install/gmsh . 12 else 13 echo "gmsh not found" 14 fi 9 15 10 16 #Check that test101 runs … … 30 36 rm -rf trunk 31 37 mkdir trunk 32 cp -rf bin lib test examples trunk/38 cp -rf bin lib test examples scripts trunk/ 33 39 tar -czf $tarball_name trunk 34 40 ls -lah $tarball_name
Note:
See TracChangeset
for help on using the changeset viewer.