Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

or-tools v9.9 #57

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libabseil:
- '20230125'
- '20230802'
libprotobuf:
- '3.21'
- 4.25.1
numpy:
- '1.21'
- '1.22'
- '1.23'
- '1.21'
- '1.21'
- '1.22'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -43,7 +43,7 @@ python:
- 3.8.* *_cpython
- 3.9.* *_cpython
re2:
- 2023.03.02
- 2023.09.01
target_platform:
- linux-64
zip_keys:
Expand Down
12 changes: 6 additions & 6 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libabseil:
- '20230125'
- '20230802'
libprotobuf:
- '3.21'
- 4.25.1
numpy:
- '1.21'
- '1.22'
- '1.23'
- '1.21'
- '1.21'
- '1.22'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -47,7 +47,7 @@ python:
- 3.8.* *_cpython
- 3.9.* *_cpython
re2:
- 2023.03.02
- 2023.09.01
target_platform:
- linux-aarch64
zip_keys:
Expand Down
12 changes: 6 additions & 6 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libabseil:
- '20230125'
- '20230802'
libprotobuf:
- '3.21'
- 4.25.1
numpy:
- '1.21'
- '1.22'
- '1.23'
- '1.21'
- '1.21'
- '1.22'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -43,7 +43,7 @@ python:
- 3.8.* *_cpython
- 3.9.* *_cpython
re2:
- 2023.03.02
- 2023.09.01
target_platform:
- linux-ppc64le
zip_keys:
Expand Down
37 changes: 0 additions & 37 deletions .ci_support/migrations/python311.yaml

This file was deleted.

25 changes: 23 additions & 2 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 9 additions & 7 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "9.6" %}
{% set version = "9.9" %}

{% set libs = ["ortools", "ortools_flatzinc"] %}
# many, many more headers; this just covers one from main namespace and a nested one
Expand All @@ -11,7 +11,7 @@ package:

source:
url: https://github.com/google/or-tools/archive/v{{ version }}.tar.gz
sha256: bc4b07dc9c23f0cca43b1f5c889f08a59c8f2515836b03d4cc7e0f8f2c879234
sha256: 8c17b1b5b05d925ed03685522172ca87c2912891d57a5e0d5dcaeff8f06a4698
patches:
- patches/0001-fail-loudly-in-sample-program-if-scip-not-found.patch
- patches/0002-depend-on-libortools-for-python-bindings.patch
Expand All @@ -20,7 +20,7 @@ source:
# The meta package

build:
number: 3
number: 0
skip: true # [not linux]

requirements:
Expand Down
Loading