-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #275 from LLNL/v0.13.2-RC
* CARE v0.13.2 release --------- Co-authored-by: Adrien Bernede <[email protected]>
- Loading branch information
Showing
14 changed files
with
26 additions
and
118 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,9 +19,9 @@ jobs: | |
- name: Set up CMake | ||
uses: jwlawson/[email protected] | ||
with: | ||
cmake-version: '3.20.x' | ||
cmake-version: '3.23.x' | ||
- name: Run CMake | ||
run: cmake ../ -DCMAKE_BUILD_TYPE=Debug | ||
run: cmake ../ -DCMAKE_BUILD_TYPE=Debug -DCARE_ENABLE_SUBMODULE_TESTS=Off -DCARE_ENABLE_SUBMODULE_BENCHMARKS=Off -DCARE_ENABLE_SUBMODULE_EXAMPLES=Off -DCARE_ENABLE_SUBMODULE_EXERCISES=Off -DCARE_ENABLE_SUBMODULE_DOCS=Off | ||
working-directory: build | ||
- name: Run make | ||
run: make -j | ||
|
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
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
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
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
Submodule radiuss-spack-configs
updated
12 files
+6 −6 | .readthedocs.yml | |
+3 −0 | docs/requirements.txt | |
+0 −0 | docs/sphinx/conf.py | |
+1 −1 | docs/sphinx/index.rst | |
+15 −0 | packages/camp/camp-rocm6.patch | |
+33 −2 | packages/camp/package.py | |
+109 −72 | packages/care/package.py | |
+19 −1 | packages/chai/package.py | |
+8 −2 | packages/fmt/package.py | |
+48 −13 | packages/raja/package.py | |
+11 −2 | packages/umpire/package.py | |
+26 −0 | toss_4_x86_64_ib/spack.yaml |
Submodule chai
updated
15 files
+6 −6 | .gitlab/custom-jobs-and-variables.yml | |
+1 −1 | .uberenv_config.json | |
+2 −2 | CMakeLists.txt | |
+18 −58 | Dockerfile | |
+1 −1 | README.md | |
+8 −0 | RELEASE_NOTES.md | |
+12 −14 | azure-pipelines.yml | |
+3 −3 | cmake/SetupChaiOptions.cmake | |
+2 −0 | cmake/thirdparty/SetupChaiThirdparty.cmake | |
+2 −2 | docs/sphinx/conf.py | |
+2 −2 | docs/sphinx/conf.py.in | |
+1 −1 | scripts/make_release_tarball.sh | |
+1 −1 | scripts/radiuss-spack-configs | |
+1 −1 | src/tpl/raja | |
+1 −1 | src/tpl/umpire |
This file was deleted.
Oops, something went wrong.
Submodule umpire
updated
51 files
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