Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-22 | libgd: fix INT_MAX not defined (#42104) | Martin Lang | 1 | -0/+7 | |
Compiling version 2.2.4 fails (on a Debian system with only a minimum set of packages installed) with an error because `INT_MAX` is undeclared: ``` 263 gd_gd2.c: In function '_gd2GetHeader': >> 264 gd_gd2.c:212:54: error: 'INT_MAX' undeclared (first use in this function) 265 212 | if (*ncx <= 0 || *ncy <= 0 || *ncx > INT_MAX / *ncy) { 266 | ^~~~~~~ 267 gd_gd2.c:87:1: note: 'INT_MAX' is defined in header '<limits.h>'; did you forget to '#include <limits.h>'? ``` | |||||
2024-02-22 | rust: add v1.76.0 (#42798) | Alec Scott | 1 | -0/+1 | |
2024-02-22 | google benchmark: Add variant with libpfm4 (#42620) | Steven Hahn | 1 | -1/+11 | |
Signed-off-by: Steven Hahn <hahnse@ornl.gov> | |||||
2024-02-22 | delly2: add v1.2.6 (#42745) | James Beal | 1 | -0/+2 | |
Co-authored-by: James Beal <jb23@sanger.ac.uk> | |||||
2024-02-22 | environment-modules: add version 5.4.0 (#42763) | Xavier Delaruelle | 1 | -1/+2 | |
2024-02-22 | mvapich: add v3.0 (#42756) | MatthewLieber | 1 | -2/+2 | |
Co-authored-by: Matt Lieber <lieber.31@osu.edu> | |||||
2024-02-22 | bigdft-atlab: add v1.9.3, v1.9.4 (#42643) | Martin Lang | 1 | -1/+3 | |
2024-02-22 | build(deps): bump urllib3 from 2.2.0 to 2.2.1 in /lib/spack/docs (#42757) | dependabot[bot] | 1 | -1/+1 | |
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.2.0...2.2.1) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||||
2024-02-22 | cgal: add v5.5.3 (#42650) | Martin Lang | 1 | -0/+1 | |
2024-02-22 | podio: depends_on py-graphviz type run (for podio-vis) (#42787) | Wouter Deconinck | 1 | -0/+1 | |
The podio-vis tool depends at run-time on py-graphviz, https://github.com/AIDASoft/podio/blob/master/tools/podio-vis#L10. | |||||
2024-02-22 | nlohmann-json-schema-validator: added version 2.2.0 and 2.3.0 (#42792) | Matthieu Dorier | 1 | -1/+3 | |
2024-02-22 | ecflow: apply ctsapi_cassert.patch for all compilers (#42793) | Dom Heinzeller | 1 | -1/+2 | |
2024-02-22 | pika: add sanitizers variant (#42778) | Mikael Simberg | 1 | -0/+7 | |
2024-02-22 | spack gc: do not show uninstalled but needed specs (#42696) | Harmen Stoppels | 2 | -26/+32 | |
2024-02-21 | e4s ci stacks: add python packages (#42774) | eugeneswalker | 5 | -0/+95 | |
* e4s ci stacks: add python packages * comment out failing specs | |||||
2024-02-21 | env activate: use Win-compatible print on Windows (#42755) | John W. Parent | 1 | -1/+2 | |
Use "echo" instead of "printf" on Windows. | |||||
2024-02-21 | Windows: fix error with can_symlink check (#42753) | John W. Parent | 1 | -0/+1 | |
2024-02-21 | cgns package: don't use MPI wrappers on Windows (#42750) | John W. Parent | 1 | -1/+3 | |
2024-02-21 | Add 'docs' variant to rust-bootstrap (#42768) | Alex Richert | 1 | -1/+2 | |
* Add 'docs' variant to rust-bootstrap * remove docs for rust-bootstrap | |||||
2024-02-21 | rocm: removal of deprecated <5.1 versions (#42676) | Harmen Stoppels | 96 | -7557/+478 | |
The package `aomp` is removed entirely, as it was too outdated to have non-deprecated dependencies. | |||||
2024-02-20 | binutils: add v2.42 (#42760) | Massimiliano Culpo | 1 | -0/+1 | |
2024-02-20 | asio: add patches 1.28.2 and 1.28.1 (#42762) | pauleonix | 1 | -0/+2 | |
2024-02-20 | pythia6: deal with dead pythiasix.hepforge.org (#42162) | Wouter Deconinck | 2 | -8/+10 | |
* pythia6: deal with dead pythiasix.hepforge.org * pythia6: rm main81.f from CMakeLists.txt * [@spackbot] updating style on behalf of wdconinc --------- Co-authored-by: wdconinc <wdconinc@users.noreply.github.com> | |||||
2024-02-20 | Update conflict between stdexec and clang (#42765) | Auriane R | 1 | -1/+1 | |
2024-02-20 | clingo: add v5.7.1 (#42758) | Massimiliano Culpo | 1 | -0/+2 | |
2024-02-20 | btop: add v1.3.2 (#42759) | Massimiliano Culpo | 1 | -0/+1 | |
2024-02-19 | pblat: add new package (#42517) | George Young | 1 | -0/+30 | |
Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk> Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> | |||||
2024-02-19 | adios2: update kokkos dependency (#42621) | Vicente Bolea | 1 | -3/+5 | |
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> | |||||
2024-02-19 | Use relative target in symlinks to modified files in view (#42699) | Harmen Stoppels | 2 | -2/+2 | |
2024-02-19 | verible: add v0.0-3539-g9442853c (#42628) | Dave Keeshan | 1 | -0/+5 | |
2024-02-19 | scorep: specify binutils headers and libs (#42656) | Alex Richert | 1 | -1/+2 | |
2024-02-19 | hipsycl: update package (#42518) | Thomas-Ulrich | 1 | -37/+62 | |
2024-02-19 | DTK: specify MPI compilers (#42592) | Satish Balay | 1 | -0/+5 | |
Co-authored-by: balay <balay@users.noreply.github.com> | |||||
2024-02-19 | ecflow: fix compilation with Intel classic compilers (#42622) | Dom Heinzeller | 2 | -0/+13 | |
2024-02-19 | omm-bundle: add new package (#42304) | kinagaki-fj | 2 | -0/+69 | |
2024-02-19 | ferret: add support for gcc@10: (#42660) | Alex Richert | 1 | -0/+5 | |
2024-02-19 | kokkos: disable CUDA_MALLOC_ASYNC on cray-mpich (#42661) | Richard Berger | 1 | -0/+11 | |
Co-authored-by: Daniel Arndt <arndtd@ornl.gov> | |||||
2024-02-19 | umpire: depend on camp~rocm when umpire itself has ~rocm (#42701) | Mikael Simberg | 1 | -0/+1 | |
2024-02-19 | remove a few redundant calls to setup_run_environment (#42718) | Harmen Stoppels | 14 | -37/+0 | |
Any package `X` used as `depends_on("x", type="build")` will have `X.setup_run_environment(env)` called, because it has to be able to "run" in the build environment. So there is no point in calling `setup_run_environment` from `setup_dependent_build_environment`. Also it's redundant to call `setup_run_environment` in `setup_dependent_run_environment`, cause (a) the latter is called _for every parent edge_ instead of once per node, and (b) it's only called after `setup_run_environment` is called anyways. Better to call `setup_run_environment` once and only once. | |||||
2024-02-19 | py-matplotlib: add v3.8.3 (#42698) | Adam J. Stewart | 1 | -0/+1 | |
2024-02-19 | mpich: Remove invalid pmi option (#42686) | Ken Raffenetti | 1 | -3/+1 | |
pmi=off is not a valid configuration option. MPICH cannot function without a PMI library. Fixes #42685. | |||||
2024-02-19 | Bump for new version of bedtools2 (#42034) | James Beal | 1 | -1/+2 | |
Co-authored-by: James Beal <jb23@sanger.ac.uk> | |||||
2024-02-19 | gnupg: make discoverable as external (#42736) | Alec Scott | 1 | -0/+10 | |
2024-02-19 | CP2K: fix multiple use of spec["fftw"] (#42724) | AMD Toolchain Support | 1 | -2/+3 | |
fftw object was originally created with spec["fftw:openmp"], but referencing spec["fftw"] overwrites the 'last_query' in the spec object, so later use of fftw.libs was not returing FFTW OpenMP libs. Also allow the post-install fixup to support amdfftw as well as fftw. Co-authored-by: Branden Moore <branden.moore@amd.com> Co-authored-by: Phil Tooley <phil.tooley@amd.com> Co-authored-by: Greg Becker <becker33@llnl.gov> | |||||
2024-02-19 | duckdb: add v0.9.2 (#42374) | Geoffrey Lentner | 1 | -1/+3 | |
2024-02-19 | bfs: add v3.1.1 (#42740) | Alec Scott | 1 | -0/+1 | |
2024-02-18 | py-shapely: add v2.0.3 (#42738) | Adam J. Stewart | 1 | -2/+3 | |
2024-02-18 | Bump enzyme to 0.0.100 (#42626) | William Moses | 1 | -1/+3 | |
2024-02-18 | hiop new release, v1.0.3 (#42730) | Nai-Yuan Chiang | 1 | -0/+6 | |
2024-02-18 | byfl: initial commit (#42731) | Christoph Junghans | 1 | -0/+21 | |