source:
issm/oecreview/Archive/21724-22754/ISSM-22528-22529.diff@
22755
Last change on this file since 22755 was 22755, checked in by , 7 years ago | |
---|---|
File size: 643 bytes |
-
../trunk-jpl/externalpackages/gslib/install.sh
17 17 18 18 #Change compiler to gfortran 19 19 cd install 20 cat Makefile | sed -e "s/FC=g95/FC= ifort/g" > Makefile.bak20 cat Makefile | sed -e "s/FC=g95/FC=gfortran/g" > Makefile.bak 21 21 mv Makefile.bak Makefile 22 cat gslib/Makefile | sed -e "s/FC=g95/FC= ifort/g" > Makefile.bak22 cat gslib/Makefile | sed -e "s/FC=g95/FC=gfortran/g" > Makefile.bak 23 23 mv Makefile.bak gslib/Makefile 24 24 make
Note:
See TracBrowser
for help on using the repository browser.