File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -152,14 +152,14 @@ glucose-download:
152152 @ (cd ../glucose-syrup; patch -p1 < ../scripts/glucose-syrup-patch)
153153 @rm glucose-syrup.tgz
154154
155- cadical_release = rel-1.3.0
155+ cadical_release = rel-1.4.1
156156cadical-download :
157157 @echo " Downloading CaDiCaL $( cadical_release) "
158158 @$(DOWNLOADER ) https://github.com/arminbiere/cadical/archive/$(cadical_release ) .tar.gz
159159 @$(TAR ) xfz $(cadical_release ) .tar.gz
160160 @rm -Rf ../cadical
161161 @mv cadical-$(cadical_release ) ../cadical
162- @cd ../cadical && CXX=$(CXX ) ./configure -O3 -s -j && make
162+ @cd ../cadical && CXX=$(CXX ) ./configure -O3 -s && make -j
163163 @$(RM ) $(cadical_release ) .tar.gz
164164
165165doc :
Original file line number Diff line number Diff line change @@ -107,14 +107,14 @@ elseif("${sat_impl}" STREQUAL "cadical")
107107 message (STATUS "Building solvers with cadical" )
108108
109109 download_project(PROJ cadical
110- URL https://github.com/arminbiere/cadical/archive/rel-1.3.0 .tar.gz
110+ URL https://github.com/arminbiere/cadical/archive/rel-1.4.1 .tar.gz
111111 PATCH_COMMAND true
112- COMMAND CXX=${CMAKE_CXX_COMPILER} ./configure -O3 -s -j
113- URL_MD5 5bd15d1e198d2e904a8af8b7873dd341
112+ COMMAND CXX=${CMAKE_CXX_COMPILER} ./configure -O3 -s CXXFLAGS=-std=c++14
113+ URL_MD5 b44874501a175106424f4bd5de29aa59
114114 )
115115
116116 message (STATUS "Building CaDiCaL" )
117- execute_process (COMMAND make WORKING_DIRECTORY ${cadical_SOURCE_DIR} )
117+ execute_process (COMMAND make -j WORKING_DIRECTORY ${cadical_SOURCE_DIR} )
118118
119119 target_compile_definitions (solvers PUBLIC
120120 SATCHECK_CADICAL HAVE_CADICAL
@@ -137,10 +137,10 @@ elseif("${sat_impl}" STREQUAL "ipasir-cadical")
137137 message (STATUS "Building with IPASIR solver linking against: CaDiCaL" )
138138
139139 download_project(PROJ cadical
140- URL https://github.com/arminbiere/cadical/archive/rel-1.4.0 .tar.gz
140+ URL https://github.com/arminbiere/cadical/archive/rel-1.4.1 .tar.gz
141141 PATCH_COMMAND true
142142 COMMAND ./configure CXX=g++
143- URL_MD5 9bad586a82995a1d95d1197d445a353a
143+ URL_MD5 b44874501a175106424f4bd5de29aa59
144144 )
145145
146146 message (STATUS "Building CaDiCaL" )
You can’t perform that action at this time.
0 commit comments