Changeset 13872
- Timestamp:
- 11/04/12 15:40:24 (12 years ago)
- Location:
- issm/trunk-jpl/externalpackages/gsl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/gsl
- Property svn:ignore
-
old new 1 install-macosx* 1 2 *.gz 2 3 install
-
- Property svn:ignore
-
issm/trunk-jpl/externalpackages/gsl/install-android.sh
r13249 r13872 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 \ … … 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 … … 44 45 make install 45 46 fi 47
Note:
See TracChangeset
for help on using the changeset viewer.