summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-01-10py-metomi-isodatetime: fix url parsing (#41415)Adam J. Stewart1-0/+4
* py-metomi-isodatetime: fix url parsing * One-liner * Add note that checksum doesn't work
2024-01-10bigdft: convert the use of format strings to fstrings. (#42006)Ashwin Kumar Karnad7-132/+135
* bigdft: convert the use of format strings to fstrings everywhere * Fix formatting * reformat with black * Update compiler flags in bigdft-core * Revert "Update compiler flags in bigdft-core" This reverts commit f7524ed78449b16163c92bf0ccc8b0dd473039dc.
2024-01-10goblin-hmc-sim: add main branch, switch maintainer (#42033)Eric Berquist1-1/+3
* goblin-hmc-sim: add main branch * goblin-hmc-sim: switch maintainer
2024-01-10fastjet: Adding thread safety variant (#41830)Juraj Smiesko1-0/+12
* Adding variant for limited thread safety * Exposing also full thread safety * Package file reformatted * Using Multi-valued variant
2024-01-10ucx: add v1.15.0 (#41884)Carlos Bederián1-1/+2
2024-01-10Add HDF5 version 1.12.3, revert to one preferred version - 1.14.3 (#41891)Larry Knox1-156/+35
2024-01-10binary_distribution.py: list parent dirs in binary tarball (#41773)Harmen Stoppels2-46/+116
* Bump the build cache layout version from 1 to 2 * Version to lists parent directories of the prefix in the tarball too, which is required from some container runtimes
2024-01-10perl-datetime-format-pg: add new package (#42005)Arne Becker1-0/+32
2024-01-09Add genf90 resource for cprnc to allow offline builds (#42015)Alex Richert1-0/+14
* Add genf90 resource for cprnc to allow offline builds * Update package.py * Update package.py style fix
2024-01-09VTK package: Correct netcdf-cxx dep (#36408)John W. Parent1-1/+1
VTK dropped netcdf-cxx as a dep in v8.2.0 (see https://gitlab.kitware.com/vtk/vtk/-/merge_requests/4741). Also use netcdf-cxx4 rather than netcdf-cxx (the latter is deprecated and replaced by the former).
2024-01-09Vtk: add option to build examples(#42022)John W. Parent1-0/+3
2024-01-09py-pyvista: fix import tests (#41868)Adam J. Stewart1-0/+3
* py-pyvista: fix import tests * Skip additional modules
2024-01-09libpspio: move to correct location (#42014)Henri Menke1-0/+0
2024-01-09Update mpi dependency so we do not load the build mpi version at module load ↵Jim Galarowicz1-1/+2
time. Add 1.0.8.1 update branch. (#42010)
2024-01-09dorado: add new package (#41988)Harry Sharma1-0/+23
2024-01-09glow: add new package (#41967)Harry Sharma1-0/+40
* glow: add latest version v1.5.1 * update: glow build from source
2024-01-09py-fsspec: fix import tests (#41860)Adam J. Stewart1-0/+3
2024-01-09perl-compress-raw-zlib: add new version (#41909)Christopher Christofi1-0/+1
2024-01-09perl-memoize: add new package with version 1.16 (#41938)Christopher Christofi1-0/+20
* perl-memoize: add new package with version 1.16= * fix styling
2024-01-09perl-email-mime-contenttype: New package (#41951)Arne Becker1-0/+30
Adds Email::MIME::ContentType
2024-01-09perl-metacpan-client: New package (#41963)Arne Becker1-0/+40
Adds MetaCPAN::Client
2024-01-09perl-log-any-adapter-callback: New package (#41965)Arne Becker1-0/+32
2024-01-09perl-datetime-format-oracle: New package (#42003)Arne Becker1-0/+31
Adds DateTime::Format::Oracle
2024-01-09perl-datetime-format-mysql: New package (#42004)Arne Becker1-0/+30
Adds DateTime::Format::MySQL
2024-01-09fix gpg version parsing for macos (#41995)Greg Becker1-1/+1
2024-01-09Move in vs. satisfies to a note and mention special cases of in (#41727)Tamara Dahlgren1-4/+10
* Move in vs. satisfies to a note and mention special cases of in * Address feedback: oveoverlap -> intersect * Re-word the satisfies versus in note. --------- Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2024-01-09neko: add v0.7.0, v0.7.1, v0.7.2 and fix package (#42012)Niclas Jansson1-0/+24
2024-01-09py-kornia: add v0.7.1 (#41888)Adam J. Stewart1-0/+1
2024-01-09hip-tensor: add new package (#40991)afzpatel1-0/+28
2024-01-09fpm: add v0.10.0 (#42002)gnikit1-0/+1
2024-01-09git commit shasums bump (#41935)Harmen Stoppels3-4/+4
2024-01-09imagemagick: add SVG support (#41956)Adam J. Stewart1-8/+14
2024-01-09paml: adding new version 4.10.7 (#41968)snehring1-2/+7
2024-01-09installer.py: don't dereference stage before installing from binaries (#41986)Harmen Stoppels2-60/+72
This fixes an issue where pkg.stage throws because a patch cannot be found, but the patch is redundant because the spec is reused from a build cache and will be installed from existing binaries.
2024-01-09py-numpy: add v1.26.3 (#41977)Adam J. Stewart1-0/+1
2024-01-09Improve "makefile" build system documentation (#41781)Loris Ercole1-5/+5
Shows how to modify environment variables using "setup_build_environment" instead of overriding "edit"
2024-01-09lfortran: add v0.30.0 (#42000)Christoph Junghans1-1/+3
2024-01-09ParaView: add 5.12.0-RC2 (#41992)kwryankrattiger1-1/+1
2024-01-09refactor: Index provided virtuals by `when` specTodd Gamblin7-51/+64
Part 4 of reworking all package metadata to key by `when` conditions. Changes conflict dictionary structure from this: { provided_spec: {when_spec, ...} } to this: { when_spec: {provided_spec, ...} }
2024-01-09refactor: make `_make_when_spec()` private to `directives.py`Todd Gamblin4-46/+81
`make_when_spec()` was being used in the solver, but it has semantics that are specific to parsing when specs from `package.py`. In particular, it returns `None` when the `when` spec is `False`, and directives are responsible for ignoring that case and not adding requirements, deps, etc. when there's an actual `False` passed in from `package.py`. In `asp.py`, we know that there won't ever be a raw boolean when spec or constraint, so we know we can parse them without any of the special boolean handling. However, we should report where in the file the error happened on error, so this adds some parsing logic to extract the `mark` from YAML and alert the user where the bad parse is. - [x] refactor `config.py` so that basic `spack_yaml` mark info is in its own method - [x] refactor `asp.py` so that it uses the smarter YAML parsing routine - [x] refactor `asp.py` so that YAML input validation for requirements is done up front
2024-01-09refactor: Index requirements by `when` specTodd Gamblin4-10/+14
Part 3 of reworking all package metadata to key by `when` conditions. Changes conflict dictionary structure from this: { (requirement_spec, ...): [(when_spec, policy, msg)] } to this: { when_spec: [((requirement_spec, ...), policy, msg), ...] }
2024-01-09refactor: Index conflicts by `when` specTodd Gamblin7-34/+33
Part 2 of reworking all package metadata to key by `when` conditions. Changes conflict dictionary structure from this: { conflict_spec: [(when_spec, msg), ...] } to this: { when_spec: [(conflict_spec, msg), ...] } Also attempts to consistently name the variables used to iterate over conflict dictionaries.
2024-01-09refactor: Index dependency metadata by `when` specTodd Gamblin13-150/+264
Part 1 of making all package metadata indexed by `when` condition. This will allow us to handle all the dictionaries on `PackageBase` consistently. Convert the current dependency dictionary structure from this: { name: { when_spec: [Dependency ...] } } to this: { when_spec: { name: [Dependency ...] } } On an M1 mac, this actually shaves 5% off the time it takes to load all packages, I think because we're able to trade off lookups by spec key for more lookups by name.
2024-01-09gperftools: Add 2.15 (#41984)Mikael Simberg1-0/+1
2024-01-08boost: add v1.84.0 (#41674)Tim Haines1-1/+6
* Boost: add version 1.84.0 * Conflict with 98/03 * Set C++11 as default Starting with 1.84.0, the minimum required is c++11. It has been a very long time since 98/03 has been required. It's time to bump the minimum.
2024-01-08[bigdft] Enable building dynamic libraries (#41562)Ashwin Kumar Karnad7-0/+44
* bigdft: Add support for building shared libraries * bigdft: reformat with black * bigdft: use spec.satisfies instead of searching in spec
2024-01-08kokkos: add gfx940 support (#41659)Richard Berger1-1/+7
2024-01-08Do not add ^gcc-runtime to externals (#41994)Massimiliano Culpo2-2/+23
This commit ensures that gcc-runtime is only injected as a dependency to non-external packages
2024-01-08OpenMPI: add v5.0.0/5.0.1, patches, and workarounds (#40913)Howard Pritchard5-8/+265
* Add OpenMPI 5.0.0/5.0.1 release * Fix a problem with dlopen syms with 5.0.0 * Crank up lex buffer to 1MB so that Open MPI's compiler wrapper can parse the enormously long lines present in, for example, mpicc-wrapper-data.txt when the spack install is utilizing Spack's path padding feature. * Disable romio by default for 5.0.0 and beyond owing to problems compiling the romio package when using the Intel OneAPI compiler. * Patch for addiing cuda lib location in case of non-standard location of libcuda.so * build accel components as DSOs. It appears from looking at some of the spack CI that it implicitly assumes that Open MPI is built with components as DSOs. The default behavior for Open MPI was changed between the 4.1.x release stream and the 5.0.x release stream changed and this premise is now incorrect. Turns out that starting with Open MPI 5.0.0 building static does not work when using a now very important variant, namely cuda. In older versions of Open MPI the libcuda.so was dlopened at run time when needed, but now libcuda is linked in to the cuda components of openmpi directly. This works when using Open MPI's dynamically loadable component option, but doesn't work now for a lot of the Spack CI pipelines because they don't include libcuda.so in LD_LIBRARY_PATH of packages that dont think they are using cuda themselves. Signed-off-by: Howard Pritchard <howardp@lanl.gov> Co-authored-by: Jack Morrison <jack.morrison@cornelisnetworks.com> Co-authored-by: Harmen Stoppels <me@harmenstoppels.nl>
2024-01-08justbuild: add version v1.2.4 (#41991)Alberto Sartori1-0/+1