Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (72b2c77daae05e9271c8e6ab65f1c6f51d25feeb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (72b2c77daae05e9271c8e6ab65f1c6f51d25feeb)
  • Date: Sat, 7 Sep 2013 07:01:16 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

ChangeLog | 3 +++
science/nco/DEPENDS | 6 ++++++
science/nco/DETAILS | 19 +++++++++++++++++++
science/nco/HISTORY | 3 +++
4 files changed, 31 insertions(+)

New commits:
commit 72b2c77daae05e9271c8e6ab65f1c6f51d25feeb
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

nco: new spell

diff --git a/ChangeLog b/ChangeLog
index da3e73e..88416f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2013-09-07 Thomas Orgis <sobukus AT sourcemage.org>
+ * science/nco: new spell, NetCDF Operators
+
2013-08-30 Ismael Luceno <ismael AT sourcemage.org>
* devel/comparator: new spell, Rapidly find common code segments in
large source trees
diff --git a/science/nco/DEPENDS b/science/nco/DEPENDS
new file mode 100755
index 0000000..a81fe25
--- /dev/null
+++ b/science/nco/DEPENDS
@@ -0,0 +1,6 @@
+# It can also use UDUnits and other fun ... need to add spells later.
+depends netcdf &&
+optional_depends gsl \
+ "--enable-gsl" \
+ "--disable-gsl" \
+ "for statistics"
diff --git a/science/nco/DETAILS b/science/nco/DETAILS
new file mode 100755
index 0000000..10eb867
--- /dev/null
+++ b/science/nco/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=nco
+ VERSION=4.3.4
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://${SPELL}.sourceforge.net/src/${SOURCE}
+
SOURCE_HASH=sha512:b0b3901d1c6efdb650371aa347c400a321b89e02262d309249b0d97bca4ea4774b8e003f63bfd94028a74ca83805ed39b5e9a4f82fc8ebbbcd085180ca59237d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
+ WEB_SITE="http://nco.sourceforge.net/";
+ LICENSE[0]=GPLv3
+ ENTERED=20130907
+ SHORT="NetCDF Operators for generic manipulation of NetCDF files"
+cat << EOF
+NCO manipulates data stored in netCDF format. It also exploits the
geophysical
+expressivity of many CF (Climate & Forecast) metadata conventions, the
+flexible description of physical dimensions translated by UDUnits, the
network
+transparency of OPeNDAP, the storage features (e.g., compression, chunking,
+groups) of HDF (the Hierarchical Data Format), and many powerful mathematical
+and statistical algorithms of GSL (the GNU Scientific Library). NCO is fast,
+powerful, and free.
+EOF
diff --git a/science/nco/HISTORY b/science/nco/HISTORY
new file mode 100644
index 0000000..36907ec
--- /dev/null
+++ b/science/nco/HISTORY
@@ -0,0 +1,3 @@
+2013-09-07 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (72b2c77daae05e9271c8e6ab65f1c6f51d25feeb), Thomas Orgis, 09/07/2013

Archive powered by MHonArc 2.6.24.

Top of Page