forked from Unidata/netcdf-c
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jennifer Oxelson
committed
Nov 11, 2021
1 parent
4fcd4f2
commit a113494
Showing
37 changed files
with
228 additions
and
229 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,14 +52,13 @@ IF(WIN32) | |
SET(CPACK_NSIS_MODIFY_PATH ON) | ||
SET(CPACK_NSIS_DISPLAY_NAME "NetCDF ${netCDF_VERSION}") | ||
SET(CPACK_NSIS_PACKAGE_NAME "NetCDF ${netCDF_VERSION}") | ||
SET(CPACK_NSIS_HELP_LINK "http://www.unidata.ucar.edu/netcdf") | ||
SET(CPACK_NSIS_URL_INFO_ABOUT "http://www.unidata.ucar.edu/netcdf") | ||
SET(CPACK_NSIS_HELP_LINK "https://www.unidata.ucar.edu/netcdf") | ||
SET(CPACK_NSIS_URL_INFO_ABOUT "https://www.unidata.ucar.edu/netcdf") | ||
SET(CPACK_NSIS_CONTACT "[email protected]") | ||
SET(CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL ON) | ||
SET(CPACK_NSIS_MENU_LINKS | ||
"http://www.unidata.ucar.edu/software/netcdf" "Unidata Website" | ||
"http://www.unidata.ucar.edu/software/netcdf/docs" "NetCDF Stable Documentation" | ||
"http://www.unidata.ucar.edu/software/netcdf/docs_rc" "NetCDF Unstable Documentation") | ||
"https://www.unidata.ucar.edu/software/netcdf" "Unidata Website" | ||
"https://docs.unidata.ucar.edu/netcdf-c" "NetCDF Stable Documentation" | ||
|
||
ENDIF() | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,12 +34,12 @@ formats. For information about a variety of analysis and display | |
packages that have been developed to analyze and display data in | ||
netCDF form, see | ||
|
||
* [Software for Manipulating or Displaying NetCDF Data](http://www.unidata.ucar.edu/netcdf/software.html) | ||
* [Software for Manipulating or Displaying NetCDF Data](https://www.unidata.ucar.edu/netcdf/software.html) | ||
|
||
##### More information | ||
For more information about netCDF, see | ||
|
||
* [Unidata Network Common Data Form (NetCDF)](http://www.unidata.ucar.edu/netcdf/) | ||
* [Unidata Network Common Data Form (NetCDF)](https://www.unidata.ucar.edu/netcdf/) | ||
|
||
### Latest releases | ||
You can obtain a copy of the latest released version of netCDF | ||
|
@@ -52,30 +52,30 @@ software for various languages: | |
* [C++](http://github.com/Unidata/netcdf-cxx4) | ||
|
||
### Copyright | ||
Copyright and licensing information can be found [here](http://www.unidata.ucar.edu/software/netcdf/copyright.html), as well as in the COPYRIGHT file accompanying the software | ||
Copyright and licensing information can be found [here](https://www.unidata.ucar.edu/software/netcdf/copyright.html), as well as in the COPYRIGHT file accompanying the software | ||
|
||
### Installation | ||
To install the netCDF-C software, please see the file INSTALL in the | ||
netCDF-C distribution, or the (usually more up-to-date) document: | ||
|
||
* [Building NetCDF](https://www.unidata.ucar.edu/software/netcdf/docs/winbin.html) | ||
* [Building NetCDF](https://docs.unidata.ucar.edu/netcdf-c/current/winbin.html) | ||
|
||
### Documentation | ||
A language-independent User's Guide for netCDF, and some other | ||
language-specific user-level documents are available from: | ||
|
||
* [Language-independent User's Guide](https://www.unidata.ucar.edu/software/netcdf/documentation/NUG/index.html#user_guide) | ||
* [NetCDF-C Tutorial](http://www.unidata.ucar.edu/software/netcdf/docs/tutorial_8dox.html) | ||
* [Fortran-90 User's Guide](http://www.unidata.ucar.edu/software/netcdf/documentation/historic/netcdf-f90/index.html#Top) | ||
* [Fortran-77 User's Guide](http://www.unidata.ucar.edu/software/netcdf/documentation/historic/netcdf-f77/index.html#Top) | ||
* [NetCDF-C Tutorial](https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html) | ||
* [Fortran-90 User's Guide](https://www.unidata.ucar.edu/software/netcdf/documentation/historic/netcdf-f90/index.html#Top) | ||
* [Fortran-77 User's Guide](https://www.unidata.ucar.edu/software/netcdf/documentation/historic/netcdf-f77/index.html#Top) | ||
* [netCDF-Java/Common Data Model library](https://docs.unidata.ucar.edu/netcdf-java/current/userguide/index.html) | ||
* [netCDF4-python](http://unidata.github.io/netcdf4-python/) | ||
|
||
A mailing list, [email protected], exists for discussion of | ||
the netCDF interface and announcements about netCDF bugs, fixes, and | ||
enhancements. For information about how to subscribe, see the URL | ||
|
||
* [Unidata netCDF Mailing-Lists](http://www.unidata.ucar.edu/netcdf/mailing-lists.html) | ||
* [Unidata netCDF Mailing-Lists](https://www.unidata.ucar.edu/netcdf/mailing-lists.html) | ||
|
||
### Feedback | ||
We appreciate feedback from users of this package. Please send comments, suggestions, and bug reports to <[email protected]>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.