Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-11-25 | igraph: add v0.10.15 (#47692) | Szabolcs Horvát | 1 | -0/+1 | |
2024-11-25 | rocm-tensile: add 6.2.1 (#47702) | afzpatel | 1 | -0/+2 | |
2024-11-25 | ip: add cmake version requirement for @5.1: (#47754) | Alex Richert | 1 | -0/+1 | |
2024-11-25 | cuda: Add v12.6.3 (#47721) | pauleonix | 1 | -0/+10 | |
2024-11-25 | libusb: add v1.0.23:1.0.27 (#47727) | Dave Keeshan | 1 | -1/+6 | |
2024-11-25 | verible: add v0.0.3841 (#47729) | Dave Keeshan | 1 | -0/+5 | |
2024-11-25 | postgis: add version 3.1.2 (#47743) | jflrichard | 1 | -0/+1 | |
2024-11-25 | Updated version specs for bufr-query package. (#47752) | Stephen Herbener | 1 | -0/+1 | |
2024-11-25 | mfem: add logic for the C++ standard level when using rocPRIM (#47751) | Veselin Dobrev | 1 | -0/+5 | |
2024-11-25 | py-ruff: add v0.8.0 (#47758) | Adam J. Stewart | 1 | -2/+4 | |
2024-11-24 | glib: add v2.82.2 (#47766) | Adam J. Stewart | 1 | -2/+12 | |
2024-11-24 | py-pandas: correct Python version constraint (#47770) | Adam J. Stewart | 1 | -9/+10 | |
2024-11-24 | py-fsspec: add v2024.10.0 (#47778) | Adam J. Stewart | 1 | -0/+1 | |
2024-11-24 | awscli-v2: add v2.22.4 (#47765) | Adam J. Stewart | 1 | -8/+15 | |
2024-11-24 | py-pytz: add v2024.2 (#47777) | Adam J. Stewart | 1 | -0/+1 | |
2024-11-24 | py-torchvision: add Python 3.13 support (#47776) | Adam J. Stewart | 1 | -1/+1 | |
2024-11-24 | py-scikit-learn: add Python 3.13 support (#47775) | Adam J. Stewart | 1 | -1/+2 | |
2024-11-24 | py-safetensors: add v0.4.5 (#47774) | Adam J. Stewart | 1 | -3/+6 | |
2024-11-24 | py-pystac: add support for Python 3.12+ (#47772) | Adam J. Stewart | 2 | -10/+35 | |
2024-11-24 | py-pydantic-core: add v2.27.1 (#47771) | Adam J. Stewart | 2 | -2/+8 | |
2024-11-24 | py-jupyter-packaging: add Python 3.13 support (#47769) | Adam J. Stewart | 1 | -2/+4 | |
2024-11-24 | py-cryptography: mark Python 3.13 support (#47768) | Adam J. Stewart | 1 | -0/+3 | |
2024-11-24 | py-ruamel-yaml-clib: add Python compatibility bounds (#47773) | Adam J. Stewart | 1 | -8/+14 | |
2024-11-24 | py-node-env: add v1.9.1 (#47762) | Harmen Stoppels | 1 | -0/+1 | |
2024-11-24 | py-ipykernel: split forward and backward compat bounds (#47763) | Harmen Stoppels | 1 | -18/+28 | |
2024-11-24 | add a few forward compat bounds with python (#47761) | Harmen Stoppels | 3 | -4/+14 | |
2024-11-24 | gobject-introspection: Python 3.12 still not supported (#47767) | Adam J. Stewart | 1 | -0/+6 | |
2024-11-24 | py-cffi: support Python 3.12+ (#47713) | Adam J. Stewart | 2 | -18/+28 | |
2024-11-24 | py-opt-einsum: add v3.4.0 (#47759) | Harmen Stoppels | 2 | -8/+19 | |
2024-11-23 | duckdb: add v1.1.3, deprecate <v1.1.0 (#47653) | Teague Sterling | 1 | -3/+17 | |
* duckdb: add v1.0.0, v0.10.3 * Adding issue reference * Adding issue reference * duckdb: add v1.1.0 Signed-off-by: Teague Sterling <teaguesterling@gmail.com> * Fixing styles Signed-off-by: Teague Sterling <teaguesterling@gmail.com> * duckdb: add v1.1.1 Signed-off-by: Teague Sterling <teaguesterling@gmail.com> * duckdb: Fix missing depends_on(unixodbc, when=+odbc) * Adding duckdb variants, removing old variants, removing deprecated versions Signed-off-by: Teague Sterling <teaguesterling@gmail.com> * duckdb+static_openssl: Add pkgconfig and zlib-api to link zlib when needed * duckdb: add v1.1.3 Signed-off-by: Teague Sterling <teaguesterling@gmail.com> * Update package.py for CVE-2024-41672 as suggested * [@spackbot] updating style on behalf of teaguesterling * duckdb: add CVE comment before deprecated versions --------- Signed-off-by: Teague Sterling <teaguesterling@gmail.com> Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com> Co-authored-by: Wouter Deconinck <wdconinc@gmail.com> | |||||
2024-11-23 | Kokkos complex_align variant, Trilinos+PETSc enforcement for ↵ | finkandreas | 3 | -18/+23 | |
Kokkos~complex_align (#47686) | |||||
2024-11-23 | py-opt-einsum: missing forward compat bound for python (#47757) | Harmen Stoppels | 1 | -1/+2 | |
2024-11-22 | py-cython: support Python 3.12+ (#47714) | Adam J. Stewart | 4 | -45/+126 | |
and add various other compat bounds on dependents | |||||
2024-11-22 | itk: use vendored googletest (#47687) | Harmen Stoppels | 1 | -1/+3 | |
external googletest breaks dependents because they end up with ITK_LIBRARIES set to `GTest::GTest;GTest::Main`, which then end up literally in a nonsensical link line `-lGTest::GtTest`. the vendored googletest produces a cmake config file where `ITKGoogleTest_LIBRARIES` is empty. | |||||
2024-11-22 | gromacs: oneapi does not always require gcc (#47679) | Mark Abraham | 1 | -2/+8 | |
* gromacs: oneapi does not always require gcc * Support intel_provided_gcc only with %intel classic compiler Require gcc only when needed with %intel * New approach depending on gcc-runtime directly * Update var/spack/repos/builtin/packages/gromacs/package.py Co-authored-by: Christoph Junghans <christoph.junghans@gmail.com> --------- Co-authored-by: Christoph Junghans <christoph.junghans@gmail.com> | |||||
2024-11-22 | eigen: self.builder.build_directory -> self.build_directory (#47728) | Harmen Stoppels | 1 | -1/+1 | |
2024-11-21 | vecgeom: add v1.2.10 and delete unused, deprecated versions (#47725) | Seth R. Johnson | 1 | -94/+10 | |
* vecgeom: add v1.2.10 * Remove unused+deprecated versions of vecgeom * Deprecate older v1.2.x versions * [@spackbot] updating style on behalf of sethrj | |||||
2024-11-21 | xsdk: add v1.1.0 (#47635) | Satish Balay | 1 | -5/+71 | |
xsdk: exclude pflotran, alquimia, exago heffte: ~fftw when=+hip dealii: ~sundials ~opencascade ~vtk ~taskflow | |||||
2024-11-21 | Add further missing C, C++ dependencies to packages (#47662) | Massimiliano Culpo | 25 | -27/+48 | |
2024-11-21 | aws-ofi-nccl: Add 1.8.1 to 1.13.0 (#47717) | Mikael Simberg | 1 | -0/+10 | |
2024-11-20 | hdf5-vol-cache %cce: add -Wno-error=incompatible-function-pointer-types (#47698) | eugeneswalker | 1 | -1/+1 | |
2024-11-20 | netlib-scalapack %cce: add cflags -Wno-error=implicit-function-declaration ↵ | eugeneswalker | 1 | -0/+2 | |
(#47701) | |||||
2024-11-20 | mpifileutils%cce: append cflags -Wno-error=implicit-function-declaration ↵ | eugeneswalker | 1 | -1/+1 | |
(#47700) | |||||
2024-11-20 | visit: add v3.4.0, v3.4.1 (#47161) | kwryankrattiger | 4 | -11/+116 | |
* Visit: Add new versions 3.4.0 and 3.4.1 * Adios2: Restrict python, 3.11 doesn't not work for older Adios2 * VisIt: Set the VTK_VERSION for @3.4: Older versions of VTK used the VTK_{MAJOR, MINOR}_VERSION variables for VTK detection. VisIt >= 3.4 uses the full string VTK_VERSION. * CI: Don't build llvm-amdgpu for non-HIP stack * VisIt: v3.4.1 handles newer Adios2 correctly * Visit: Add missing links in HDF5, set correct VTK version configuration parameter * VisIt: Add py-pip requirement and patch visit with configuration changes * HDF5 symlinks move when inside of callback * VisIt ninja install fails with python module. Using make does not * VisIt 3.4 has a high minimum cmake requirement * HDF5: Early return when not mpi for mpi symlinks * HDF5: Use platform agnostic method for creating legacy compatible MPI symlinks * Fix VISIT_VTK_VERSION handling for 8.2.1a hack | |||||
2024-11-20 | spack style: import-check -> import, fix bugs, exclude spack.pkg (#47690) | Harmen Stoppels | 6 | -6/+11 | |
2024-11-19 | cgal: update depends versions for 6.0.1 (#47516) | Chris Marsh | 1 | -7/+57 | |
* This extends PR #47285 to properly include some of the required version constrains of cgal 6 incl C++ standard. It also adds the new no-gmp backend as a variant. * fix style * disable cgal@6 +demo variant as the demos require qt6 which is not in spack * disable the gmp variant until clarity on how its supposed to work is provided. bound shared and header_only variants to relevant versions * Fix missing msvc compiler limit, fix variant left in * Add more comments. Better describe the gmp variant. Remove testing code * fix style | |||||
2024-11-19 | Add llvm v19.1.4 (#47681) | Paul R. C. Kent | 1 | -0/+1 | |
2024-11-19 | py-gevent: add v24.2.1, v24.10.3, v24.11.1 (#47646) | Wouter Deconinck | 1 | -0/+10 | |
* py-gevent: add v24.2.1, v24.10.3 * py-gevent: add v24.11.1 | |||||
2024-11-19 | Restrict disable dynamic thread scaling only to 3.1 version (#47673) | AMD Toolchain Support | 1 | -1/+1 | |
Co-authored-by: vijay kallesh <Vijay-teekinavar.Kallesh@amd.com> | |||||
2024-11-19 | Add new 2025.0.1 Oneapi patch packages (#47678) | Andrey Perestoronin | 6 | -0/+41 | |