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
As on Tuesday, September 26, 2023
- Loading branch information
Showing
8,783 changed files
with
127,147 additions
and
65,803 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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# .git-blame-ignore-revs | ||
# Formatted entire codebase with black | ||
# Formatted entire codebase with black 23 | ||
603569e321013a1a63a637813c94c2834d0a0023 | ||
# Formatted entire codebase with black 22 | ||
f52f6e99dbf1131886a80112b8c79dfc414afb7c |
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,3 +1,4 @@ | ||
*.py diff=python | ||
*.lp linguist-language=Prolog | ||
lib/spack/external/* linguist-vendored | ||
*.bat text eol=crlf |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
make patch unzip which xz python3 python3-devel tree \ | ||
cmake bison bison-devel libstdc++-static | ||
- name: Checkout | ||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b | ||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 | ||
with: | ||
fetch-depth: 0 | ||
- name: Setup non-root user | ||
|
@@ -62,7 +62,7 @@ jobs: | |
make patch unzip xz-utils python3 python3-dev tree \ | ||
cmake bison | ||
- name: Checkout | ||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b | ||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 | ||
with: | ||
fetch-depth: 0 | ||
- name: Setup non-root user | ||
|
@@ -99,7 +99,7 @@ jobs: | |
bzip2 curl file g++ gcc gfortran git gnupg2 gzip \ | ||
make patch unzip xz-utils python3 python3-dev tree | ||
- name: Checkout | ||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b | ||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 | ||
with: | ||
fetch-depth: 0 | ||
- name: Setup non-root user | ||
|
@@ -133,7 +133,7 @@ jobs: | |
make patch unzip which xz python3 python3-devel tree \ | ||
cmake bison | ||
- name: Checkout | ||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b | ||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 | ||
with: | ||
fetch-depth: 0 | ||
- name: Setup repo | ||
|
@@ -158,7 +158,7 @@ jobs: | |
run: | | ||
brew install cmake [email protected] tree | ||
- name: Checkout | ||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b | ||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 | ||
- name: Bootstrap clingo | ||
run: | | ||
source share/spack/setup-env.sh | ||
|
@@ -179,11 +179,11 @@ jobs: | |
run: | | ||
brew install tree | ||
- name: Checkout | ||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b | ||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 | ||
- name: Bootstrap clingo | ||
run: | | ||
set -ex | ||
for ver in '3.6' '3.7' '3.8' '3.9' '3.10' ; do | ||
for ver in '3.7' '3.8' '3.9' '3.10' '3.11' ; do | ||
not_found=1 | ||
ver_dir="$(find $RUNNER_TOOL_CACHE/Python -wholename "*/${ver}.*/*/bin" | grep . || true)" | ||
echo "Testing $ver_dir" | ||
|
@@ -204,7 +204,7 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b | ||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 | ||
with: | ||
fetch-depth: 0 | ||
- name: Setup repo | ||
|
@@ -214,7 +214,7 @@ jobs: | |
- name: Bootstrap clingo | ||
run: | | ||
set -ex | ||
for ver in '3.6' '3.7' '3.8' '3.9' '3.10' ; do | ||
for ver in '3.7' '3.8' '3.9' '3.10' '3.11' ; do | ||
not_found=1 | ||
ver_dir="$(find $RUNNER_TOOL_CACHE/Python -wholename "*/${ver}.*/*/bin" | grep . || true)" | ||
echo "Testing $ver_dir" | ||
|
@@ -247,7 +247,7 @@ jobs: | |
bzip2 curl file g++ gcc patchelf gfortran git gzip \ | ||
make patch unzip xz-utils python3 python3-dev tree | ||
- name: Checkout | ||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b | ||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 | ||
with: | ||
fetch-depth: 0 | ||
- name: Setup non-root user | ||
|
@@ -283,7 +283,7 @@ jobs: | |
make patch unzip xz-utils python3 python3-dev tree \ | ||
gawk | ||
- name: Checkout | ||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b | ||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 | ||
with: | ||
fetch-depth: 0 | ||
- name: Setup non-root user | ||
|
@@ -316,7 +316,7 @@ jobs: | |
# Remove GnuPG since we want to bootstrap it | ||
sudo rm -rf /usr/local/bin/gpg | ||
- name: Checkout | ||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b | ||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 | ||
- name: Bootstrap GnuPG | ||
run: | | ||
source share/spack/setup-env.sh | ||
|
@@ -333,7 +333,7 @@ jobs: | |
# Remove GnuPG since we want to bootstrap it | ||
sudo rm -rf /usr/local/bin/gpg | ||
- name: Checkout | ||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b | ||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 | ||
- 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
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,31 @@ | ||
name: Windows Paraview Nightly | ||
|
||
on: | ||
schedule: | ||
- cron: '0 2 * * *' # Run at 2 am | ||
|
||
defaults: | ||
run: | ||
shell: | ||
powershell Invoke-Expression -Command "./share/spack/qa/windows_test_setup.ps1"; {0} | ||
|
||
|
||
jobs: | ||
build-paraview-deps: | ||
runs-on: windows-latest | ||
steps: | ||
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 | ||
with: | ||
fetch-depth: 0 | ||
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 | ||
with: | ||
python-version: 3.9 | ||
- name: Install Python packages | ||
run: | | ||
python -m pip install --upgrade pip six pywin32 setuptools coverage | ||
- name: Build Test | ||
run: | | ||
spack compiler find | ||
spack external find cmake ninja win-sdk win-wdk wgl msmpi | ||
spack -d install -y --cdash-upload-url https://cdash.spack.io/submit.php?project=Spack+on+Windows --cdash-track Nightly --only dependencies paraview | ||
exit 0 |
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 @@ | ||
black==23.9.1 | ||
clingo==5.6.2 | ||
flake8==6.1.0 | ||
isort==5.12.0 | ||
mypy==1.5.1 | ||
types-six==1.16.21.9 | ||
vermin==1.5.2 |
Oops, something went wrong.