Skip to content

Commit

Permalink
remove libboost run-export from libboost-python-devel (#189)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Feb 13, 2024
2 parents c9b675d + 1474280 commit 80f2862
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 40 deletions.
4 changes: 0 additions & 4 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ NP_DUMMY_VER:
- '1.21'
PY_DUMMY_VER:
- '3.10'
boost:
- 1.78.0
bzip2:
- '1'
cdt_name:
Expand All @@ -28,8 +26,6 @@ numpy:
- '1.22'
- '1.22'
pin_run_as_build:
boost:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
Expand Down
4 changes: 0 additions & 4 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ NP_DUMMY_VER:
- '1.21'
PY_DUMMY_VER:
- '3.10'
boost:
- 1.78.0
bzip2:
- '1'
cdt_arch:
Expand All @@ -32,8 +30,6 @@ numpy:
- '1.22'
- '1.22'
pin_run_as_build:
boost:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
Expand Down
4 changes: 0 additions & 4 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ NP_DUMMY_VER:
- '1.21'
PY_DUMMY_VER:
- '3.10'
boost:
- 1.78.0
bzip2:
- '1'
cdt_name:
Expand All @@ -28,8 +26,6 @@ numpy:
- '1.22'
- '1.22'
pin_run_as_build:
boost:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
Expand Down
4 changes: 0 additions & 4 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ NP_DUMMY_VER:
- '1.21'
PY_DUMMY_VER:
- '3.10'
boost:
- 1.78.0
bzip2:
- '1'
channel_sources:
Expand All @@ -28,8 +26,6 @@ numpy:
- '1.22'
- '1.22'
pin_run_as_build:
boost:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
Expand Down
4 changes: 0 additions & 4 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ NP_DUMMY_VER:
- '1.21'
PY_DUMMY_VER:
- '3.10'
boost:
- 1.78.0
bzip2:
- '1'
channel_sources:
Expand All @@ -27,8 +25,6 @@ numpy:
- '1.22'
- '1.22'
pin_run_as_build:
boost:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
Expand Down
4 changes: 0 additions & 4 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ NP_DUMMY_VER:
- '1.21'
PY_DUMMY_VER:
- '3.10'
boost:
- 1.78.0
bzip2:
- '1'
channel_sources:
Expand All @@ -22,8 +20,6 @@ numpy:
- '1.22'
- '1.22'
pin_run_as_build:
boost:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
Expand Down
25 changes: 23 additions & 2 deletions .gitignore

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

10 changes: 2 additions & 8 deletions .scripts/build_steps.sh

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

6 changes: 6 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.

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

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

2 changes: 1 addition & 1 deletion .scripts/run_win_build.bat

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

4 changes: 4 additions & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ provider:
linux_ppc64le: default
win: azure
test_on_native_only: true
remote_ci_setup:
- conda-forge-ci-setup=4
# breakage due to (most likely) https://github.com/conda/conda-build/issues/5179
- conda-build<3.28
4 changes: 1 addition & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ source:
- patches/0001-Add-default-value-for-cxx-and-cxxflags-options-for-t.patch

build:
number: 0
number: 1

requirements:
build:
Expand Down Expand Up @@ -273,8 +273,6 @@ outputs:
run_exports:
# run-export the output without the headers
- {{ pin_subpackage("libboost-python", max_pin="x.x") }}
# output may also depend on boost libs
- {{ pin_subpackage("libboost", max_pin="x.x") }}
requirements:
# dummy build env to avoid EnvironmentLocationNotFound on win
build: # [win]
Expand Down

0 comments on commit 80f2862

Please sign in to comment.