summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-07-25wasi-sdk-prebuilt: new package (#45394)Teague Sterling1-0/+38
* wasi-sdk-prebuilt: new package * move url_for_version to be first method --------- Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
2024-07-25CMake package: add versions 3.30.0 and 3.30.1 (#45418)John W. Parent1-0/+2
2024-07-25libgcrypt: add patch for avx512 support (#45432)Adam J. Stewart2-0/+36
2024-07-25py-tensorflow: alter gcc conflict, fix build (#45330)Andrew W Elble1-8/+31
2024-07-24sz: new test API (#45363)AcriusWinter1-77/+59
* sz: new test API * fix typo; check installed executable; conform to subpart naming convention * skip tests early if not installed; remove unnecessary "_sz" from test part names --------- Co-authored-by: Tamara Dahlgren <dahlgren1@llnl.gov>
2024-07-24strumpack: make standalone test for +mpi more robust (#44943)Tamara Dahlgren1-13/+19
* strumpack: make standalone test for +mpi more robust * Comment about which MPI launcher being attempted
2024-07-24halide: add v18.0.0 (#45401)Teo1-7/+11
* Added Halide 18 * Fix style+other stuff * Accept compiler deps * 17.0.2 too * reorder versions
2024-07-24Netlib-lapack package: search for correct library names on Windows (#45417)John W. Parent1-9/+19
Library names on Windows are not typically prefixed with lib; the default `.libs` implementation accounts for this, but `netlib-lapack` has a custom implementation of `.libs` that did not account for this.
2024-07-24build(deps): bump docker/login-action from 3.2.0 to 3.3.0 (#45378)dependabot[bot]1-2/+2
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/0d4c9c5ea7693da7b068278f7b52bda2a190a446...9780b0c442fbb1117ed29e0efdff1e18412f7567) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-24`spack pkg grep`: don't warn when grepping for quoted strings (#45412)Todd Gamblin2-2/+5
The `Executable` class emits a warning when you pass quoted arguments to it: ``` > spack pkg grep '"namespace"' ==> Warning: Quotes in command arguments can confuse scripts like configure. The following arguments may cause problems when executed: "namespace" Quotes aren't needed because spack doesn't use a shell. Consider removing them. If multiple levels of quotation are required, use `ignore_quotes=True`. ``` This is to warn new package authors who aren't used to calling build commands in python. It's not useful for `spack pkg grep`, where we really are passing args on the command line, and if we pass a quoted string, we probably meant to. - [x] make `ignore_quotes` an instance variable, not just an argument to ``__call__` - [x] set `ignore_quotes` to `True` in `spack pkg grep` Signed-off-by: Todd Gamblin <tgamblin@llnl.gov>
2024-07-24hybpiper: change package type, add version 2.1.8 (#45262)snehring1-3/+30
Signed-off-by: Shane Nehring <snehring@iastate.edu>
2024-07-24CI: add ML ROCm stack (#45302)afzpatel3-0/+117
* add ML ROCm stack * add suggested changes * remove py-torch and py-tensorflow-estimator * add TF_ROCM_AMDGPU_TARGETS env variable and remove packages from pipeline * remove py-jax and py-xgboost
2024-07-23uftrace: change to executable declaration (#45403)AcriusWinter1-1/+1
2024-07-23py-arrow: add v1.3.0 (switch to flit-core) (#45123)Wouter Deconinck1-2/+6
2024-07-23ruby: add v3.3.4 (#45334)Thomas Applencourt1-0/+1
* Ruby Add 3.3.4 * Update package.py * Update package.py
2024-07-23generate-ninja: new package (#45391)Teague Sterling1-0/+50
Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
2024-07-23ROOT should add_include_path virtual glu for consistency. (#45057)Karol Krizka1-1/+1
2024-07-23e4s rocm external ci stack: upgrade to v6.1.2 (#45356)eugeneswalker3-76/+77
* e4s rocm external ci stack: upgrade to v6.1.2 * magma: add rocm-core 6.1.2
2024-07-23build(deps): bump pytest from 8.2.2 to 8.3.1 in /lib/spack/docs (#45377)dependabot[bot]1-1/+1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.2.2...8.3.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23build(deps): bump sphinx from 7.4.6 to 7.4.7 in /lib/spack/docs (#45376)dependabot[bot]1-1/+1
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.4.6 to 7.4.7. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.4.6...v7.4.7) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23build(deps): bump docker/setup-buildx-action from 3.4.0 to 3.5.0 (#45379)dependabot[bot]1-1/+1
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/4fd812986e6c8c2a69e18311145f9371337f27d4...aa33708b10e362ff993539393ff100fa93ed6a27) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23build(deps): bump docker/build-push-action from 6.4.1 to 6.5.0 (#45380)dependabot[bot]1-1/+1
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.4.1 to 6.5.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/1ca370b3a9802c92e886402e0dd88098a2533b12...5176d81f87c23d6fc96624dfdbcd9f3830bbe445) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23build(deps): bump docker/setup-qemu-action from 3.1.0 to 3.2.0 (#45381)dependabot[bot]1-1/+1
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/5927c834f5b4fdf503fca6f4c7eccda82949e1ee...49b3bc8e6bdd4a60e6116a5414239cba5943d3cf) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23gh: convert to GoPackage (#45351)Wouter Deconinck1-11/+7
* gh: convert to GoPackage * gh: fix style
2024-07-23GoPackage: default `-modcacherw` to ensure stage cleanup (#45350)Wouter Deconinck1-1/+1
2024-07-23Update and clean up hdf-eos2 package.py to fix build errors with Intel ↵Dom Heinzeller1-13/+4
oneAPI (#45399)
2024-07-23fmt: add 11.0.2 (#45396)Mikael Simberg1-0/+1
2024-07-23Remove `# generated` comments from many packages, add some missing ↵Mikael Simberg15-19/+23
`depends_on("cxx")` (#45395)
2024-07-22py-mne-bids: add new package (#45374)Manuela Kuhn1-0/+29
2024-07-22uftrace: new test API, add 0.16 with libtraceevent, fix build (#45364)AcriusWinter3-30/+75
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
2024-07-22votca: add v2024.1 (#45341)Christoph Junghans1-0/+1
2024-07-22py-numpy: add v2.0.1 (#45354)Adam J. Stewart1-3/+3
2024-07-22linux-pam: add v1.5.1, v1.5.3, v1.6.0, v1.6.1 and additional variants (#45344)Teague Sterling1-7/+43
* package/linux-pam: dependencies * Adding variants to linux-pam * Updating linux-pam variants * Fixing variants for linux-pam after testing * clean up flag handling * clean up terrible tabs * cant use default_args for compiler dependencies * Change selinux to off by default --------- Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
2024-07-22libwnck: new package (#44641)Teague Sterling1-0/+76
2024-07-22libgudev: new package (#44639)Teague Sterling1-0/+22
2024-07-22geopm: Add v3.1 and update the needed dependencies (#44793)Brad Geltz6-62/+152
2024-07-22asciidoc: Fix asciidoc@10 install (#44926)Jordan Galby1-4/+13
2024-07-22libint: Fix build for 2.6.0, add libs property (#45034)snehring1-20/+37
Signed-off-by: Shane Nehring <snehring@iastate.edu>
2024-07-22heyoka: add current 4.0.x and 5.0.0 releases (#45314)Alex Seaton1-1/+7
2024-07-22rayleigh: add v1.2.0 (#45333)Philipp Edelmann1-2/+3
2024-07-22dedisp: fix preinstall: it only takes self (#45328)Andrew W Elble1-3/+3
too many arguments here, only takes "self".
2024-07-22libvdwxc: Fix configure with gcc-14 (#45093)Martin Lang2-0/+22
2024-07-22Update Enzyme to 0.0.135 (#45346)William Moses1-0/+1
2024-07-22Add nextflow 24.04.3 (#45357)Diego Alvarez S.1-0/+5
2024-07-22py-colored: Added new version (#45361)Alex Leute1-1/+3
2024-07-22node-js: add v17.9.1, v20.15.0, v21.7.3, v22.3.0, v22.4.0 (#45007)Teague Sterling2-3/+37
* Adding new versions and compilation conflict for nodejs * Update failed version for gcc14 * Updating conflicts notes for correctness/clarity/format * Applying spack-ized versions of fix in https://github.com/nodejs/node/issues/52223 to adddress CI failures * Update fix-old-glibc-random-headers.patch * Update package.py * Update fix-old-glibc-random-headers.patch * Update fix-old-glibc-random-headers.patch * Adding conflict for older glibc * Fixing patch for older systems, need to undef * Removing overly strict conflicts --------- Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
2024-07-22geant4: support Qt5 and Qt6 (#45352)Wouter Deconinck1-3/+10
* geant4: support qt5 and qt6 * geant4: update conflict msg
2024-07-20build(deps): bump mypy from 1.10.1 to 1.11.0 in /lib/spack/docs (#45337)dependabot[bot]1-1/+1
Bumps [mypy](https://github.com/python/mypy) from 1.10.1 to 1.11.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.11) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-20Testing: omit test on windows (#45340)Peter Scheibel1-0/+1
Re-disable a test that was enabled in #45031
2024-07-19Windows Tests: enable more cmd tests on Windows (#45031)Nicole C.8-22/+3
* Several tests can be enabled on Windows with no changes to logic (either the test logic or logic being tested) * Test for `spack location` requires modification of the test logic, but with a minor change can be enabled on Windows