forked from spack/spack
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge changes from Spack community develop branch
- Loading branch information
Showing
9,952 changed files
with
197,862 additions
and
80,003 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ coverage: | |
status: | ||
project: | ||
default: | ||
threshold: 0.2% | ||
threshold: 2.0% | ||
|
||
ignore: | ||
- lib/spack/spack/test/.* | ||
|
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,20 @@ | ||
#!/bin/bash | ||
|
||
# Load spack environment at terminal startup | ||
cat <<EOF >> /root/.bashrc | ||
. /workspaces/spack/share/spack/setup-env.sh | ||
EOF | ||
|
||
# Load spack environment in this script | ||
. /workspaces/spack/share/spack/setup-env.sh | ||
|
||
# Ensure generic targets for maximum matching with buildcaches | ||
spack config --scope site add "packages:all:require:[target=x86_64_v3]" | ||
spack config --scope site add "concretizer:targets:granularity:generic" | ||
|
||
# Find compiler and install gcc-runtime | ||
spack compiler find --scope site | ||
|
||
# Setup buildcaches | ||
spack mirror add --scope site develop https://binaries.spack.io/develop | ||
spack buildcache keys --install --trust |
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 @@ | ||
{ | ||
"name": "Ubuntu 20.04", | ||
"image": "ghcr.io/spack/ubuntu20.04-runner-amd64-gcc-11.4:2023.08.01", | ||
"postCreateCommand": "./.devcontainer/postCreateCommand.sh" | ||
} |
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 @@ | ||
{ | ||
"name": "Ubuntu 22.04", | ||
"image": "ghcr.io/spack/ubuntu-22.04:v2024-05-07", | ||
"postCreateCommand": "./.devcontainer/postCreateCommand.sh" | ||
} |
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,6 @@ | ||
<!-- | ||
Remember that `spackbot` can help with your PR in multiple ways: | ||
- `@spackbot help` shows all the commands that are currently available | ||
- `@spackbot fix style` tries to push a commit to fix style issues in this PR | ||
- `@spackbot re-run pipeline` runs the pipelines again, if you have write access to the repository | ||
--> |
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,8 @@ | ||
#!/bin/bash | ||
set -e | ||
source share/spack/setup-env.sh | ||
$PYTHON bin/spack bootstrap disable github-actions-v0.4 | ||
$PYTHON bin/spack bootstrap disable spack-install | ||
$PYTHON bin/spack $SPACK_FLAGS solve zlib | ||
tree $BOOTSTRAP/store | ||
exit 0 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.