Skip to content

Commit

Permalink
adapt recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
cbouss committed May 9, 2024
1 parent d289907 commit 1eb5999
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore

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

2 changes: 2 additions & 0 deletions abs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
channels:
- https://staging.continuum.io/prefect/fs/gtest-feedstock/pr6/a70f57d
18 changes: 12 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ source:
build:
number: 0

requirements:
build:
- patch # [unix]
- m2-patch # [win]

outputs:
# default behaviour is shared; however note that upstream does not support
# fully shared builds on windows, and some static libs will remain, see above
Expand All @@ -57,13 +62,14 @@ outputs:
# ensure that all dependent packages reflect that to
# avoid the solver getting stuck in no-man's-land.
- __osx >={{ MACOSX_DEPLOYMENT_TARGET }} # [osx and x86_64]

missing_dso_whitelist: # [s390x]
- '$RPATH/ld64.so.1' # [s390x]
requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- cmake
- ninja
- ninja-base
run_constrained:
- libabseil-static ={{ version }}=cxx{{ cxx_standard }}*
# make sure we don't co-install with old version of old package name
Expand All @@ -74,7 +80,7 @@ outputs:
requires:
- {{ compiler('cxx') }}
- cmake
- ninja
- ninja-base
- pkg-config
files:
- cmake_test/
Expand Down Expand Up @@ -141,9 +147,9 @@ outputs:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- cmake
- ninja
- ninja-base
host:
- gtest
- gtest 1.14
- {{ pin_subpackage("libabseil", exact=True) }}
run:
- gtest
Expand All @@ -153,7 +159,7 @@ outputs:
requires:
- {{ compiler('cxx') }}
- cmake
- ninja
- ninja-base
- pkg-config
files:
- cmake_test/
Expand Down

0 comments on commit 1eb5999

Please sign in to comment.