Changeset 13987
- Timestamp:
- 11/19/12 16:09:05 (12 years ago)
- Location:
- issm/trunk-jpl/externalpackages/gsl
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/gsl/install-android.sh
r13943 r13987 25 25 cd src 26 26 27 mv ./../Makefile.am.patch ./ 27 28 patch Makefile.am < Makefile.am.patch 28 29 29 30 autoreconf -iv --force -I $ISSM_DIR/externalpackages/autotools/install/share/aclocal 30 31 … … 38 39 #Compile gsl 39 40 if [[ $step == "3" || $step == "0" ]]; then 40 cd src 41 cd $ISSM_DIR/externalpackages/gsl/src 42 41 43 if [ $# -eq 0 ]; then 42 make $j44 make 43 45 else 44 46 make -j $j
Note:
See TracChangeset
for help on using the changeset viewer.