-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
29745ef
commit 2592e79
Showing
8 changed files
with
72 additions
and
122 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
28 changes: 0 additions & 28 deletions
28
scripts/ci/cmake/ci-macos-12-xcode13_4_1-shared-serial.cmake
This file was deleted.
Oops, something went wrong.
52 changes: 0 additions & 52 deletions
52
scripts/ci/cmake/ci-macos-12-xcode13_4_1-static-serial.cmake
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: adios2 | ||
variables: | ||
CMAKE_PREFIX_PATH: "/Users/runner/miniconda3/envs/adios2/lib:$CMAKE_PREFIX_PATH" | ||
dependencies: | ||
- c-blosc2 | ||
- ccache | ||
- hdf5 | ||
- ninja | ||
- numpy>=1.19 | ||
- zeromq |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/bash | ||
set +u | ||
# We do not use conda cmake, thus we have to hint cmake where is | ||
# conda root dir. | ||
conda activate adios2 |