Skip to content

Commit

Permalink
Run exports (#87)
Browse files Browse the repository at this point in the history
* add run_exports

* remove python version from build section

* MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.2, and conda-forge-pinning 2024.07.01.18.28.56
  • Loading branch information
looooo authored Jul 2, 2024
1 parent 93c0abb commit 6b1f91e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ c_compiler_version:
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
6 changes: 4 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ package:
# - linker.patch # [win]

build:
number: 10
number: 11
run_exports:
- {{ pin_subpackage('smesh', max_pin='x.x.x') }}

requirements:
build:
Expand All @@ -29,7 +31,7 @@ requirements:
- cmake
- git
- python-patch
- python =3.9
- python
host:
- vtk
- libboost-devel
Expand Down

0 comments on commit 6b1f91e

Please sign in to comment.