Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-01 | zlib-ng: add patch for lld 17+ (#44684) | Harmen Stoppels | 5 | -1067/+6 | |
- add new patch for recent lld - remove workaround for lld - drop old versions - drop old patches | |||||
2024-07-01 | netlib-lapack: provide blas and lapack together (#44981) | Harmen Stoppels | 1 | -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-01 | JAX: add v0.4.30 (#44964) | Adam J. Stewart | 2 | -3/+5 | |
2024-07-01 | py-scikit-image: add v0.24.0 (#44965) | Adam J. Stewart | 1 | -1/+3 | |
2024-07-01 | py-kornia: add v0.7.3 (#44973) | Adam J. Stewart | 1 | -0/+1 | |
2024-07-01 | GDAL: add v3.9.1 (#44969) | Adam J. Stewart | 1 | -0/+1 | |
2024-07-01 | py-keras: add v3.4 (#44968) | Adam J. Stewart | 1 | -0/+3 | |
2024-06-30 | root: depends_on veccore@0.4.0: resp. @0.4.2: when certain versions (#36667) | Wouter Deconinck | 1 | -1/+2 | |
2024-06-30 | xl: avoid matching "_r" in tempfile.TemporaryDirectory during audit (#44831) | Wouter Deconinck | 1 | -2/+2 | |
2024-06-30 | gobject-introspection: add v1.60.2 (#44643) | Teague Sterling | 2 | -2/+23 | |
Signed-off-by: Teague Sterling <teaguesterling@gmail.com> | |||||
2024-06-28 | Strumpack: Changed old test method to new test method (#44874) | AcriusWinter | 1 | -57/+33 | |
* added try except * Resolve style issues --------- Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> | |||||
2024-06-28 | legion: Add 24.06.0. (#44951) | Elliott Slaughter | 1 | -0/+1 | |
2024-06-28 | composyx: fix cmake options prefix (#44948) | fpruvost | 1 | -14/+14 | |
2024-06-28 | libgpg-error, libassuan: fixes for darwin (#44946) | Massimiliano Culpo | 2 | -0/+10 | |
2024-06-28 | mold: add v2.32.1 (#44920) | Mikael Simberg | 1 | -0/+1 | |
2024-06-28 | icon: add 2024.01-1 (#44919) | Dominic Hofer | 1 | -0/+1 | |
2024-06-28 | linaro-forge: added 24.0.2 version (#44922) | joscot-linaro | 1 | -0/+6 | |
2024-06-28 | WRF4.5.x: Limit the patching of ADIOS function to 4.5.0 (#44929) | sarahtang-amzn | 1 | -1/+1 | |
2024-06-28 | libassuan: add v3.0.0 (#44913) | Massimiliano Culpo | 3 | -1/+8 | |
Co-authored-by: Harmen Stoppels <me@harmenstoppels.nl> | |||||
2024-06-28 | libgcrypt: add v1.11.0 (#44915) | Massimiliano Culpo | 1 | -15/+10 | |
Co-authored-by: Harmen Stoppels <me@harmenstoppels.nl> | |||||
2024-06-28 | libgpg-error: add v1.50 (#44914) | Massimiliano Culpo | 1 | -0/+1 | |
2024-06-28 | libksba: add v1.6.7 (#44916) | Massimiliano Culpo | 1 | -0/+2 | |
2024-06-27 | update chapel package for v2.1 (#44931) | arezaii | 1 | -3/+4 | |
2024-06-27 | hiop: Corrected test name, added docstring, and changed test to new API (#44765) | AcriusWinter | 1 | -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-27 | Add new releases of CHAI (#44911) | Alan Dayton | 1 | -1/+17 | |
2024-06-27 | vtk: Fix proj dependency ranges (#44370) | Chris Marsh | 1 | -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-27 | plink2: add v2.00a5.10, v2.00a5.11 (#44707) | Teague Sterling | 1 | -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-27 | zig: add v0.13.0 (#44912) | Massimiliano Culpo | 1 | -4/+2 | |
2024-06-27 | gmsh: add v4.13.1 (#44901) | Benjamin Fovet | 1 | -1/+2 | |
Also fix gmsh 4.13.0 checksum Co-authored-by: Benjamin Fovet <benjamin.fovet@cea.fr> | |||||
2024-06-27 | lcov: Add missing perl dependency (#44896) | Julien Cortial | 1 | -0/+1 | |
Date::Parse, provided by TimeDate, is an undocumented dependency of lcov 2 | |||||
2024-06-27 | mumps: add v5.7.2 (#44897) | Julien Cortial | 1 | -2/+3 | |
2024-06-27 | Ensure parent runtime version >= child (#44834) | Massimiliano Culpo | 2 | -0/+7 | |
Fixes a bug where old gcc-runtime libraries would be loaded at runtime, but newer are required by dependencies, breaking the binaries. | |||||
2024-06-27 | Fixed typo in hypre package (#44921) | Henrique BR | 1 | -1/+1 | |
Co-authored-by: “Henrique <henrique.bergallo-rocha@ukaea.uk> | |||||
2024-06-27 | rmgdft: add v6.1.0 (#44797) | Emil Briggs | 1 | -0/+1 | |
2024-06-27 | podio: add version 1.0.1 (#44854) | Thomas Madlener | 1 | -0/+1 | |
2024-06-27 | gcc: add 12.4.0 (#44882) | Michael Kuhn | 1 | -0/+1 | |
2024-06-27 | mongo-c-driver: overhaul package recipe (#44866) | Harmen Stoppels | 1 | -57/+55 | |
2024-06-27 | ci: mgard build failure w/ system zlib (#44918) | Harmen Stoppels | 1 | -0/+1 | |
The pcluster pipeline runs spack external find and autodetects the most ancient of zlib versions on the system: 1.2.7, release date May 3, 2012. Turns out some packages require parts of the zlib api added within the last decade. | |||||
2024-06-27 | py-poetry, py-numexpr, and py-metpy: correct dependencies (#44651) | Dom Heinzeller | 4 | -3/+5 | |
2024-06-27 | py-pyyaml: add v6.0.1 (#44906) | Auriane R | 1 | -0/+1 | |
2024-06-27 | lci: new package (#44041) | Jiakun Yan | 1 | -0/+197 | |
2024-06-26 | sundials: add v7.1.1 (#44814) | Cody Balos | 1 | -3/+3 | |
* sundials: add 7.1.0 * add patch * remove patch, add 7.1.1 instead of 7.1.0 | |||||
2024-06-26 | otf2: fix package (#44856) | Harmen Stoppels | 1 | -13/+18 | |
- extend python - forward compat bound with python due to imp import - restore -O2 flags (CFLAGS do not compose) | |||||
2024-06-26 | py-jcb: new package (#44880) | Alex Richert | 1 | -0/+39 | |
* Add py-jcb: JEDI Configuration Builder * Update maintainers | |||||
2024-06-26 | New package py-globus-cli, update py-globus-sdk (#44881) | Dom Heinzeller | 2 | -1/+38 | |
* Add var/spack/repos/builtin/packages/py-globus-cli/package.py * Update var/spack/repos/builtin/packages/py-globus-sdk: add version 3.25.0 * For py-globus-cli: make py-typing-extension dependency conditional of Python version, and allow newer Python versions than 3.10 --------- Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> | |||||
2024-06-26 | opennurbs: multiple build systems (#44871) | Harmen Stoppels | 1 | -16/+14 | |
2024-06-26 | nalu-wind: fix linking when using trilinos-solvers variant (#44887) | Jon Rood | 1 | -15/+16 | |
2024-06-26 | stdexec: Don't skip build stage on main since no longer header only (#44892) | Mikael Simberg | 1 | -0/+7 | |
2024-06-26 | mpifileutils: cmakepackage (#44863) | Harmen Stoppels | 1 | -108/+22 | |
2024-06-26 | kallisto: simplify (#44862) | Harmen Stoppels | 1 | -16/+6 | |