source:
issm/oecreview/Archive/13393-13976/ISSM-13871-13872.diff
Last change on this file was 13980, checked in by , 12 years ago | |
---|---|
File size: 1.1 KB |
-
../trunk-jpl/externalpackages/gsl/install-android.sh
24 24 if [[ $step == "2" || $step == "0" ]]; then 25 25 cd src 26 26 27 autoreconf -iv --force -I $ LIBTOOL_DIR/share/aclocal/27 autoreconf -iv --force -I $ISSM_DIR/externalpackages/autotools/install/share/aclocal 28 28 29 29 ./configure \ 30 30 --build="i386-apple-darwin10.8.0" \ … … 35 35 36 36 #Compile gsl 37 37 if [[ $step == "3" || $step == "0" ]]; then 38 cd src 38 39 if [ $# -eq 0 ]; then 39 40 make $j 40 41 else … … 43 44 44 45 make install 45 46 fi 47 -
../trunk-jpl/externalpackages/gsl
Note:
See TracBrowser
for help on using the repository browser.