summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-08-07Fix GHCR Username in Container Builder (#25301)Alec Scott1-1/+1
2021-08-06openPMD-api: CTest & Install Tests (#25300)Axel Huebl1-0/+20
Run CTest at build time with: ``` spack install --test=root openpmd-api@<version> ``` and run smoke-tests after install and loading of the package via ``` spack load -r /<spec> spack test run /<spec> ```
2021-08-06openPMD-api: 0.14.1 (#25265)Axel Huebl1-0/+1
* openPMD-api: 0.14.1 Add the latest bugfix release. * Keep 0.13.4 still preferred More regressions to mitigate...
2021-08-06WarpX: 21.08 (#25234)Axel Huebl2-1/+3
Add the latest WarpX release.
2021-08-06Add New Build Containers Workflow (#24257)Alec Scott2-1/+80
This pull request adds a new workflow to build and deploy Spack Docker containers from GitHub Actions. In comparison with our current system where we use Dockerhub's CI to build our Docker containers, this workflow will allow us to now build for multiple architectures and deploy to multiple registries. (At the moment x86_64 and Arm64 because ppc64le is throwing an error within archspec.) As currently set up, the PR will build all of the current containers (minus Centos6 because those yum repositories are no longer available?) as both x86_64 and Arm64 variants. The workflow is currently setup to build and deploy containers nightly from develop as well as on tagged releases. The workflow will also build, but NOT deploy containers on a pull request for the purposes of testing this PR. At the moment it is setup to deploy the built containers to GitHub's Container Registry although, support for also uploading to Dockerhub/Quay can be included easily if we decide to keep releasing on Dockerhub/want to begin releasing on Quay.
2021-08-06[py-sentencepiece] added veriosn 0.1.91 (#25275)Jen Herting1-0/+2
2021-08-06codecov: allow coverage offsets for more base commit flexibility (#25293)Todd Gamblin1-0/+13
This is an attempt to fix "Missing base commit" messages in the codecov UI. Because we do not run full tests on package PRs, package PRs' merge commits on `develop` don't have coverage info. It appears that codecov will give you an error if the pseudo-base's coverage data doesn't all apply properly to the real PR base, unless the `allow_coverage_offsets` option is set. * See here for docs: https://docs.codecov.com/docs/comparing-commits#pseudo-comparison * See here for another potential solution: https://community.codecov.com/t/2480/15
2021-08-06refactor: rename `colorful` kwarg to `color` (#25292)Todd Gamblin1-30/+18
`compare_specs()` had a `colorful` keyword argument, but everything else in spack uses `color` for this. - [x] rename the argument - [x] make the default follow spack's `--color=always/never/auto` setting
2021-08-05New package: r-elemstatlearn (#25276)Jen Herting1-0/+20
2021-08-05New package: r-gparotation (#25277)Jen Herting1-0/+19
2021-08-05[sentencepiece] added version 0.1.91 (#25274)Jen Herting1-0/+1
2021-08-05Add libvpx to ffmpeg (#25155)gpotter22-1/+35
2021-08-05Add py-fastcov (#25268)Harmen Stoppels1-0/+24
* Add py-fastcov * Update var/spack/repos/builtin/packages/py-fastcov/package.py
2021-08-05patchelf: add v0.13 (#25271)Harmen Stoppels1-0/+1
2021-08-05Add checksum for py-wheel 0.33.6 (#25257)iarspider1-0/+1
2021-08-04Update py-typing-extensions (#25262)iarspider1-0/+2
2021-08-04Add checksum for py-gast 0.5.1 and 0.5.2 (#25258)iarspider1-0/+2
2021-08-04Add checksums for new protobuf versions (#25259)iarspider1-0/+10
2021-08-04Spack version: 0.16.1 -> 0.16.2 (#25255)Adam J. Stewart1-1/+1
17473a08ff merged `v0.16.1` back into `develop` but somehow lost the version bump. Fix it here.
2021-08-04Add checksum for py-astor@0.8.1 (#25256)iarspider1-1/+2
2021-08-04Caliper: Add E4S testsuite stand alone test (#25094)Richarda Butler1-0/+35
2021-08-04libcircle fix for CCE (#25224)lukebroskop1-2/+3
2021-08-04Added new versions for Sombrero (#25243)Michele Mesiti1-1/+4
2021-08-04Bump py-python-swiftclient and add keystone support (#25221)Harmen Stoppels1-2/+9
2021-08-04Add py-python-keystoneclient (#25220)Harmen Stoppels1-0/+35
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-08-04Add py-oslo-serialization (#25218)Harmen Stoppels1-0/+28
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-08-04Add py-oslo-config (#25216)Harmen Stoppels1-0/+33
2021-08-04Add py-keystoneauth1 (#25213)Harmen Stoppels1-0/+31
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-08-03Add py-oslo-utils (#25219)Harmen Stoppels1-0/+34
2021-08-03poplddecay: fix checksum for v3.41 (#20896)Tomoyasu Nojiri1-1/+1
2021-08-03[py-efficientnet-pytorch] added version 0.7.1 (#25230)Jen Herting1-0/+1
2021-08-03py-sympy: Add new versions and python versions they work with (#25226)Thomas Madlener1-1/+13
2021-08-03py-python-dateutil: add v2.8.2 (#25209)Harmen Stoppels1-1/+2
2021-08-03Bump py-boto3, add python constraints, bump deps (#25211)Harmen Stoppels1-0/+6
* Bump py-boto3, add python constraints, bump deps * Update var/spack/repos/builtin/packages/py-boto3/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/py-boto3/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/py-boto3/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-08-03Fix typo (#25223)Harmen Stoppels1-1/+1
2021-08-03Add py-os-service-types (#25215)Harmen Stoppels1-0/+21
* Add py-os-service-types * Update var/spack/repos/builtin/packages/py-os-service-types/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-08-03Add py-oslo-i18n (#25217)Harmen Stoppels1-0/+27
* Add py-oslo-i18n * Update var/spack/repos/builtin/packages/py-oslo-i18n/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-08-03Bump py-botocore and add python constraints (#25210)Harmen Stoppels1-0/+6
* Bump py-botocore and add python constraints * Update var/spack/repos/builtin/packages/py-botocore/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-08-03e4s ci stack: update package preferences (#25163)eugeneswalker1-4/+17
2021-08-03Add py-debtcollector (#25212)Harmen Stoppels1-0/+27
* Add py-debtcollector * Fix missing dependencies
2021-08-03Add py-netaddr (#25214)Harmen Stoppels1-0/+22
2021-08-03py-urllib3: add v1.26.6 (#25207)Harmen Stoppels1-3/+10
2021-08-03Test bootstrapping in a workflow (#25138)Massimiliano Culpo3-9/+135
Add a workflow to test bootstrapping clingo on different platforms so that we can detect changes that break it. Compute `site_packages_dir` in `bootstrap.py` as it was before #24095, until we figure a better way to override that attribute.
2021-08-03py-s3tranfer: add v0.5.0, v0.4.2 (#25208)Harmen Stoppels1-0/+6
2021-08-03py-datalad: add new package (#25181)Manuela Kuhn1-0/+108
2021-08-03Bump Arbor package to v0.5.2 (#24519)Brent Huisman1-10/+15
2021-08-03fmt: add v8.0.1 (#25201)Sebastian Schmitt1-0/+1
2021-08-03h5bench: new package (#25190)Michael Kuhn1-0/+29
2021-08-03scrot: use tarball with configure script (#25176)Harmen Stoppels1-5/+4
2021-08-03midnight-commander: add v4.8.26 (#25178)RĂ©mi Lacroix1-0/+1