Skip to content

Commit

Permalink
clingo: introduce clingo 4.2.1 to -other
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Nov 16, 2013
1 parent f395738 commit 4dab207
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compilers/clingo/BUILD
@@ -0,0 +1,4 @@
scons -j${MAKES:=1} --build-dir=release $OPTS &&
prepare_install &&
install -m755 {build/release,/usr/bin}/clingo &&
gather_docs NOTES
9 changes: 9 additions & 0 deletions compilers/clingo/DEPENDS
@@ -0,0 +1,9 @@
depends scons
depends re2c
depends bison

# our tbb is too new
#optional_depends tbb "WITH_TBB=tbb" " " "build solver with threading"

optional_depends Python "WITH_PYTHON=python2.7 CPPPATH=/usr/include/python2.7" " " "build python scripting extension"
optional_depends lua "WITH_LUA=lua" " " "build lua scripting extension"
17 changes: 17 additions & 0 deletions compilers/clingo/DETAILS
@@ -0,0 +1,17 @@
MODULE=clingo
VERSION=4.2.1
SOURCE=$MODULE-$VERSION-source.tar.gz
SOURCE_URL=$SFORGE_URL/potassco/$MODULE/$VERSION
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION-source
SOURCE_VFY=sha1:c3a2baa895fac3b1ebacfc039ef5be8dd38a79d4
WEB_SITE=http://potassco.sf.net
ENTERED=20120512
UPDATED=20131116
SHORT="grounder for logic programs with first order variables"

cat << EOF
Clingo combines the projects gringo and clasp into one executable.
gringo is a grounder for first order answer set programs that
outputs SMODELS format programs.
clasp solves such programs and enumerates respective answer sets.
EOF

0 comments on commit 4dab207

Please sign in to comment.