[Lunar-commits] <moonbase> polylib: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Dec 24 00:04:09 CET 2009
commit 05bb0d9984ba15b8f38d5fe1639326c0c0ba9e8d
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Wed Dec 23 18:04:09 2009 -0500
polylib: Adding to moonbase.
---
libs/polylib/BUILD | 7 +++++++
libs/polylib/DEPENDS | 1 +
libs/polylib/DETAILS | 14 ++++++++++++++
3 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/libs/polylib/BUILD b/libs/polylib/BUILD
new file mode 100644
index 0000000..db86b7c
--- /dev/null
+++ b/libs/polylib/BUILD
@@ -0,0 +1,7 @@
+(
+
+ OPTS+=" --enable-longlongint-lib --enable-longint-lib --enable-int-lib" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/libs/polylib/DEPENDS b/libs/polylib/DEPENDS
new file mode 100644
index 0000000..582792a
--- /dev/null
+++ b/libs/polylib/DEPENDS
@@ -0,0 +1 @@
+optional_depends gmp "--with-libgmp" "--without-libgmp" "for GNU mathematics precision support"
diff --git a/libs/polylib/DETAILS b/libs/polylib/DETAILS
new file mode 100644
index 0000000..0f7b80e
--- /dev/null
+++ b/libs/polylib/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=polylib
+ VERSION=5.22.4
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://icps.u-strasbg.fr/PolyLib/polylib_src/
+ SOURCE_VFY=sha1:45a0786f4f6d11ac7349a946f652fcaeda27ef80
+ WEB_SITE=http://icps.u-strasbg.fr/PolyLib/
+ ENTERED=20091221
+ UPDATED=20091221
+ SHORT="Polyhedral Library"
+
+cat << EOF
+The Polyhedral Library (PolyLib for short) operates on objects made up of unions
+of polyhedra of any dimension.
+EOF
More information about the Lunar-commits
mailing list