Skip to content

Commit 9494ebe

Browse files
committed
sat: use conp-solutions/minisat
1 parent 1ab4809 commit 9494ebe

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

src/Makefile

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -88,19 +88,10 @@ DOWNLOADER = lwp-download
8888
TAR = tar
8989

9090
minisat2-download:
91-
@echo "Downloading Minisat 2.2.1"
92-
@for i in $$(seq 1 3) ; do \
93-
$(DOWNLOADER) \
94-
http://ftp.debian.org/debian/pool/main/m/minisat2/minisat2_2.2.1.orig.tar.gz && \
95-
exit 0 ; \
96-
$(RM) minisat2_2.2.1.orig.tar.gz ; \
97-
if [ $$i -lt 3 ] ; then echo "Re-trying in 10 seconds" 1>&2 ; sleep 10 ; fi ; \
98-
done ; exit 1
99-
@$(TAR) xfz minisat2_2.2.1.orig.tar.gz
91+
@rm -Rf minisat
92+
@git clone https://github.com/conp-solutions/minisat.git
10093
@rm -Rf ../minisat-2.2.1
101-
@mv minisat2-2.2.1 ../minisat-2.2.1
102-
@(cd ../minisat-2.2.1; patch -p1 < ../scripts/minisat-2.2.1-patch)
103-
@rm minisat2_2.2.1.orig.tar.gz
94+
@mv minisat ../minisat-2.2.1
10495

10596
glucose-download:
10697
@echo "Downloading glucose-syrup"

0 commit comments

Comments
 (0)