[Lunar-commits] <moonbase-other> openbabel: Readding to moonbase.
Dennis Veatch
stumbles at lunar-linux.org
Tue Jul 10 20:12:43 CEST 2012
commit d3354c1c6583471d67ff5734186f0a9008089efc
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Tue, 10 Jul 2012 11:12:43 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/d3354c1c6583471d67ff5734186f0a9008089efc
openbabel: Readding to moonbase.
---
science/openbabel/BUILD +20/-0
science/openbabel/DEPENDS +1/-0
science/openbabel/DETAILS +16/-0
3 files changed, 37 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/science/openbabel/BUILD
@@ -0,0 +1,20 @@
+(
+
+# This is a temp thing until I can identify which file in /doc is causing this error;
+# xargs: unmatched single quote; by default quotes are special to xargs unless you use the -0 option
+# The error prevents an install log from being created.
+ rm -rf doc/guide/ &&
+#
+
+ 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
--- /dev/null
+++ b/science/openbabel/DEPENDS
@@ -0,0 +1 @@
+depends cmake
--- /dev/null
+++ b/science/openbabel/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=openbabel
+ VERSION=2.3.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:b2dd1638eaf7e6d350110b1561aeb23b03552846
+ WEB_SITE=http://openbabel.sourceforge.net/wiki/Main_Page
+ ENTERED=20071027
+ UPDATED=20111019
+ SHORT="chemical toolbox"
+
+cat << EOF
+Open Babel is a chemical toolbox designed to speak the many languages of
+chemical data. It's an open, collaborative project allowing anyone to search,
+convert, analyze, or store data from molecular modeling, chemistry, solid-state
+materials, biochemistry, or related areas.
+EOF
More information about the Lunar-commits
mailing list