summaryrefslogtreecommitdiffstats
path: root/science-libs
diff options
context:
space:
mode:
authorThomas Orgis2015-03-18 19:02:00 +0100
committerThomas Orgis2015-03-18 19:37:12 +0100
commit565214278f44accbcfbc9cb4f5c5cb109d06e340 (patch)
tree7209befc3f8aaae2ccb29d27d13ae30c186b5bb8 /science-libs
parentc3792b32dd2ebd61f7005ed27a44b07237e75f1c (diff)
netcdf-fortran: new spell
Diffstat (limited to 'science-libs')
-rwxr-xr-xscience-libs/netcdf-fortran/DEPENDS2
-rwxr-xr-xscience-libs/netcdf-fortran/DETAILS14
-rw-r--r--science-libs/netcdf-fortran/HISTORY3
3 files changed, 19 insertions, 0 deletions
diff --git a/science-libs/netcdf-fortran/DEPENDS b/science-libs/netcdf-fortran/DEPENDS
new file mode 100755
index 0000000000..3553af9d30
--- /dev/null
+++ b/science-libs/netcdf-fortran/DEPENDS
@@ -0,0 +1,2 @@
+depends -sub FORTRAN gcc &&
+depends netcdf
diff --git a/science-libs/netcdf-fortran/DETAILS b/science-libs/netcdf-fortran/DETAILS
new file mode 100755
index 0000000000..ae5dac67bc
--- /dev/null
+++ b/science-libs/netcdf-fortran/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=netcdf-fortran
+ VERSION=4.2
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.unidata.ucar.edu/downloads/netcdf/ftp/${SOURCE}
+ SOURCE_HASH=sha512:af5d489df7b3ff5c3208115af4abdbf12d74d6bc0b9e3c729cfd24b55efafc3766de21c0f9957e037c25726637e9129a1f7009676e81d7e59650fec56d6e776e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.unidata.ucar.edu/software/netcdf/"
+ LICENSE[0]=BSD
+ ENTERED=20141029
+ SHORT="Fortran interface for the NetCDF library"
+cat << EOF
+The Fortran interface (Fortran 77 library and Fortran 90 module) for the
+NetCDF library, which used to be bundled in earlier releases.
+EOF
diff --git a/science-libs/netcdf-fortran/HISTORY b/science-libs/netcdf-fortran/HISTORY
new file mode 100644
index 0000000000..beb2dccfb4
--- /dev/null
+++ b/science-libs/netcdf-fortran/HISTORY
@@ -0,0 +1,3 @@
+2014-10-29 Thomas Orgis <sobukus@sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+