Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-11 | vecmem: add versions up to v0.12.0 (#29989) | Wouter Deconinck | 1 | -0/+4 | |
2022-04-11 | gmp,mpc,mpfr: libs=static,shared variant (#29996) | Harmen Stoppels | 3 | -15/+14 | |
2022-04-11 | wps: add tools and utils to PATH at runtime (#29998) | Jakub Krajniak | 1 | -0/+4 | |
2022-04-11 | gdrcopy: don't run ldconfig (#29999) | Harmen Stoppels | 2 | -0/+39 | |
2022-04-10 | Remove versions 1.34.0:1.38.0 (#29983) | Tim Haines | 1 | -6/+0 | |
These versions have never been buildable because they do not include a 'bootstrap.sh' file. | |||||
2022-04-10 | py-pytorch-lightning: add v1.6.0 (#29785) | Adam J. Stewart | 2 | -12/+26 | |
2022-04-09 | musl: remove custom phases, add v1.2.3 (#29985) | Massimiliano Culpo | 1 | -10/+3 | |
2022-04-09 | blis, amdblis: remove custom phases, add v0.9.0 for blis (#29969) | Massimiliano Culpo | 2 | -74/+26 | |
Also refactor a few variants | |||||
2022-04-08 | netlib-scalapack: add v2.2.0 (#29880) | Carlos Bederián | 1 | -1/+6 | |
2022-04-08 | Environments: unify the spec objects on first concretization (#29948) | Massimiliano Culpo | 1 | -4/+4 | |
Currently environments are indexed by build hashes. When looking into this bug I noticed there is a disconnect between environments that are concretized in memory for the first time and environments that are read from a `spack.lock`. The issue is that specs read from a `spack.lock` don't have a full hash, since they are indexed by a build hash which is strictly coarser. They are also marked "final" as they are read from a file, so we can't compute additional hashes. This bugfix PR makes "first concretization" equivalent to re-reading the specs from a corresponding `spack.lock`, and doing so unveiled a few tests were we were making wrong assumptions and relying on the fact that a `spack.lock` file was not there already. * Add unit test * Modify mpich to trigger jobs in pipelines * Fix two failing unit tests * Fix another full_hash vs. build_hash mismatch in tests | |||||
2022-04-08 | trinity: Add version 2.14.0.FULL (#29753) | downloadico | 1 | -0/+2 | |
2022-04-08 | rapidjson: Add version 1.2.0-2022-03-09 (#29869) | haralmha | 1 | -0/+5 | |
2022-04-08 | ucx: fix opt default value and typo (#29967) | Harmen Stoppels | 1 | -2/+2 | |
2022-04-08 | pika 0.3.0 : fix +mpi build (#29966) | Mikael Simberg | 2 | -0/+18 | |
Co-authored-by: Mikael Simberg <mikael.simberg@iki.if> | |||||
2022-04-08 | zstd: improve %nvhpc conflict (#29867) | Harmen Stoppels | 1 | -2/+12 | |
2022-04-08 | ucx: +cm dropped in 1.11 (#29958) | Carlos Bederián | 1 | -1/+1 | |
2022-04-08 | blis: add conflict with nvhpc/pgi (#29959) | Carlos Bederián | 1 | -0/+3 | |
2022-04-07 | metis: install more headers files (#29939) | mcourtois | 1 | -4/+9 | |
* update metis: install more all files * ok to be a package reviewer Co-authored-by: Mathieu Courtois <mathieu.courtois@edf.fr> | |||||
2022-04-07 | New package: dwz (#29832) | iarspider | 1 | -0/+25 | |
2022-04-08 | New package: millepede (#29911) | iarspider | 1 | -0/+23 | |
2022-04-07 | survey package: add dependencies for @1.0.3: (#29902) | Jim Galarowicz | 1 | -0/+3 | |
2022-04-07 | Add checksum for lwtnn@2.10 (#29873) | iarspider | 1 | -1/+3 | |
2022-04-07 | py-protobuf: Add version 3.20.0 (#29903) | haralmha | 1 | -0/+1 | |
2022-04-07 | Add checksum for log4cplus@2.0.7 (#29912) | iarspider | 1 | -0/+1 | |
2022-04-07 | Add checksum for libxml2@6.2.0 (#29918) | iarspider | 1 | -0/+1 | |
2022-04-07 | Add dpcpp version 2021.12 (#29934) | Alexander Van Craen | 1 | -0/+1 | |
2022-04-07 | Update ucx to 1.12.0; add variants (#29944) | iarspider | 1 | -6/+64 | |
2022-04-07 | Fix OpenMPI external detection logic (#29946) | Kyle Gerheiser | 1 | -33/+34 | |
MPICH and OpenMPI share the same logic for these and these fixes have already been applied to MPICH. See: https://github.com/spack/spack/pull/29284 | |||||
2022-04-07 | Add checksum for rdma-core@39.1 (#29921) | iarspider | 1 | -4/+9 | |
2022-04-07 | mpich: no longer a need for custom urls (#29941) | Harmen Stoppels | 1 | -7/+0 | |
2022-04-07 | libtool: new version 2.4.7 (#29932) | Harmen Stoppels | 1 | -0/+2 | |
2022-04-07 | Add cxxopts version 3.0.0 (#29935) | Alexander Van Craen | 1 | -0/+1 | |
2022-04-07 | petaca: add v22.03, update variants (#29752) | Peter Brady | 1 | -2/+7 | |
2022-04-07 | python: add 3.10.4, 3.9.12, 3.9.11 (#29927) | Carlos Bederián | 1 | -1/+4 | |
2022-04-07 | openmpi: inherit CudaPackage (#29917) | Harmen Stoppels | 1 | -27/+24 | |
OpenMPI includes cuda_runtime.h, which errors with `#error -- unsupported GNU version! gcc versions later than 9 are not supported!` By inheriting CudaPackage, the proper conflicts between `cuda` and `gcc`/`clang` are added. | |||||
2022-04-06 | Add checksum for py-fonttools@4.26.2 (#29897) | Andrea Valenzuela | 1 | -1/+3 | |
* Add checksum for fonttools@4.26.2 * Add python 3.6 dependency for py-fonttools@4.26.2 and update to 3.7 as of py-fonttools@4.28 Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Andrea Valenzuela <avalenzu@pccms161.dyndns.cern.ch> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2022-04-06 | mesa, mesa18: Package updates (#29573) | Chuck Atkins | 2 | -23/+58 | |
* mesa, mesa18: Implement the swr variant consistently between mesa and mesa18 * mesa: Bump to 21.3.7 * mesa: Build release by default tie swr to release builds * mesa, mesa18: re-enable the llvm variant by default This reverts the change made in #29360 | |||||
2022-04-06 | mfem: fix for mpich@4 (#29913) | Harmen Stoppels | 1 | -0/+3 | |
2022-04-06 | Add pika 0.3.0 (#29916) | Mikael Simberg | 1 | -0/+1 | |
2022-04-06 | xxhash: add v0.8.1 (#29868) | Harmen Stoppels | 1 | -0/+1 | |
2022-04-06 | gdrcopy: add v2.3 (#29874) | iarspider | 1 | -0/+1 | |
2022-04-06 | spectre: add v2022.04.04 (#29876) | SXS Bot | 1 | -0/+1 | |
Co-authored-by: sxs-bot <sxs-bot@users.noreply.github.com> | |||||
2022-04-06 | scotch: @7: no longer builds libptesmumps.so (#29842) | Carlos Bederián | 1 | -3/+5 | |
2022-04-06 | WarpX: add v22.04 (#29883) | Axel Huebl | 2 | -3/+5 | |
Update `warpx` & `py-warpx` to the latest release, `22.04`. | |||||
2022-04-06 | mpiFileUtils: Add missing dependency with attr. (#29886) | Rémi Lacroix | 1 | -0/+2 | |
This was added in version 0.11.1. | |||||
2022-04-06 | Make dd4hep boost deps explicit (#29890) | Hadrien G | 1 | -5/+2 | |
2022-04-06 | claw: enable building with clang@11: and aocc@3: (#29891) | Sergey Kosukhin | 1 | -6/+4 | |
2022-04-06 | pika: add hipblas dependency when rocm variant (#29681) | Auriane R | 1 | -0/+1 | |
Hipblas is now compulsory when building with rocm. Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com> | |||||
2022-04-06 | gdb: depend only on python, not python+debug (#29374) | Valentin Volkl | 1 | -1/+1 | |
2022-04-06 | py-awkward: add v1.5.1 and fix rapidjson dependency (#29896) | Andrea Valenzuela | 1 | -1/+2 | |
Co-authored-by: Andrea Valenzuela <avalenzu@pccms161.dyndns.cern.ch> |