summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-07-01curl: remove deprecated versions (#44630)Harmen Stoppels2-199/+38
2024-07-01py-tensorflow: add v2.16.2 (#44974)Adam J. Stewart1-0/+3
2024-07-01flecsi: cleanup spackage (#44873)Richard Berger2-152/+31
2024-07-01libffi: enable pic (#44970)renjithravindrankannath1-1/+1
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
2024-07-01py-scipy: add v1.14.0 (#44967)Adam J. Stewart2-4/+7
2024-07-01zlib-ng: add patch for lld 17+ (#44684)Harmen Stoppels5-1067/+6
- add new patch for recent lld - remove workaround for lld - drop old versions - drop old patches
2024-07-01netlib-lapack: provide blas and lapack together (#44981)Harmen Stoppels1-2/+3
If netlib-lapack is built with ~external-blas, it internally links liblapack.so with libblas.so, meaning that whenever netlib-lapack is used as a lapack provider, the package must also be a blas provider. Conversely using netli-lapack as a blas provider does not imply that it also must provide lapack, but nothing is lost disallowing that...
2024-07-01archive.py: undo unrelated changes from #43851 (#44947)Harmen Stoppels1-4/+2
2024-07-01Use composite stage also for develop specs (#44950)Harmen Stoppels3-16/+9
2024-07-01Flag propagation: restrict to link/run (#44925)Massimiliano Culpo3-81/+76
In practice people don't care about having their build dependencies reinstalled with say cflags=-O3 if that is what is set at the input spec, so restrict propagation to link/run deps only. Also simplify the encoding in asp.
2024-07-01neoverse-v1: restore py-cinemasci (#44976)Massimiliano Culpo3-5/+5
Use a different tactic for determining conflicts. Give more priority to setting False very old versions.
2024-07-01JAX: add v0.4.30 (#44964)Adam J. Stewart2-3/+5
2024-07-01py-scikit-image: add v0.24.0 (#44965)Adam J. Stewart1-1/+3
2024-07-01py-kornia: add v0.7.3 (#44973)Adam J. Stewart1-0/+1
2024-07-01GDAL: add v3.9.1 (#44969)Adam J. Stewart1-0/+1
2024-07-01py-keras: add v3.4 (#44968)Adam J. Stewart1-0/+3
2024-07-01Remove DIYStage (#44949)Harmen Stoppels4-141/+9
2024-06-30root: depends_on veccore@0.4.0: resp. @0.4.2: when certain versions (#36667)Wouter Deconinck1-1/+2
2024-06-30xl: avoid matching "_r" in tempfile.TemporaryDirectory during audit (#44831)Wouter Deconinck1-2/+2
2024-06-30gobject-introspection: add v1.60.2 (#44643)Teague Sterling2-2/+23
Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
2024-06-30neoverse-v1: comment out py-cinemasci (#44972)Massimiliano Culpo1-1/+1
2024-06-28Strumpack: Changed old test method to new test method (#44874)AcriusWinter1-57/+33
* added try except * Resolve style issues --------- Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
2024-06-28legion: Add 24.06.0. (#44951)Elliott Slaughter1-0/+1
2024-06-28composyx: fix cmake options prefix (#44948)fpruvost1-14/+14
2024-06-28libgpg-error, libassuan: fixes for darwin (#44946)Massimiliano Culpo3-0/+17
2024-06-28mold: add v2.32.1 (#44920)Mikael Simberg1-0/+1
2024-06-28icon: add 2024.01-1 (#44919)Dominic Hofer1-0/+1
2024-06-28linaro-forge: added 24.0.2 version (#44922)joscot-linaro1-0/+6
2024-06-28WRF4.5.x: Limit the patching of ADIOS function to 4.5.0 (#44929)sarahtang-amzn1-1/+1
2024-06-28Add missing v0.22.0 changelog (#44945)Harmen Stoppels1-0/+321
2024-06-28installer.py: handle external roots the same (#44917)Harmen Stoppels1-16/+4
There was logic not to enqueue build requests for externals if they occur as roots. That's unnecessary.
2024-06-28libassuan: add v3.0.0 (#44913)Massimiliano Culpo3-1/+8
Co-authored-by: Harmen Stoppels <me@harmenstoppels.nl>
2024-06-28libgcrypt: add v1.11.0 (#44915)Massimiliano Culpo1-15/+10
Co-authored-by: Harmen Stoppels <me@harmenstoppels.nl>
2024-06-28libgpg-error: add v1.50 (#44914)Massimiliano Culpo1-0/+1
2024-06-28libksba: add v1.6.7 (#44916)Massimiliano Culpo1-0/+2
2024-06-27update chapel package for v2.1 (#44931)arezaii1-3/+4
2024-06-27hiop: Corrected test name, added docstring, and changed test to new API (#44765)AcriusWinter1-33/+29
* Changed test method from old method to new method * Corrected test name and added docstring * Split test method into stand alone-tests * Added SkipTest * code refactor * removed repeated code * Remove exe from test part purpose --------- Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
2024-06-27Add new releases of CHAI (#44911)Alan Dayton1-1/+17
2024-06-27vtk: Fix proj dependency ranges (#44370)Chris Marsh1-2/+3
* Improve proj version selection to avoid too new of a proj with older api usage in vtk9 * Proj constraint range around 8.2.1 --------- Co-authored-by: John Parent <john.parent@kitware.com>
2024-06-27Spack on Windows: fix "spack load --list" and "spack unload" (#35720)Dan Lipsa6-90/+134
Fix the following on Windows: * `spack load --list` (this printed 0 packages even if packages were loaded) * `spack unload <package>` (this said that the package is not loaded even if it was) Update unit tests for `spack load` to also run on Windows (specifically for ".bat"). This involved refactoring a few tests to parameterize based on whether the unit tests are being run on a Windows system (and to account for batch syntax).
2024-06-27build(deps): bump docker/build-push-action from 5.3.0 to 6.2.0 (#44910)dependabot[bot]1-1/+1
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 6.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/2cdde995de11925a030ce8070c3d77a52ffcf1c0...15560696de535e4014efeff63c48f16952e52dd1) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-27plink2: add v2.00a5.10, v2.00a5.11 (#44707)Teague Sterling1-2/+10
* Adding additional versions to plink2 and switching to tarballs to allow for better version detection in the future --------- Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
2024-06-27zig: add v0.13.0 (#44912)Massimiliano Culpo1-4/+2
2024-06-27gmsh: add v4.13.1 (#44901)Benjamin Fovet1-1/+2
Also fix gmsh 4.13.0 checksum Co-authored-by: Benjamin Fovet <benjamin.fovet@cea.fr>
2024-06-27lcov: Add missing perl dependency (#44896)Julien Cortial1-0/+1
Date::Parse, provided by TimeDate, is an undocumented dependency of lcov 2
2024-06-27mumps: add v5.7.2 (#44897)Julien Cortial1-2/+3
2024-06-27Fix bug in logfile parsing (#42706)Matthew Whitlock2-1/+31
* Fix bug in logfile parsing * Cite ECMA-48 standards for CSI Co-authored-by: Wouter Deconinck <wdconinc@gmail.com> --------- Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
2024-06-27Ensure parent runtime version >= child (#44834)Massimiliano Culpo7-28/+97
Fixes a bug where old gcc-runtime libraries would be loaded at runtime, but newer are required by dependencies, breaking the binaries.
2024-06-27Fixed typo in hypre package (#44921)Henrique BR1-1/+1
Co-authored-by: “Henrique <henrique.bergallo-rocha@ukaea.uk>
2024-06-27rmgdft: add v6.1.0 (#44797)Emil Briggs1-0/+1