[Lunar-commits] <moonbase-other> clasp: version bump

v4hn me at v4hn.de
Wed Aug 14 10:16:19 CEST 2013


commit 2d161ddf0d016d3691ef1f40ef1edc3607f75bac
Author: v4hn <me at v4hn.de>
Date: Wed, 14 Aug 2013 01:16:00 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/2d161ddf0d016d3691ef1f40ef1edc3607f75bac

clasp: version bump
---
  compilers/clasp/BUILD   | +4/-8     
  compilers/clasp/DETAILS | +3/-3     
  2 files changed, 7 insertions(+), 11 deletions(-)

--- a/compilers/clasp/BUILD
+++ b/compilers/clasp/BUILD
@@ -1,11 +1,7 @@
-(
+OPTS+=" --config=release --prefix=/usr" &&
 
-  OPTS+=" --config=release --prefix=/usr" &&
+./configure.sh $OPTS &&
 
-  ./configure.sh $OPTS &&
+cd build/release &&
 
-  cd build/release &&
-
-  default_make
-
-) > $C_FIFO 2>&1
+default_make
--- a/compilers/clasp/DETAILS
+++ b/compilers/clasp/DETAILS
@@ -1,11 +1,11 @@
           MODULE=clasp
-         VERSION=2.1.1
+         VERSION=2.1.3
           SOURCE=$MODULE-$VERSION-source.tar.gz
       SOURCE_URL=$SFORGE_URL/potassco/$MODULE/$VERSION
-      SOURCE_VFY=sha1:4c2bc5fc4b7c9ccfc461dc86a1d449a337602dfe
+      SOURCE_VFY=sha1:2332c9263429d089bb6cd9f2ae96d9e37d614e12
         WEB_SITE=http://potassco.sf.net
          ENTERED=20120512
-         UPDATED=20121213
+         UPDATED=20130814
            SHORT="answer set solver for (extended) normal logic programs"
 
 cat << EOF




More information about the Lunar-commits mailing list