Add glucose SAT solver
This commit is contained in:
committed by
Norman Feske
parent
bc9df53c79
commit
439a59c695
1
ports/glucose.hash
Normal file
1
ports/glucose.hash
Normal file
@@ -0,0 +1 @@
|
||||
0a138c29411f0e7802764c5e4ce0451bd8e4be56
|
||||
15
ports/glucose.port
Normal file
15
ports/glucose.port
Normal file
@@ -0,0 +1,15 @@
|
||||
LICENSE := MiniSat
|
||||
VERSION := 3.0
|
||||
DOWNLOADS := glucose.archive
|
||||
|
||||
URL(glucose) := http://www.labri.fr/perso/lsimon/downloads/softwares/glucose-$(VERSION).tgz
|
||||
SHA(glucose) := 3c4598e1ee911b4dfaedc0ce296d5eb8a9a2796e
|
||||
DIR(glucose) := src/lib/glucose
|
||||
|
||||
PATCHES := $(addprefix src/lib/glucose/,c++11.patch pow.patch map.patch buffer_size.patch copy_constructor.patch cputime.patch)
|
||||
|
||||
DIRS := include/glucose/core include/glucose/mtl include/glucose/utils
|
||||
|
||||
DIR_CONTENT(include/glucose/core) := src/lib/glucose/core/*.h
|
||||
DIR_CONTENT(include/glucose/mtl) := src/lib/glucose/mtl/*.h
|
||||
DIR_CONTENT(include/glucose/utils) := src/lib/glucose/utils/*.h
|
||||
Reference in New Issue
Block a user