Changeset 27699
- Timestamp:
- 04/20/23 15:37:26 (2 years ago)
- Location:
- issm/trunk-jpl/externalpackages/gdal
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/gdal/install-3-python-static.sh
r27567 r27699 44 44 --with-python="python3" \ 45 45 --with-curl="${CURL_ROOT}/bin/curl-config" \ 46 --with-hdf5="${HDF5_ROOT}" \ 46 47 --with-jpeg=internal \ 47 48 --with-libz="${ZLIB_ROOT}" \ -
issm/trunk-jpl/externalpackages/gdal/install-3-python.sh
r27567 r27699 35 35 --enable-fast-install \ 36 36 --with-python="python3" \ 37 --with-curl="${CURL_ROOT}/bin/curl-config" \ 38 --with-hdf5="${HDF5_ROOT}" \ 37 39 --with-libz="${ZLIB_ROOT}" \ 38 40 --with-netcdf="${NETCDF_ROOT}" \ -
issm/trunk-jpl/externalpackages/gdal/install-3-static.sh
r27567 r27699 43 43 --with-pic \ 44 44 --with-curl="${CURL_ROOT}/bin/curl-config" \ 45 --with-hdf5="${HDF5_ROOT}" \ 45 46 --with-jpeg=internal \ 46 47 --with-libz="${ZLIB_ROOT}" \
Note:
See TracChangeset
for help on using the changeset viewer.