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

CI: Fix Catalyst CMAKE_PREFIX_PATH #4067

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

ax3l
Copy link
Member

@ax3l ax3l commented Aug 6, 2024

Summary

This appears to be a typo:

  • env variable is CMAKE_PREFIX_PATH
  • on Unix, paths are separated by : (Windows is ;)

Additional background

Follow-up to #4011

cc @ChristosT @c-wetterer-nelson

Checklist

The proposed changes:

  • fix a bug or incorrect behavior in AMReX
  • add new capabilities to AMReX
  • changes answers in the test suite to more than roundoff level
  • are likely to significantly affect the results of downstream AMReX users
  • include documentation in the code and/or rst files, if appropriate

@ax3l ax3l requested review from atmyers and WeiqunZhang August 6, 2024 20:47
@ax3l ax3l mentioned this pull request Aug 6, 2024
5 tasks
@ax3l ax3l changed the title CI: Fix Conduit CMAKE_PREFIX_PATH CI: Fix Catalyst CMAKE_PREFIX_PATH Aug 6, 2024
This appears to be a typo:
- env variable is `CMAKE_PREFIX_PATH`
- on Unix, paths are separated by `:` (Windows is `;`)
@ax3l ax3l force-pushed the fix-ci-conduit-paths branch from 3d61dde to 333b009 Compare August 6, 2024 20:51
@ax3l ax3l merged commit 361d0fd into AMReX-Codes:development Aug 6, 2024
72 checks passed
@ax3l ax3l deleted the fix-ci-conduit-paths branch August 6, 2024 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants