Changeset 27195
- Timestamp:
- 08/05/22 01:33:07 (3 years ago)
- Location:
- issm/trunk-jpl/externalpackages/gdal
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/gdal/install-3-python-static.sh
r27189 r27195 42 42 --enable-static \ 43 43 --with-pic \ 44 --with-python \44 --with-python=python3 \ 45 45 --with-curl="${CURL_ROOT}/bin/curl-config" \ 46 46 --with-hdf5="${HDF5_ROOT}" \ -
issm/trunk-jpl/externalpackages/gdal/install-3-python.sh
r27189 r27195 34 34 --prefix="${PREFIX}" \ 35 35 --enable-fast-install \ 36 --with-python \36 --with-python=python3 \ 37 37 --with-hdf5="${HDF5_ROOT}" \ 38 38 --with-libz="${ZLIB_ROOT}" \
Note:
See TracChangeset
for help on using the changeset viewer.