Skip to content

Commit

Permalink
Merge pull request #71 from svigerske/scip-v910
Browse files Browse the repository at this point in the history
update for SCIP OptSuite 9.1.0
  • Loading branch information
AntoinePrv authored Jun 21, 2024
2 parents ae4c8f5 + cb94a4a commit 312607e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cmake -G Ninja ^
-D ZLIB=ON ^
-D READLINE=OFF ^
-D EXPRINT=cppad ^
-D SYM=bliss ^
-D SYM=snauty ^
%CMAKE_ARGS%
if %ERRORLEVEL% neq 0 exit 1

Expand Down
2 changes: 1 addition & 1 deletion recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cmake -B scipoptsuite-build -S "${SRC_DIR}/scipoptsuite" \
-D IPOPT_DIR="${PREFIX}" \
-D ZLIB=ON \
-D READLINE=OFF \
-D SYM=bliss \
-D SYM=snauty \
-D EXPRINT=cppad \
-D CLIQUER=ON \
${CMAKE_ARGS}
Expand Down
14 changes: 7 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# TODO check these versions have not changed
{% set scip_version = "9.0.1" %}
{% set papilo_version = "2.2.1" %}
{% set soplex_version = "7.0.1" %}
{% set gcg_version = "3.6.1" %}
{% set zimpl_version = "3.6.0" %}
{% set scip_version = "9.1.0" %}
{% set papilo_version = "2.3.0" %}
{% set soplex_version = "7.1.0" %}
{% set gcg_version = "3.6.2" %}
{% set zimpl_version = "3.6.1" %}
# For dispatching between Unix and Windows
{% set install_prefix = "." %} # [unix]
{% set install_prefix = "Library" %} # [win]
Expand All @@ -15,13 +15,13 @@ package:

source:
- url: https://scipopt.org/download/release/scipoptsuite-{{ scip_version }}.tgz
sha256: 1efd3063bb8abe80bb1baab9b94156e85029e9792738f3a0a4be97936f095473
sha256: 770fc138fc40c016414b8a1e55461e920f5e2f5f4ae1a773a3ed6c81cd1fe93f
folder: scipoptsuite
patches:
- 0002-Require-PCRE-on-WIN32.patch

build:
number: 1
number: 0

requirements:
build:
Expand Down
2 changes: 1 addition & 1 deletion recipe/run_scip_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ scip --version
scip --version | grep -iE 'CppAD\s+[0-9]+'
scip --version | grep -iE 'ZLIB\s+[0-9]+\.[0-9]+\.[0-9]+'
scip --version | grep -iE 'GMP\s+[0-9]+\.[0-9]+\.[0-9]+'
scip --version | grep -iE 'bliss\s+[0-9]+\.[0-9]+'
scip --version | grep -iE 'nauty\s+[0-9]+\.[0-9]+\.[0-9]+'
scip --version | grep -iE 'Ipopt\s+[0-9]+\.[0-9]+\.[0-9]+'

0 comments on commit 312607e

Please sign in to comment.