[Lunar-commits] <moonbase> piplib: Moving to science.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Oct 18 13:52:52 CEST 2011
commit 1fba25e06af2a3b7ec22bec5e66b8f9136515d43
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Oct 18 07:52:52 2011 -0400
piplib: Moving to science.
---
science/piplib/BUILD | 9 +++++++++
science/piplib/DEPENDS | 1 +
science/piplib/DETAILS | 23 +++++++++++++++++++++++
zbeta/piplib/BUILD | 9 ---------
zbeta/piplib/DEPENDS | 1 -
zbeta/piplib/DETAILS | 23 -----------------------
6 files changed, 33 insertions(+), 33 deletions(-)
diff --git a/science/piplib/BUILD b/science/piplib/BUILD
new file mode 100644
index 0000000..a842d11
--- /dev/null
+++ b/science/piplib/BUILD
@@ -0,0 +1,9 @@
+(
+
+ OPTS+=" --disable-static" &&
+
+ ./autogen.sh
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/science/piplib/DEPENDS b/science/piplib/DEPENDS
new file mode 100644
index 0000000..e2b10a2
--- /dev/null
+++ b/science/piplib/DEPENDS
@@ -0,0 +1 @@
+depends gmp
diff --git a/science/piplib/DETAILS b/science/piplib/DETAILS
new file mode 100644
index 0000000..8b77c7c
--- /dev/null
+++ b/science/piplib/DETAILS
@@ -0,0 +1,23 @@
+ MODULE=piplib
+ VERSION=1.4.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.bastoul.net/cloog/pages/download/count.php3?url=.
+ SOURCE_VFY=sha1:35752b4ac9a7170766eb62c791d1a10582c675f9
+ WEB_SITE=http://www.bastoul.net/piplib/index.php
+ ENTERED=20110521
+ UPDATED=20110521
+ SHORT="Parametric Integer Programming"
+
+cat << EOF
+PIP/PipLib is the well known Paul Feautrier's parametric integer linear
+programming solver. PIP is a software that finds the lexicographic minimum
+(or maximum) in the set of integer points belonging to a convex polyhedron.
+The very big difference with well known integer programming tools like
+lp_solve or CPLEX is the polyhedron may depend linearly on one or more
+integral parameters. If the user asks for a non integral solution, PIP can
+give the exact solution as an integral quotient. The heart of PIP is the
+parametrized Gomory's cuts algorithm followed by the parameterized dual
+simplex method. The PIP Library (PipLib for short) was implemented to allow
+the user to call PIP directly from his programs, without file accesses or
+system calls. The user only needs to link his programs with C libraries.
+EOF
diff --git a/zbeta/piplib/BUILD b/zbeta/piplib/BUILD
deleted file mode 100644
index a842d11..0000000
--- a/zbeta/piplib/BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-(
-
- OPTS+=" --disable-static" &&
-
- ./autogen.sh
-
- default_build
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/piplib/DEPENDS b/zbeta/piplib/DEPENDS
deleted file mode 100644
index e2b10a2..0000000
--- a/zbeta/piplib/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends gmp
diff --git a/zbeta/piplib/DETAILS b/zbeta/piplib/DETAILS
deleted file mode 100644
index 8b77c7c..0000000
--- a/zbeta/piplib/DETAILS
+++ /dev/null
@@ -1,23 +0,0 @@
- MODULE=piplib
- VERSION=1.4.0
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://www.bastoul.net/cloog/pages/download/count.php3?url=.
- SOURCE_VFY=sha1:35752b4ac9a7170766eb62c791d1a10582c675f9
- WEB_SITE=http://www.bastoul.net/piplib/index.php
- ENTERED=20110521
- UPDATED=20110521
- SHORT="Parametric Integer Programming"
-
-cat << EOF
-PIP/PipLib is the well known Paul Feautrier's parametric integer linear
-programming solver. PIP is a software that finds the lexicographic minimum
-(or maximum) in the set of integer points belonging to a convex polyhedron.
-The very big difference with well known integer programming tools like
-lp_solve or CPLEX is the polyhedron may depend linearly on one or more
-integral parameters. If the user asks for a non integral solution, PIP can
-give the exact solution as an integral quotient. The heart of PIP is the
-parametrized Gomory's cuts algorithm followed by the parameterized dual
-simplex method. The PIP Library (PipLib for short) was implemented to allow
-the user to call PIP directly from his programs, without file accesses or
-system calls. The user only needs to link his programs with C libraries.
-EOF
More information about the Lunar-commits
mailing list