summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2024-04-16jwt-cpp: new version 0.7.0, scitokens-cpp: new versions to 1.1.1 (#43657)Wouter Deconinck2-0/+7
* jwt-cpp: new version 0.7.0, depends_on nlohmann-json * scitokens-cpp: new versions to 1.1.1 * scitokens-cpp: conflicts ^jwt-cpp@0.7: when @:1.1
2024-04-16wayland: +doc requires graphviz +expat for HTML tables (#43668)Wouter Deconinck1-1/+1
2024-04-16arborx: add v1.6 (#43623)Andrey Prokopenko1-7/+8
2024-04-16gromacs: prevent version conflict after enabling plumed (#43449)Maciej Wójcik1-2/+7
2024-04-16py-black: switch maintainer (#43652)Adam J. Stewart1-2/+1
2024-04-15Damaris: add v1.10.0 (#43664)Josh Bowden1-0/+1
Co-authored-by: Joshua Bowden <joshua-chales.bowden@inria.fr>
2024-04-15octave: add 8.4.0 and 9.1.0 (#43518)Michael Kuhn1-0/+2
2024-04-15[py-pybedtools] added version 0.10.0 (#43625)Jen Herting1-0/+1
2024-04-15crtm: add noaa versions and package mods (#43635)eugeneswalker1-0/+20
* crtm: add noaa versions and package mods * crtm@v2.4.1-jedi: add missing depends_on netcdf-fortran, ecbuild from jcsda spack fork
2024-04-15Add ollama package (#43655)Teague Sterling1-0/+54
* Added package to build Ollama * Update package.py Add license and documentation * [@spackbot] updating style on behalf of teaguesterling
2024-04-15py-morphio: add version 3.3.7, update license (#43420)Tristan Carel1-1/+5
2024-04-15hdf: %oneapi: -Wno-error=implicit-function-declaration (#43631)eugeneswalker1-1/+5
* hdf: %oneapi: -Wno-error=implicit-function-declaration * [@spackbot] updating style on behalf of eugeneswalker
2024-04-15GDAL: fix MDB build (#43665)Adam J. Stewart1-0/+1
2024-04-15glew: remove a few unused options (#43399)Juan Miguel Carceller1-3/+0
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
2024-04-15iq-tree: add v2.3.1 (#43442)snehring1-0/+3
2024-04-15mpich: Update PMI configure options (#43551)Ken Raffenetti1-11/+35
Add a "default" option that passes no option to configure. Existing options changed in the MPICH 4.2.0 release, so update the package to reflect those changes.
2024-04-15LAMMPS: add v20240207.1 (#43538)Richard Berger1-2/+20
Add workaround for undefined HIP_PATH in older versions
2024-04-15hdf5: require mpich+fortran when hdf5+fortran (#43591)Massimiliano Culpo1-1/+4
2024-04-15tree-sitter: add versions up to 0.22.2 (#43608)Eric Berquist1-0/+6
2024-04-15wgrib2: oneapi -> comp_sys="intel_linux" (#43632)eugeneswalker1-1/+1
2024-04-15spectre: add v2024.04.12 (#43641)SXS Bot1-0/+3
Co-authored-by: sxs-bot <sxs-bot@users.noreply.github.com>
2024-04-15range-v3: add v0.12.0 (#40103)Marc Perache1-0/+1
2024-04-15hipcub: depend on matching version of hip+cuda when +cuda (#42970)Josh Milthorpe1-2/+1
2024-04-15PyTorch: build with external cpuinfo (#40758)Adam J. Stewart2-9/+11
2024-04-15googletest: fix reversed pthreads variant logic (#43649)one1-1/+1
2024-04-15openbabel: add CMake patch for 3.1.1 (#43612)Rocco Meli2-0/+18
2024-04-15goma: new version 7.6.1 (#43617)Weston Ortiz1-0/+1
2024-04-15py-maturin: add v1.5.1 (#43619)Adam J. Stewart1-0/+1
2024-04-15py-lightning: add v2.2.2 (#43621)Adam J. Stewart1-0/+1
2024-04-15py-eccodes: add v1.4.2 (#43633)eugeneswalker1-0/+1
2024-04-15rocm-opencl: add dependency on aqlprofile (#43637)renjithravindrankannath1-0/+3
2024-04-15flux-core: add v0.61.2 (#43648)Vanessasaurus1-0/+1
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
2024-04-15py-ruff: add v0.3.7 (#43620)Adam J. Stewart1-0/+2
2024-04-15py-rasterio: add v1.3.10 (#43653)Adam J. Stewart1-3/+7
2024-04-15charmpp: add archs including Cray shasta with ARM (#43191)Rocco Meli2-10/+51
Co-authored-by: RMeli <RMeli@users.noreply.github.com>
2024-04-15dlio-profiler: add releases up yo v0.0.5 (#43530)Hariharan Devarajan2-8/+10
2024-04-15util-linux: new version 2.40 (#43661)Wouter Deconinck1-1/+6
2024-04-15Fix pkgconfig dependencies (#43651)Michael Kuhn3-4/+4
pkgconfig is the virtual package, pkg-config and pkgconf are implementations.
2024-04-15su2: add v8.0.0, v8.0.1 (#43662)kjrstory2-0/+18
2024-04-15spdlog: new version 1.13.0 (#43658)Wouter Deconinck1-0/+2
2024-04-15zlib: new version 1.3.1 (#43660)Wouter Deconinck1-0/+1
2024-04-15zstd: new version 1.5.6 (#43659)Wouter Deconinck1-0/+3
2024-04-13intel-oneapi-compiler: Fix generation of config files (#43654)Kacper Kornet1-1/+1
Commit 330a9a7c9ac82e91f18a6cbcd9c067eeaa26d617 aimed at preventing generation of .cfg files when a given compiler does not exist in the particular release. However the check does not contain the full paths so it always fails resulting in empty .cfg files. This commit fixes it.
2024-04-13gsibec: properly reference self.spec (#43627)eugeneswalker1-1/+1
2024-04-13dealii@9.5 +cgal requires ^cgal@5: (#43639)eugeneswalker1-0/+1
2024-04-13sherpa: remove paths to compiler wrappers and use the provided libtool (#43611)Juan Miguel Carceller1-4/+19
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
2024-04-13gettext: unvendor libxml (#43622)Harmen Stoppels1-5/+21
2024-04-13freetype: new version 2.12 and 2.13 (#43571)Wouter Deconinck1-0/+5
2024-04-12Axom: add new versions and bring in new changes (#43590)Chris White1-34/+64
* add new axom releases, sync changes between repos * add new version of axom and add fallback depends for umpire/raja * remove now redundant flags, add flags to cuda flags to flags output by cachedcmakepackage Co-authored-by: white238 <white238@users.noreply.github.com>
2024-04-12Geant4: extend patch to fix compile for 10.0-10.4 as well (#43640)James Shen1-1/+1