Skip to content

Commit

Permalink
Merge pull request #5 from tlambert03/pin-scip
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 authored Jun 30, 2024
2 parents f4e9378 + f66c162 commit adbe926
Show file tree
Hide file tree
Showing 19 changed files with 44 additions and 66 deletions.
7 changes: 0 additions & 7 deletions .ci_support/linux_64_python3.10.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -22,6 +18,3 @@ python:
- '3.10'
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
7 changes: 0 additions & 7 deletions .ci_support/linux_64_python3.11.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -22,6 +18,3 @@ python:
- '3.11'
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
7 changes: 0 additions & 7 deletions .ci_support/linux_64_python3.9.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -22,6 +18,3 @@ python:
- '3.9'
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
8 changes: 3 additions & 5 deletions .ci_support/osx_64_python3.10.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
channel_sources:
- gurobi,conda-forge,defaults
channel_targets:
Expand Down
8 changes: 3 additions & 5 deletions .ci_support/osx_64_python3.11.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
channel_sources:
- gurobi,conda-forge,defaults
channel_targets:
Expand Down
8 changes: 3 additions & 5 deletions .ci_support/osx_64_python3.9.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
channel_sources:
- gurobi,conda-forge,defaults
channel_targets:
Expand Down
4 changes: 1 addition & 3 deletions .ci_support/osx_arm64_python3.10.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
MACOSX_SDK_VERSION:
- '11.0'
channel_sources:
- gurobi,conda-forge,defaults
Expand Down
4 changes: 1 addition & 3 deletions .ci_support/osx_arm64_python3.11.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
MACOSX_SDK_VERSION:
- '11.0'
channel_sources:
- gurobi,conda-forge,defaults
Expand Down
4 changes: 1 addition & 3 deletions .ci_support/osx_arm64_python3.9.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
MACOSX_SDK_VERSION:
- '11.0'
channel_sources:
- gurobi,conda-forge,defaults
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/win_64_python3.10.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
c_stdlib:
- vs
channel_sources:
- gurobi,conda-forge,defaults
channel_targets:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/win_64_python3.11.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
c_stdlib:
- vs
channel_sources:
- gurobi,conda-forge,defaults
channel_targets:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/win_64_python3.9.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
c_stdlib:
- vs
channel_sources:
- gurobi,conda-forge,defaults
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .gitattributes

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

2 changes: 0 additions & 2 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
runs-on: ubuntu-latest
name: automerge
steps:
- name: checkout
uses: actions/checkout@v3
- name: automerge-action
id: automerge-action
uses: conda-forge/automerge-action@main
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,27 +39,27 @@ jobs:
- CONFIG: osx_64_python3.10
UPLOAD_PACKAGES: True
os: macos
runs_on: ['macos-latest']
runs_on: ['macos-13']
- CONFIG: osx_64_python3.11
UPLOAD_PACKAGES: True
os: macos
runs_on: ['macos-latest']
runs_on: ['macos-13']
- CONFIG: osx_64_python3.9
UPLOAD_PACKAGES: True
os: macos
runs_on: ['macos-latest']
runs_on: ['macos-13']
- CONFIG: osx_arm64_python3.10
UPLOAD_PACKAGES: True
os: macos
runs_on: ['macos-latest']
runs_on: ['macos-13']
- CONFIG: osx_arm64_python3.11
UPLOAD_PACKAGES: True
os: macos
runs_on: ['macos-latest']
runs_on: ['macos-13']
- CONFIG: osx_arm64_python3.9
UPLOAD_PACKAGES: True
os: macos
runs_on: ['macos-latest']
runs_on: ['macos-13']
- CONFIG: win_64_python3.10
UPLOAD_PACKAGES: True
os: windows
Expand All @@ -75,7 +75,7 @@ jobs:
steps:

- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4

- name: Build on Linux
if: matrix.os == 'ubuntu'
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
./.scripts/run_osx_build.sh
- name: Install Miniconda for windows
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4
with:
miniforge-version: latest
miniforge-variant: Mambaforge
Expand Down
7 changes: 7 additions & 0 deletions .scripts/build_steps.sh

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

7 changes: 7 additions & 0 deletions .scripts/run_osx_build.sh

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

5 changes: 5 additions & 0 deletions .scripts/run_win_build.bat

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
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 5cee3c0e5fe6e48cbb4686a8d8362b5e5fa407ab242c480b3981beb7b3429f0c

build:
number: 0
number: 1
script: "{{ PYTHON }} -m pip install . --no-deps -vv"

requirements:
Expand All @@ -23,11 +23,11 @@ requirements:
- python {{python}}
- pip
- cython =3.0.9
- scip
- scip =9.1.0
- gurobi >=10.0,<12.0
run:
- python {{python}}
- scip
- scip =9.1.0
- gurobi >=10.0,<12.0

test:
Expand Down

0 comments on commit adbe926

Please sign in to comment.