-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Fix and update spack testing, update package.py
, rectify checksum of v2.5.0.1
#206
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
a6d3a80
Use Ubuntu 24.04.
BenjaminRodenberg 853441e
Update hashes, urls, and versions.
BenjaminRodenberg ab58144
Activate test.
BenjaminRodenberg d6ce4eb
Install develop and latest version.
BenjaminRodenberg 84e15d5
Try without @latest.
BenjaminRodenberg 24a21f1
Provide concrete version.
BenjaminRodenberg 3c299ae
Remove @3.1.0, because build time is too large.
BenjaminRodenberg e7839cd
Merge branch 'develop' into i170-update-docker-spack-deps
BenjaminRodenberg e08f7a3
Add newest release 3.1.1
BenjaminRodenberg a5563aa
Add missing checksums.
BenjaminRodenberg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
# name: Build Spack | ||
# on: | ||
# push: | ||
# branches: | ||
# - "*" | ||
# pull_request: | ||
# branches: | ||
# - "*" | ||
# schedule: | ||
# - cron: '0 4 * * 1' # Schedule it every Sunday | ||
# | ||
# jobs: | ||
# build_spack: | ||
# name: build_spack | ||
# runs-on: ubuntu-latest | ||
# timeout-minutes: 15 | ||
# container: precice/ci-spack-pyprecice-deps-2204 | ||
# defaults: | ||
# run: | ||
# shell: "bash --login -eo pipefail {0}" | ||
# steps: | ||
# - name: Checkout Repository | ||
# uses: actions/checkout@v2 | ||
# - name: Move Package Script | ||
# run: | | ||
# cp -r spack/repo/packages/py-pyprecice/ /py-pyprecice-repo/packages/ | ||
# - name: Try to build py-pyprecice with spack and test it | ||
# run: | | ||
# . /opt/spack/share/spack/setup-env.sh | ||
# spack env activate ci && spack arch | ||
# spack remove py-pyprecice | ||
# spack add pyprecice.test.py-pyprecice@develop && spack develop pyprecice.test.py-pyprecice@develop | ||
# spack install && spack find | ||
# spack load py-pyprecice | ||
# BINDINGS_VERSION=$(python3 -c "import precice; print(precice.__version__)") && echo "Installed version of bindings is ${BINDINGS_VERSION}" | ||
name: Build Spack | ||
on: | ||
push: | ||
branches: | ||
- "*" | ||
pull_request: | ||
branches: | ||
- "*" | ||
schedule: | ||
- cron: '0 4 * * 1' # Schedule it every Sunday | ||
|
||
jobs: | ||
build_spack: | ||
name: build_spack | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 15 | ||
container: precice/ci-spack-pyprecice-deps-2404 | ||
defaults: | ||
run: | ||
shell: "bash --login -eo pipefail {0}" | ||
steps: | ||
- name: Checkout Repository | ||
uses: actions/checkout@v2 | ||
- name: Move Package Script | ||
run: | | ||
cp -r spack/repo/packages/py-pyprecice/ /py-pyprecice-repo/packages/ | ||
- name: Try to build py-pyprecice@develop with spack and test it | ||
run: | | ||
. /opt/spack/share/spack/setup-env.sh | ||
spack env activate ci && spack arch | ||
spack remove py-pyprecice | ||
spack add pyprecice.test.py-pyprecice@develop && spack develop pyprecice.test.py-pyprecice@develop | ||
spack install && spack find | ||
spack load py-pyprecice | ||
BINDINGS_VERSION=$(python3 -c "import precice; print(precice.__version__)") && echo "Installed version of bindings is ${BINDINGS_VERSION}" |
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
2 changes: 1 addition & 1 deletion
2
...k/ci-spack-pyprecice-deps-2204.dockerfile → ...k/ci-spack-pyprecice-deps-2404.dockerfile
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a post tag bump (0d28cf0) matching that version. It is possible that the original checksum above was created before pushing 0d28cf0, but I cannot verify this.