summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2024-09-26py-pandas: add v2.2.3 (#46508)Adam J. Stewart1-84/+89
2024-09-26strace: add v6.11 and mpers variant (disabed by default) (#46472)Derek Ryan Strong1-6/+11
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
2024-09-26py-rasterio: add v1.4.0 (#46587)Adam J. Stewart1-5/+12
2024-09-26fix: Disable native host build optimisations for fio (#46444)Derek Ryan Strong1-8/+6
2024-09-26entrezdirect: add v22.6.20240912 (#46470)snehring1-1/+77
Signed-off-by: Shane Nehring <snehring@iastate.edu>
2024-09-26ngspice: add version 43 (#46499)Olivier Cessenat1-0/+5
2024-09-26spherepack: fix url, checksum, add flags (#46525)Wouter Deconinck1-5/+7
2024-09-26drill: fix url, add non-log4j-affected v1.20.3, v1.21.2 (#46531)Wouter Deconinck1-10/+27
2024-09-26py-arch and py-pandas-datareader: New packages (#46557)Dom Heinzeller2-0/+74
2024-09-26dla-future: Adapt lapack/scalapack CMake variables for master branch and ↵Mikael Simberg1-2/+7
next version (#46570) * dla-future: Add DLAF_ prefix to LAPACK_LIBRARY CMake variable in newer versions * dla-future: Use spec.satisfies to check version constraint for LAPACK_LIBRARY variable prefix Co-authored-by: Alberto Invernizzi <9337627+albestro@users.noreply.github.com> --------- Co-authored-by: Alberto Invernizzi <9337627+albestro@users.noreply.github.com>
2024-09-26py-ipython: Add 8.26, 8.27 (#46566)Ben Cowan1-0/+2
2024-09-26mapl: add 2.48.0 (#46563)Matt Thompson1-20/+48
2024-09-26genie: add v3.4.2 (#46568)James Shen1-1/+6
2024-09-26add v2.4.4 (#46581)Brian Spilner1-0/+5
2024-09-25emacs: fix dependency on texinfo when @29.4: (#46419)Alec Scott1-11/+16
2024-09-25llvm: add v19.1.0 (#46504)Satish Balay1-4/+10
llvm@19 removed LLVM_ENABLE_TERMINFO, so specify spec["ncurses"].libs via cmake option, LLDB_CURSES_LIBS
2024-09-25apr: add v1.7.5, deprecate older versions due to CVE (#46532)Wouter Deconinck1-8/+12
2024-09-25iproute2: add new versions (#46541)dmagdavector1-2/+9
2024-09-25cryptopp: fix url (#46562)Wouter Deconinck1-4/+6
2024-09-25Updates to several Python packages (#46404)Richard Berger5-4/+20
* py-sphinx-tabs: new version 3.4.5 * py-sphinx-design: new versions 0.5.0, 0.6.0, and 0.6.1 * py-requests: new version 2.32.3 * py-dnspython: new version 2.6.1 Co-authored-by: Wouter Deconinck <wdconinc@gmail.com> * py-hatch-vcs: new version 0.4.0 --------- Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
2024-09-25faiss: add 1.8.0 and fix the dependency on cmake (#46578)Matthieu Dorier1-0/+2
2024-09-25zoxide: add v0.9.5 and v0.9.6 (#46579)Pranav Sivaraman1-0/+2
2024-09-25llvm: Add conflict related to Python `distutils` removal (#46528)Tobias Ribizel1-0/+12
Python 3.12 removed the `distutils` module, which is being required by the build process of LLVM <= 14: Conflict with it for +python. Fix build to not pick host tools like an incompatible Python from host Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
2024-09-25py-nltk: add v3.9.1 (#46302)Jen Herting1-1/+19
2024-09-25quantum-espresso: restrict oneapi compiler to supported versions (#46456)Stephen Sachs1-0/+13
2024-09-25mimalloc: Add 2.1.7 (#46577)Mikael Simberg1-0/+2
2024-09-25py-tensorflow: fix linking with ubuntu's gcc (#45437)Andrew W Elble1-0/+16
gcc on ubuntu has fix-cortex-a53-843419 set by default - this causes linking issues (symbol relocation errors) for tf, even when compiling for different cpus.
2024-09-25added new packages (#46440)Andrey Perestoronin4-0/+24
2024-09-25mold: Add 2.34.0 (#46569)Mikael Simberg1-0/+1
2024-09-24py-jaxlib: add external ROCm support (#46467)afzpatel1-2/+29
* add external ROCm support for py-jaxlib * fix style * remove fork releases
2024-09-24casacore-measures: new package, fix wget dependency (#46125)Martin Pokorny2-0/+31
Co-authored-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
2024-09-24kahip: Add patch to fix missing include (#46084)etiennemlb2-0/+13
2024-09-24dd4hep: Add tag for version 1.30 (#46429)Thomas Madlener1-0/+1
2024-09-24opam: Add versions 2.1.4 to 2.2.1 (#46535)Asher Mancinelli1-1/+33
Also: set the build and install directories to the source directory because the build system unfortunately expects the `src_ext` directory to be under the current working directory when building the bundled third-party libraries, even when the configure script is run from another directory. @scemama pointed out that 'make' just calls 'dune' which is already parallel, so make itself should not have more than one job. opam@:2.1 need 'make lib-ext' for cmdliner, above it's obsolete. Co-authored-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
2024-09-24py-pyfftw: add v0.14.0 (#46336)Pierre Augier1-5/+20
2024-09-24dakota: add v6.20 and update boost version deps (#46551)Gregory Lee1-1/+7
2024-09-24openmpi: Enable built-in atomics by default (#46186)Derek Ryan Strong1-1/+1
2024-09-24omniperf: New package (with deps) (#46239)afzpatel10-0/+294
Co-authored-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
2024-09-24plumed: add v2.9.2 (#46544)Rocco Meli1-0/+1
2024-09-24httpd: add v2.4.62, deprecate versions due to CVE, rm deprecated versions ↵Wouter Deconinck1-20/+8
(#46533)
2024-09-24add package py-non-regression-test-tools (#46180)teddy1-0/+25
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
2024-09-24py-mgmetis: New package (#46178)teddy1-0/+26
2024-09-24py-pybind11: set correct prefix in pc files (#46298)Robert Underwood1-1/+4
The detection logic for the prefix used in py-bind11 if broken for spack resulting in an empty prefix. However, the package provides an escape hatch in the form of `prefix_for_pc_file`. Use this escape hatch to provide the correct path; spack will always know better than pybind11's CMake. Co-authored-by: Robert Underwood <runderwood@anl.gov>
2024-09-24opencv+hdf: depend on mpi when ^hdf5+mpi (#46244)Robert Underwood1-0/+1
When OpenCV depends on HDF5+mpi, it needs to the MPI compilers available.
2024-09-24random123: Add support for HIP/rocm. (#46284)Kelly (KT) Thompson2-0/+299
2024-09-24libsodium: add v1.0.20 (#46455)Adam J. Stewart1-2/+6
2024-09-24google-cloud-cpp: new package (#46285)Darren Bolduc1-0/+48
2024-09-24podio: add version 1.1, edm4hep: add version 0.99.1 (#46502)Thomas Madlener2-3/+6
* podio: Add tag for 1.1 * edm4hep: Add 0.99.1 tag and update c++ standards * Avoid repetition of cxxstd values * Remove stray assert from developing
2024-09-24patch (#46545)Rocco Meli2-0/+61
2024-09-24lcio: Add version 2.22.2 (#46556)Thomas Madlener1-0/+1
Add the latest tag for LCIO