[Lunar-commits] <moonbase> openbabel: Version bump and a switch to cmake.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sat Nov 6 14:14:49 CET 2010


commit ead328da13397a1714f4e858fd026e5c6f1e2c9b
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Nov 6 09:14:49 2010 -0400

    openbabel: Version bump and a switch to cmake.
---
 science/openbabel/BUILD   |   14 ++++++++++++++
 science/openbabel/DEPENDS |    1 +
 science/openbabel/DETAILS |    6 +++---
 3 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/science/openbabel/BUILD b/science/openbabel/BUILD
new file mode 100644
index 0000000..d345c5d
--- /dev/null
+++ b/science/openbabel/BUILD
@@ -0,0 +1,14 @@
+(
+
+  OOSB_DIR="$SOURCE_DIRECTORY/$MODULE-build"  &&
+
+  mkdir $OOSB_DIR  &&
+  cd $OOSB_DIR     &&
+
+  cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX  \
+                           -DCMAKE_BUILD_TYPE=RELEASE             \
+                           $OPTS                                 &&
+
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/science/openbabel/DEPENDS b/science/openbabel/DEPENDS
new file mode 100644
index 0000000..60dd614
--- /dev/null
+++ b/science/openbabel/DEPENDS
@@ -0,0 +1 @@
+depends cmake
diff --git a/science/openbabel/DETAILS b/science/openbabel/DETAILS
index e1198d5..c565019 100644
--- a/science/openbabel/DETAILS
+++ b/science/openbabel/DETAILS
@@ -1,11 +1,11 @@
           MODULE=openbabel
-         VERSION=2.2.3
+         VERSION=2.3.0
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=$SFORGE_URL/$MODULE
-      SOURCE_VFY=sha1:e396b27551a106e001ca6c953181657a0a53f43f
+      SOURCE_VFY=sha1:408a4bddb7f052fd89c57ea51b4204b721856b16
         WEB_SITE=http://openbabel.sourceforge.net/wiki/Main_Page
          ENTERED=20071027
-         UPDATED=20100221
+         UPDATED=20101106
            SHORT="chemical toolbox"
 
 cat << EOF


More information about the Lunar-commits mailing list