summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-03-12gh: add v2.24.3 (#36032)Alec Scott1-0/+1
2023-03-12ghostscript: add v10.0.0 (#36033)Alec Scott1-0/+1
2023-03-12hugo: add v0.111.2 (#36035)Alec Scott1-0/+1
2023-03-12hydra: add v4.1.1 (#36036)Alec Scott1-0/+1
2023-03-12glab: add v1.26.0 (#36034)Alec Scott1-0/+3
2023-03-12libbson: add v1.23.2 (#36037)Alec Scott1-0/+1
2023-03-12libcap: add v2.67 (#36038)Alec Scott1-0/+1
2023-03-12libdmx: add v1.1.4 (#36039)Alec Scott1-0/+1
2023-03-12libfontenc: add v1.1.7 (#36040)Alec Scott1-0/+1
2023-03-12libfs: add v1.0.9 (#36041)Alec Scott1-0/+1
2023-03-12bazel: add v6.1.0 (#36020)Alec Scott2-1/+2
2023-03-12py-torch: NNPACK requires AVX2 (#35994)Adam J. Stewart1-1/+2
2023-03-11glib: add 2.74.6 (#35708)Michael Kuhn1-0/+1
2023-03-11Add spackage for py-sphinx-rtd-dark-mode (#35946)Karen C. Tsai1-0/+19
2023-03-11curl: Allow compiling recent versions with MbedTLS 2 (#35947)Mosè Giordano1-1/+1
Curl 7.79 started supporting MbedTLS 3, but it did not drop support for v2.
2023-03-10get --dev and drop set -x (#36010)Harmen Stoppels2-2/+2
2023-03-11gmake: add v4.4.1 (#35872)Alec Scott1-1/+2
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
2023-03-10py-exarl: new package (#35828)eugeneswalker1-0/+39
* py-exarl: new package * fix style * extend copyright to 2023 * add maintainer
2023-03-10go: refactor bootstrapping process (#35823)Alec Scott4-126/+81
* Refactor go bootstrapping to include binary or gcc bootstrap
2023-03-10curl flag is not universally supported (#36009)Harmen Stoppels3-3/+3
2023-03-10gdk-pixbuf: add v2.42.10 (#35867)Alec Scott1-0/+1
2023-03-10editres: add v1.0.8 (#35854)Alec Scott1-0/+1
2023-03-10hotfix: fix double double quotes (#36005)Harmen Stoppels1-1/+1
2023-03-10ci: version bump for ghcr.io/spack/e4s-amazonlinux-2 (#35976)Zack Galbreath12-17/+35
* ci: version bump for ghcr.io/spack/e4s-amazonlinux-2 This new image comes with GnuPG v2.4.0 * py-cython: upperbounds for Python versions * fix py-gevent nonsense --------- Co-authored-by: Harmen Stoppels <me@harmenstoppels.nl>
2023-03-10Hotfix: Fix CI unit test after CI refactor (#36004)kwryankrattiger1-8/+5
* Hotfix: Fix CI unit test after CI refactor
2023-03-10CI boilerplate reduction (#34272)kwryankrattiger40-3139/+1785
* CI configuration boilerplate reduction and refactor Configuration: - New notation for list concatenation (prepend/append) - New notation for string concatenation (prepend/append) - Break out configuration files for: ci.yaml, cdash.yaml, view.yaml - Spack CI section refactored to improve self-consistency and composability - Scripts are now lists of lists and/or lists of strings - Job attributes are now listed under precedence ordered list that are composed/merged using Spack config merge rules. - "service-jobs" are identified explicitly rather than as a batch CI: - Consolidate common, platform, and architecture configurations for all CI stacks into composable configuration files - Make padding consistent across all stacks (256) - Merge all package -> runner mappings to be consistent across all stacks Unit Test: - Refactor CI module unit-tests for refactor configuration Docs: - Add docs for new notations in configuration.rst - Rewrite docs on CI pipelines to be consistent with refactored CI workflow * Script verbose environ, dev bootstrap * Port #35409
2023-03-10ci: Increase the amount of pruning possible for PR pipelines (#35944)Scott Wittenburg1-0/+1
By setting the traversal depth to 1, only specs matching the changed package and direct dependents of those (and of course all dependencies of that set) are removed from pruning candidacy.
2023-03-10feh: add v3.9.1 (#35858)Alec Scott1-0/+1
2023-03-10Add packages OSPRay, rkcommon, Open VKL, and Open Image Denoise (#35530)kwryankrattiger5-1/+186
2023-03-10Update yaFyaml, pFlogger, and gFTL versions, add list_url (#35968)Matthew Thompson5-0/+9
* Update yaFyaml, pFlogger, and gFTL versions * Add list_url
2023-03-10py-deap: newer version can use newer setuptools (#35986)Erik Heeren1-1/+3
* py-deap: newer version can use newer setuptools * Update var/spack/repos/builtin/packages/py-deap/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2023-03-10scons: add version 4.5.1. (#35990)H. Joe Lee1-1/+2
2023-03-10py-scikit-learn: add v1.2.2 (#35982)Adam J. Stewart1-1/+3
2023-03-10rivet: remove tag (deleted by upstream developers) (#35971)Valentin Volkl1-1/+0
2023-03-10spectre: add v2023.03.09 (#35972)SXS Bot1-0/+3
Co-authored-by: sxs-bot <sxs-bot@users.noreply.github.com>
2023-03-10cgns: enable tools (#35713)nicolas le goff2-1/+72
2023-03-09QMCPACK v3.16.0 (#35967)Paul R. C. Kent1-0/+2
2023-03-09reorder_flags: properly handle flags from concrete reused specs (#35951)Greg Becker2-4/+23
2023-03-09scalasca: add 2.6.1 (#35970)Michael Kuhn1-5/+11
2023-03-09[liburing] Adds liburing package (#35762)Matthieu Dorier1-0/+24
* [liburing] Adds liburing package * Update var/spack/repos/builtin/packages/liburing/package.py * [liburing] Added conflicts for darwin and windows platforms --------- Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
2023-03-09concretizer.yaml: document valid values for granularity (#35961)Harshula Jayasuriya1-4/+5
2023-03-09Automated deployment to update package flux-core 2023-03-09 (#35956)Vanessasaurus1-0/+1
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
2023-03-09scorep: fix dependencies (#35966)Michael Kuhn1-5/+6
The overlapping dependency version ranges caused the concretizer to pick version 7.1 even though version 8.0 is available: ``` ==> Error: No version for 'cubelib' satisfies '@4.7.1' and '@4.8' ``` Moreover, Score-P 8.0 requires libbfd: ``` configure: error: bfd.h required ```
2023-03-09bdftopcf: add v1.1 (#35845)Alec Scott1-0/+1
2023-03-09Deprecate elpa rc2 (#35953)Rocco Meli1-0/+1
2023-03-09fontconfig: add v2.14.2 (#35861)Alec Scott1-0/+1
2023-03-09hpctoolkit: adjust dependency and conflict for xz (#35950)Mark W. Krentel1-1/+2
Hpctoolkit doesn't build cleanly with xz 5.2.7 and 5.2.8 due to a misuse of the symver attribute. This is now fixed in 5.2.9 and later.
2023-03-09New packages: py-fireworks, py-flask-paginate (#35939)Benjamin Meyers2-0/+56
* New packages: py-fireworks, py-flask-paginate * [@spackbot] updating style on behalf of meyersbs
2023-03-09New package py-custodian (#35938)Benjamin Meyers1-0/+27
* New package py-custodian * [@spackbot] updating style on behalf of meyersbs
2023-03-09Update py-boltons (#35937)Benjamin Meyers1-0/+1