summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-25Remove a few redundant imports (#46512)Harmen Stoppels5-5/+0
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-24Fix off-by-one padding bug (#46560)Samuel Browne2-3/+27
If `add_padding()` is allowed to return a path with a trailing path separator, it will get collapsed elsewhere in Spack. This can lead to buildcache entries that have RPATHS that are too short to be replaced by other users whose install root happens to be padded to the correct length. Detect this and replace the trailing path separator with a concrete path character. Signed-off-by: Samuel E. Browne <sebrown@sandia.gov>
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-24ML CI: Ubuntu 22 -> 24 (#45644)Adam J. Stewart4-12/+10
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
2024-09-24py-pybind11: add v2.13.5 (#46230)Adam J. Stewart1-1/+2
* py-pybind11: add v2.13 * Remove build-tools tag
2024-09-24py-pillow-simd: add v9.5.0 (#46543)Adam J. Stewart1-1/+4
2024-09-24trilinos: add cuda_constexpr variant (#45812)Daniel Arndt1-0/+6
2024-09-23database: don't call `socket.getfqdn()` on every write (#46554)Todd Gamblin1-1/+13
We've seen `getfqdn()` cause slowdowns on macOS in CI when added elsewhere. It's also called by database.py every time we write the DB file. - [x] replace the call with a memoized version so that it is only called once per process. Signed-off-by: Todd Gamblin <tgamblin@llnl.gov>
2024-09-23solver: use a new heuristic (#46548)Massimiliano Culpo1-22/+27
This PR introduces a new heuristic for the solver, which behaves better when compilers are treated as nodes. Apparently, it performs better also on `develop`, where compilers are still node attributes. The new heuristic: - Sets an initial priority for guessing a few attributes. The order is "nodes" (300), "dependencies" (150), "virtual dependencies" (60), "version" and "variants" (30), and "targets" and "compilers" (1). This initial priority decays over time during the solve, and falls back to the defaults. - By default, it considers most guessed facts as "false". For instance, by default a node doesn't exist in the optimal answer set, or a version is not picked as a node version etc. - There are certain conditions that override the default heuristic using the _priority_ of a rule, which previously we didn't use. For instance, by default we guess that a `attr("variant", Node, Variant, Value)` is false, but if we know that the node is already in the answer set, and the value is the default one, then we guess it is true. Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>