Update competition build rules.
authorMorgan Deters <mdeters@cs.nyu.edu>
Mon, 27 Oct 2014 23:29:22 +0000 (19:29 -0400)
committerMorgan Deters <mdeters@cs.nyu.edu>
Fri, 7 Nov 2014 14:48:05 +0000 (09:48 -0500)
Makefile

index 071bf7a3e89e2064c06e99cd82af2735d980289b..b4c7589fe7037ea393b71b8e7322a22e06113d1e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -96,7 +96,7 @@ submission-main:
        ./autogen.sh
        mkdir -p builds-smtcomp/main
        ( cd builds-smtcomp/main; \
-         ../../configure competition --disable-shared --enable-static-binary --with-cln --with-glpk --with-abc --without-readline --enable-gpl; \
+         ../../configure competition --disable-thread-support --disable-shared --enable-static-binary --with-cln --with-glpk --with-abc --without-readline --enable-gpl; \
          $(MAKE) V=1; \
          strip src/main/cvc4; \
          $(MAKE) check )
@@ -130,7 +130,7 @@ submission-application:
        ./autogen.sh
        mkdir -p builds-smtcomp/application
        ( cd builds-smtcomp/application; \
-         ../../configure competition --disable-shared --enable-static-binary --with-cln --without-glpk --with-abc --without-readline --enable-gpl CXXFLAGS=-DCVC4_SMTCOMP_APPLICATION_TRACK CFLAGS=-DCVC4_SMTCOMP_APPLICATION_TRACK; \
+         ../../configure competition --disable-thread-support --disable-shared --enable-static-binary --with-cln --without-glpk --with-abc --without-readline --enable-gpl CXXFLAGS=-DCVC4_SMTCOMP_APPLICATION_TRACK CFLAGS=-DCVC4_SMTCOMP_APPLICATION_TRACK; \
          $(MAKE) V=1; \
          strip src/main/cvc4; \
          $(MAKE) check )