Merged
Conversation
9351857 to
e7733d2
Compare
ax3l
reviewed
Jul 15, 2020
ax3l
reviewed
Jul 15, 2020
Member
|
macOS with Spack seems to have a wide range of current problems when I look at the checks: bzip2 does not build with apple-clang, openblas broke again, zstd, potentially more. |
ax3l
reviewed
Jul 15, 2020
- Run on PR that modify the YAML file of the workflow - Don't clone Spack, since we are in the Spack repo now
3f90de8 to
369cfe2
Compare
507dc80 to
a672bf7
Compare
alalazo
commented
Jul 18, 2020
Comment on lines
+5
to
+18
| # TODO: remove this explicit setting once apple-clang detection is fixed | ||
| cat <<EOF > etc/spack/compilers.yaml | ||
| compilers: | ||
| - compiler: | ||
| spec: apple-clang@11.0.3 | ||
| paths: | ||
| cc: /usr/bin/clang | ||
| cxx: /usr/bin/clang++ | ||
| f77: /usr/local/bin/gfortran-9 | ||
| fc: /usr/local/bin/gfortran-9 | ||
| modules: [] | ||
| operating_system: catalina | ||
| target: x86_64 | ||
| EOF |
Member
Author
There was a problem hiding this comment.
@tgamblin I'm working around the compiler detection issue by setting it explicitly. This is meant to be removed and substituted with:
$ spack compiler findas soon as we have a fix for that.
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Modifications: