- Timestamp:
- 12/09/20 13:51:43 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/netcdf/install-4.7-parallel-static.sh
r25745 r25846 14 14 # - https://www.unidata.ucar.edu/software/netcdf/documentation/NUG/getting_and_building_netcdf.html#building 15 15 # 16 17 16 # NOTE: 18 17 # - Certain configuration tests fail if libraries are not supplied explicitly 18 # 19 # TODO: 20 # - Compile and link curl statically (issue with DAP and system libs on macOS 21 # with more restirctive Gatekeeper; see also --disable-dap option in 22 # configuration) 23 # 19 24 20 25 # Constants … … 69 74 make -j $1 install 70 75 fi 71 72 # Return to initial directory73 cd ..
Note:
See TracChangeset
for help on using the changeset viewer.