Skip to content
Merged
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
1 change: 1 addition & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
libyarp:
- 3.12.0
- 3.12.1
pin_run_as_build:
python:
Expand Down
1 change: 1 addition & 0 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
libyarp:
- 3.12.0
- 3.12.1
pin_run_as_build:
python:
Expand Down
1 change: 1 addition & 0 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
libyarp:
- 3.12.0
- 3.12.1
pin_run_as_build:
python:
Expand Down
1 change: 1 addition & 0 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ cxx_compiler:
cxx_compiler_version:
- '19'
libyarp:
- 3.12.0
- 3.12.1
macos_machine:
- x86_64-apple-darwin13.4.0
Expand Down
1 change: 1 addition & 0 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ cxx_compiler:
cxx_compiler_version:
- '19'
libyarp:
- 3.12.0
- 3.12.1
macos_machine:
- arm64-apple-darwin20.0.0
Expand Down
1 change: 1 addition & 0 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ channel_targets:
cxx_compiler:
- vs2022
libyarp:
- 3.12.0
- 3.12.1
pin_run_as_build:
python:
Expand Down
3 changes: 3 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
libyarp:
- "3.12.0"
- "3.12.1"
10 changes: 6 additions & 4 deletions recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 30da30414a7bbb3c88fb8d3f286bf36b2ab8f7ce7010702dca3d21578a58080c

build:
number: 1
number: 2

outputs:
- package:
Expand Down Expand Up @@ -68,13 +68,13 @@ outputs:
- cross-python_${{ target_platform }}
- python
host:
- ${{ pin_subpackage('libtrintrin', exact=True) }}
- ${{ pin_subpackage('libtrintrin', upper_bound='x.x.x') }}
- python
- libyarp
- pybind11
- pybind11-abi
run:
- ${{ pin_subpackage('libtrintrin', exact=True) }}
- ${{ pin_subpackage('libtrintrin', upper_bound='x.x.x') }}
- python
tests:
- python:
Expand All @@ -84,8 +84,10 @@ outputs:
- package:
name: trintrin
requirements:
host:
- libyarp
run:
- ${{ pin_subpackage('libtrintrin', exact=True) }}
- ${{ pin_subpackage('libtrintrin', upper_bound='x.x.x') }}
- ${{ pin_subpackage('trintrin-python', upper_bound='x.x.x') }}
tests:
- script:
Expand Down