Changeset 25846
- Timestamp:
- 12/09/20 13:51:43 (4 years ago)
- Location:
- issm/trunk-jpl/externalpackages/netcdf
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/netcdf/install-4.7-parallel-static-with_tests.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 … … 72 77 make -j $1 install 73 78 fi 74 75 # Return to initial directory76 cd .. -
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 .. -
issm/trunk-jpl/externalpackages/netcdf/install-4.7-parallel-with_tests.sh
r25271 r25846 67 67 make -j $1 install 68 68 fi 69 70 # Return to initial directory71 cd .. -
issm/trunk-jpl/externalpackages/netcdf/install-4.7-parallel.sh
r25271 r25846 64 64 make -j $1 install 65 65 fi 66 67 # Return to initial directory68 cd .. -
issm/trunk-jpl/externalpackages/netcdf/install-4.7-with_tests.sh
r25271 r25846 65 65 make -j $1 install 66 66 fi 67 68 # Return to initial directory69 cd ..
Note:
See TracChangeset
for help on using the changeset viewer.