forked from spack/spack
-
Notifications
You must be signed in to change notification settings - Fork 14
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 #50 from climbfuji/feature/update_jcsda_emc_spack_…
…stack_from_authoritative_20220404 Update jcsda emc spack stack from authoritative 20220404
- Loading branch information
Showing
2,213 changed files
with
30,899 additions
and
12,367 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
bzip2 curl file gcc-c++ gcc gcc-gfortran git gnupg2 gzip \ | ||
make patch unzip which xz python3 python3-devel tree \ | ||
cmake bison bison-devel libstdc++-static | ||
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2 | ||
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 | ||
- name: Setup repo and non-root user | ||
run: | | ||
git --version | ||
|
@@ -61,7 +61,7 @@ jobs: | |
bzip2 curl file g++ gcc gfortran git gnupg2 gzip \ | ||
make patch unzip xz-utils python3 python3-dev tree \ | ||
cmake bison | ||
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2 | ||
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 | ||
- name: Setup repo and non-root user | ||
run: | | ||
git --version | ||
|
@@ -90,7 +90,7 @@ jobs: | |
apt-get install -y \ | ||
bzip2 curl file g++ gcc gfortran git gnupg2 gzip \ | ||
make patch unzip xz-utils python3 python3-dev tree | ||
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2 | ||
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 | ||
- name: Setup repo and non-root user | ||
run: | | ||
git --version | ||
|
@@ -118,7 +118,7 @@ jobs: | |
bzip2 curl file gcc-c++ gcc gcc-fortran tar git gpg2 gzip \ | ||
make patch unzip which xz python3 python3-devel tree \ | ||
cmake bison | ||
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2 | ||
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 | ||
- name: Setup repo and non-root user | ||
run: | | ||
git --version | ||
|
@@ -138,7 +138,7 @@ jobs: | |
- name: Install dependencies | ||
run: | | ||
brew install cmake [email protected] tree | ||
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2 | ||
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 | ||
- name: Bootstrap clingo | ||
run: | | ||
source share/spack/setup-env.sh | ||
|
@@ -157,8 +157,8 @@ jobs: | |
- name: Install dependencies | ||
run: | | ||
brew install tree | ||
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2 | ||
- uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # @v2 | ||
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 | ||
- uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd # @v2 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Bootstrap clingo | ||
|
@@ -174,8 +174,8 @@ jobs: | |
matrix: | ||
python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9'] | ||
steps: | ||
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2 | ||
- uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # @v2 | ||
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 | ||
- uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd # @v2 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Setup repo and non-root user | ||
|
@@ -202,7 +202,7 @@ jobs: | |
apt-get install -y \ | ||
bzip2 curl file g++ gcc patchelf gfortran git gzip \ | ||
make patch unzip xz-utils python3 python3-dev tree | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 | ||
- name: Setup repo and non-root user | ||
run: | | ||
git --version | ||
|
@@ -231,7 +231,7 @@ jobs: | |
bzip2 curl file g++ gcc patchelf gfortran git gzip \ | ||
make patch unzip xz-utils python3 python3-dev tree \ | ||
gawk | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 | ||
- name: Setup repo and non-root user | ||
run: | | ||
git --version | ||
|
@@ -256,7 +256,7 @@ jobs: | |
brew install tree | ||
# Remove GnuPG since we want to bootstrap it | ||
sudo rm -rf /usr/local/bin/gpg | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 | ||
- name: Bootstrap GnuPG | ||
run: | | ||
source share/spack/setup-env.sh | ||
|
@@ -272,7 +272,7 @@ jobs: | |
brew install gawk tree | ||
# Remove GnuPG since we want to bootstrap it | ||
sudo rm -rf /usr/local/bin/gpg | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 | ||
- name: Bootstrap GnuPG | ||
run: | | ||
source share/spack/setup-env.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,7 @@ | ||
$ proc = Start-Process ${{ env.spack_installer }}\spack.exe "/install /quiet" -Passthru | ||
$handle = $proc.Handle # cache proc.Handle | ||
$proc.WaitForExit(); | ||
|
||
if ($proc.ExitCode -ne 0) { | ||
Write-Warning "$_ exited with status code $($proc.ExitCode)" | ||
} |
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,11 @@ | ||
# (c) 2021 Lawrence Livermore National Laboratory | ||
|
||
Set-Location spack | ||
|
||
git config --global user.email "[email protected]" | ||
git config --global user.name "Test User" | ||
|
||
if ($(git branch --show-current) -ne "develop") | ||
{ | ||
git branch develop origin/develop | ||
} |
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,4 @@ | ||
param ($systemFolder, $shortcut) | ||
|
||
$start = [System.Environment]::GetFolderPath("$systemFolder") | ||
Invoke-Item "$start\Programs\Spack\$shortcut" |
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.