Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V1.76 #7

Merged
merged 28 commits into from
Mar 18, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
test
  • Loading branch information
SC426 committed Mar 12, 2024
commit 4b836ff50e7d0dbe34e0504f0e7d6b6b25afbe43
1 change: 0 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ outputs:
- posix # [win]
skupr-anaconda marked this conversation as resolved.
Show resolved Hide resolved
test:
requires:
- __osx >=10.12 # [osx and x86_64]
- {{ compiler('c') }}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is a c compiler necessary for?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To run forge_test.sh, a backend compiler is required.
Usually this is brought in by the activation feedstock, but here we are one step early, so we need to include it in test/requires.

- {{ compiler('cxx') }}
files:
Expand Down