Remove stale port of glucose

Fixes #178
This commit is contained in:
Norman Feske
2020-04-22 15:41:54 +02:00
parent dbdc441258
commit c548f19c34
14 changed files with 0 additions and 361 deletions

View File

@@ -1 +0,0 @@
41c79967122ef8dc145eb592c6c518f06af8ef6b

View File

@@ -1,15 +0,0 @@
LICENSE := MiniSat
VERSION := 3.0
DOWNLOADS := glucose.archive
URL(glucose) := http://www.labri.fr/perso/lsimon/downloads/softwares/glucose-$(VERSION).tgz
SHA(glucose) := e721005535f8ca96d58c0c7e3923924e948a231fb305960b1bf4af49cbc936a6
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 parse.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