summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2024-11-21vecgeom: add v1.2.10 and delete unused, deprecated versions (#47725)Seth R. Johnson1-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-21xsdk: add v1.1.0 (#47635)Satish Balay1-5/+71
xsdk: exclude pflotran, alquimia, exago heffte: ~fftw when=+hip dealii: ~sundials ~opencascade ~vtk ~taskflow
2024-11-21Add further missing C, C++ dependencies to packages (#47662)Massimiliano Culpo25-27/+48
2024-11-21aws-ofi-nccl: Add 1.8.1 to 1.13.0 (#47717)Mikael Simberg1-0/+10
2024-11-20hdf5-vol-cache %cce: add -Wno-error=incompatible-function-pointer-types (#47698)eugeneswalker1-1/+1
2024-11-20netlib-scalapack %cce: add cflags -Wno-error=implicit-function-declaration ↵eugeneswalker1-0/+2
(#47701)
2024-11-20mpifileutils%cce: append cflags -Wno-error=implicit-function-declaration ↵eugeneswalker1-1/+1
(#47700)
2024-11-20visit: add v3.4.0, v3.4.1 (#47161)kwryankrattiger4-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-20spack style: import-check -> import, fix bugs, exclude spack.pkg (#47690)Harmen Stoppels6-6/+11
2024-11-19cgal: update depends versions for 6.0.1 (#47516)Chris Marsh1-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-19Add llvm v19.1.4 (#47681)Paul R. C. Kent1-0/+1
2024-11-19py-gevent: add v24.2.1, v24.10.3, v24.11.1 (#47646)Wouter Deconinck1-0/+10
* py-gevent: add v24.2.1, v24.10.3 * py-gevent: add v24.11.1
2024-11-19Restrict disable dynamic thread scaling only to 3.1 version (#47673)AMD Toolchain Support1-1/+1
Co-authored-by: vijay kallesh <Vijay-teekinavar.Kallesh@amd.com>
2024-11-19Add new 2025.0.1 Oneapi patch packages (#47678)Andrey Perestoronin6-0/+41
2024-11-19openturns: fix deps (#47669)Harmen Stoppels1-29/+46
2024-11-19systemd: symlink the internal libraries so they are found in rpath (#47667)Harmen Stoppels1-0/+11
2024-11-19sensei: fix install rpath for python extension (#47670)Harmen Stoppels1-5/+16
2024-11-19gmp: fix cxx dependency, remove dependency on fortran (#47671)Massimiliano Culpo1-3/+2
2024-11-19pika: Add 0.30.1 (#47666)Mikael Simberg1-0/+1
2024-11-19netcdf-cxx: add a maintainer (#47665)Dom Heinzeller1-0/+2
2024-11-19py-non-regression-test-tools: add v1.1.6 & remove v1.1.2 (tag removed) (#47622)teddy1-2/+2
* py-non-regression-test-tools: add v1.1.6 & remove v1.1.2 (tag removed) * Update var/spack/repos/builtin/packages/py-non-regression-test-tools/package.py Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> --------- Co-authored-by: t. chantrait <teddy.chantrait@cea.fr> Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
2024-11-18cached_cmake: mpifc is not always defined (#46861)Richard Berger1-1/+1
* cached_cmake: mpifc is not always defined * mpich: only depend on fortran when +fortran
2024-11-18eigen: enable ROCm support and add master version (#47332)afzpatel1-1/+20
* eigen: enable ROCm support and add master version * change boost dependency to only for tests
2024-11-18llvm: fix sysroot and build on darwin (#47336)Tom Scogland1-1/+19
The default build of clang on darwin couldn't actually build anything because of a lack of a sysroot built in. Also several compilation errors finding the system libc++ cropped up, much like those in GCC, and have been fixed.
2024-11-18yambo: add v5.2.3, v5.2.4 (#47350)Lydéric Debusschère1-11/+102
* packages: Update 'yambo' * add call to 'resource' method to download Ydriver and iotk during fetch instead of during build * air-gapped installation could be performed since version 5.2.1 * add versions 5.2.3 and 5.2.4 * remove some inexistant configure options for versions "@5:" * add a sanity_check on 'bin/yambo'
2024-11-18grep: add `executables` attribute and `determine_version` method (#47438)Mosè Giordano1-0/+12
2024-11-18py-gitpython: add v3.1.43 (fix CVEs) (#47444)Wouter Deconinck1-29/+66
* py-gitpython: add v3.1.43
2024-11-18Automated deployment to update package flux-sched 2024-11-05 (#47449)Vanessasaurus1-0/+1
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
2024-11-18Automated deployment to update package flux-security 2024-11-05 (#47450)Vanessasaurus1-0/+1
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
2024-11-18mivisionx, migraphx and rocal: add and fix tests (#47453)afzpatel7-62/+179
* fix mivisionx test, add migraphx build-time test and add rocal unit test * fix miopen-hip linking issue * remove setup_run_environment from roctracer-dev * change patch file
2024-11-18tb-lmto: new package (#47482)snehring1-0/+66
* tb-lmto: adding new package tb-lmto * tb-lmto: update copyright year
2024-11-18Add py-phdf@0.11.4 and add conflict for py-pyhdf@0.10.4 with numpy@1.25: ↵Dom Heinzeller1-0/+3
(#47656)
2024-11-18orca: add v6.0.1, avx2-6.0.1 (#47489)alvaro-sch1-1/+13
* orca: add 6.0.1 versions * orca: checksum fix for avx2-6.0.1 * orca: fix version string for avx2-6.0.1 * orca: checksum fix for 6.0.1
2024-11-18geomodel: Fix dependencies (#47437)Paul Gessinger1-2/+5
* geomodel: Add dependency on `hdf5` for `+pythia`, require `hdf5+cxx` * fix visualization dependencies * geomodel: Add soqt dependency * update dependency on soqt to drop explicit qt variant
2024-11-18py-pymongo: add v4.10.1 (fix CVE) (#47501)Wouter Deconinck2-10/+20
* py-pymongo: add v4.10.1 * py-pymongo: fix copyright header spacing * py-hatch-requirements-txt: add v0.4.1 --------- Co-authored-by: wdconinc <wdconinc@users.noreply.github.com>
2024-11-18py-waitress: add v3.0.1 (#47509)Wouter Deconinck1-1/+6
2024-11-18Add option to not build GUI for WxWidgets. (#47526)green-br1-1/+4
2024-11-18neko: add v0.8.1, v0.9.0 and fix package (#47558)Niclas Jansson1-0/+18
2024-11-18seissol: add versions, conflict (#47562)Thomas-Ulrich1-0/+13
* add a couple of seissol version
2024-11-18hpctoolkit: Update the minimum version for Python dependency (#47564)Rémi Lacroix1-1/+2
New versions of HPCToolKit supports Python from version 3.8.
2024-11-18diy: apply smoke_test patch in 3.6 only (#47572)Vicente Bolea1-2/+2
2024-11-18Changes for NVIDIA HPC SDK 24.11 (#47592)jmuddnv1-0/+10
2024-11-18py-torchmetrics: add v1.6.0 (#47580)Adam J. Stewart1-4/+9
2024-11-18mpich: Remove incorrect dependency (#47586)Ken Raffenetti1-1/+0
The gni libfabric provider works on some Cray systems, but not all. For example, Slingshot-based machines use a different libfabric provider (cxi). Therefore libfabric/gni should not be a dependency when using Cray PMI.
2024-11-18linaro-forge: added version 24.1 (#47594)Louise Spellacy1-0/+2
2024-11-18rocm-dbgapi: add pciutils dependency (#47605)afzpatel1-1/+4
* add pciutils dependency * add maintainer
2024-11-18py-huggingface-hub: add v0.26.2, hf_transfer (#47600)Adam J. Stewart2-16/+54
2024-11-18sundials: set CUDAToolkit_ROOT (#47601)Cody Balos1-0/+1
* sundials: specify CUDAToolkit_ROOT
2024-11-18mercury: add v2.4.0 (#47606)Jerome Soumagne1-0/+1
2024-11-18amrex: add new variant fft for >= 24.11 (#47611)Weiqun Zhang1-0/+7