diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 11:20:47 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 11:20:47 +0800 |
commit | e39b57ecb896984cd7eb44df468f618a750954f8 (patch) | |
tree | e6e850e7c53c97a412bca30926ec46f6242d0760 /science/Makefile | |
parent | d9b9366db14ca6805f068812c3df189a04618ef0 (diff) | |
download | freebsd-ports-gnome-e39b57ecb896984cd7eb44df468f618a750954f8.tar.gz freebsd-ports-gnome-e39b57ecb896984cd7eb44df468f618a750954f8.tar.zst freebsd-ports-gnome-e39b57ecb896984cd7eb44df468f618a750954f8.zip |
- Add netcdf-fortran 4.2
NetCDF (network Common Data Form) is an interface for array-oriented
data access and a library that provides an implementation of the
interface. The netCDF library also defines a machine-independent
format for representing scientific data. Together, the interface,
library, and format support the creation, access, and sharing of
scientific data. The netCDF software was developed at the Unidata
Program Center in Boulder, Colorado.
Git repository: https://github.com/Unidata/netcdf-fortran
WWW: http://www.unidata.ucar.edu/software/netcdf/
Diffstat (limited to 'science/Makefile')
-rw-r--r-- | science/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index 8320e934a7c4..e4e7377b126b 100644 --- a/science/Makefile +++ b/science/Makefile @@ -103,6 +103,7 @@ SUBDIR += ncs SUBDIR += netcdf SUBDIR += netcdf-cxx + SUBDIR += netcdf-fortran SUBDIR += netcdf-ftn SUBDIR += netcdf3-ftn SUBDIR += netcdf4 |