echo 'ERROR:' >&2; \
exit 1; \
fi
+ @if test -d cvc4-smtcomp-$(YEAR) || test -e cvc4-smtcomp-$(YEAR).zip; then \
+ echo 'ERROR:' >&2; \
+ echo 'ERROR: Please remove cvc4-smtcomp-$(YEAR) and cvc4-smtcomp-$(YEAR).zip first.' >&2; \
+ echo 'ERROR:' >&2; \
+ exit 1; \
+ fi
./autogen.sh
./configure competition --disable-shared --enable-static-binary --with-cln --with-glpk --enable-gpl
$(MAKE)
echo 'ERROR:' >&2; \
exit 1; \
fi
+ @if test -d cvc4-application-smtcomp-$(YEAR) || test -e cvc4-application-smtcomp-$(YEAR).zip; then \
+ echo 'ERROR:' >&2; \
+ echo 'ERROR: Please remove cvc4-application-smtcomp-$(YEAR) and cvc4-application-smtcomp-$(YEAR).zip first.' >&2; \
+ echo 'ERROR:' >&2; \
+ exit 1; \
+ fi
./autogen.sh
./configure competition --disable-shared --enable-static-binary --with-cln --with-glpk --enable-gpl CXXFLAGS=-DCVC4_SMTCOMP_APPLICATION_TRACK CFLAGS=-DCVC4_SMTCOMP_APPLICATION_TRACK
$(MAKE)
echo 'ERROR:' >&2; \
exit 1; \
fi
+ @if test -d cvc4-parallel-smtcomp-$(YEAR) || test -e cvc4-parallel-smtcomp-$(YEAR).zip; then \
+ echo 'ERROR:' >&2; \
+ echo 'ERROR: Please remove cvc4-parallel-smtcomp-$(YEAR) and cvc4-parallel-smtcomp-$(YEAR).zip first.' >&2; \
+ echo 'ERROR:' >&2; \
+ exit 1; \
+ fi
./autogen.sh
./configure competition --disable-shared --enable-static-binary --with-gmp --with-portfolio --with-glpk --enable-gpl
$(MAKE)