Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-08-31 | doctest: add new package (#46138) | Pranav Sivaraman | 1 | -0/+25 | |
2024-08-31 | landsfcutil: add v2.4.2 (#46144) | Alex Richert | 1 | -0/+3 | |
2024-08-31 | gfsio: add v1.4.2 (#46145) | Alex Richert | 1 | -0/+3 | |
2024-08-31 | sfcio: add v1.4.2 (#46146) | Alex Richert | 1 | -0/+3 | |
* sfcio: add v1.4.2 * [@spackbot] updating style on behalf of AlexanderRichert-NOAA | |||||
2024-08-30 | unzip: use more generic strip flag for cce (#46087) | etiennemlb | 2 | -1/+13 | |
* Use more generic strip flag for cce * [@spackbot] updating style on behalf of etiennemlb * Apply always | |||||
2024-08-30 | plumed: add v2.9.1 (#46022) | Kacper Kornet | 2 | -4/+5 | |
2024-08-30 | boost: remove Compiler.cxx_names (#46037) | Massimiliano Culpo | 1 | -13/+13 | |
2024-08-30 | windows-vis: fix failing pipeline (#46135) | Harmen Stoppels | 2 | -1/+13 | |
* seacas: fix gnu parallel dep * add vtk@9.0 platform=windows conflict | |||||
2024-08-30 | Put some more constraint on a few mpi providers (#46132) | Massimiliano Culpo | 6 | -2/+12 | |
This should help not selecting, by default, some niche implementation that are supposed to be externals. Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> | |||||
2024-08-30 | mpitrampoline: fix wrong use of compiler.cc_names (#46038) | Massimiliano Culpo | 1 | -3/+3 | |
2024-08-29 | gromacs: support version 2024.3 (#46117) | Mark Abraham | 1 | -0/+1 | |
2024-08-29 | conduit package: Honor compiler extra_rpaths + extras (#46046) | Chris White | 1 | -10/+43 | |
- Honor compiler extra_rpaths (this build bypasses spack wrappers, so the RPATHs are added explicitly as CMake options) - Use root_cmakelists_dir instead of adding it to the command line - Add BLT as a dependency, allowing different versions outside of what is in the tarball - Put a copy of host-config in the stage directory: this allows examination of the host-config when a build fails (before, the host-config was just stored in the install directory, which is deleted by default on a failed build) | |||||
2024-08-29 | linaro-forge: added 24.0.4 version (#46112) | Louise Spellacy | 1 | -1/+7 | |
Updated platform.machine() to only match "aarch64". "arm64" not supported by "spack arch" | |||||
2024-08-29 | spectrum-mpi: no windows (#46119) | Harmen Stoppels | 1 | -0/+2 | |
2024-08-29 | py-greenlet: add missing forward compat bound (#46113) | Harmen Stoppels | 1 | -1/+4 | |
2024-08-29 | paraview: add cdi support (#44222) | Alberto Invernizzi | 2 | -0/+37 | |
* add basic CDI package * add CDI variant to paraview * [@spackbot] updating style on behalf of albestro --------- Co-authored-by: albestro <albestro@users.noreply.github.com> | |||||
2024-08-29 | py-mypy: add v1.11.2 (#46099) | Wouter Deconinck | 1 | -0/+1 | |
2024-08-29 | tau: fix (cray) compiler names/paths (#46104) | Harmen Stoppels | 1 | -19/+15 | |
fixes a build issue on cray ci | |||||
2024-08-28 | Add more compiler leniency (#46083) | etiennemlb | 1 | -4/+9 | |
2024-08-28 | perl-compress-bzip2: new package (#46055) | Arne Becker | 1 | -0/+35 | |
* perl-compress-bzip2: new package Adds Compress::Bzip2 * Use bzip2 from Spack, not system | |||||
2024-08-28 | [Update] New version of sirius (#46049) | Taillefumier Mathieu | 2 | -1/+2 | |
2024-08-28 | pmix: add v5.0.3 and fix variants (#45621) | Derek Ryan Strong | 1 | -27/+45 | |
* Add pmix v5.0.3 and fix variants * Update pmix homepage link * pmix: Simplify/update hwloc dependency * pmix: Update versions for --disable-sphinx configure option * pmix: Add munge variant * pmix: Add zlib dependency * pmix: Fix dependency py-sphinx@5 | |||||
2024-08-28 | llvm-amdgpu: Updating LD_LIBRARY_PATH w.r.t new prefix path (#45940) | renjithravindrankannath | 2 | -2/+5 | |
* Updating LD_LIBRARY_PATH w.r.t new prefix path * Updating hsa external path for 6.x | |||||
2024-08-28 | py-numcodecs rename git branch to match upstream (#46085) | Robert Underwood | 1 | -1/+2 | |
* py-numcodecs rename git branch to match upstream | |||||
2024-08-28 | mfem, pflotran, alquimia: remove old versions with xsdk string (in version) ↵ | Satish Balay | 3 | -21/+2 | |
that were used in old/removed xsdk releases (#45837) | |||||
2024-08-28 | Replace unparsable apostrophe character with ASCII "'". (#46069) | Nicholas Sly | 1 | -1/+1 | |
2024-08-28 | boost: install `BoostConfig.cmake` even when header-only (#46062) | Mikael Simberg | 1 | -27/+33 | |
* Install BoostConfig.cmake even when header-only * boost: Only use --without-libraries when --with-libraries would have an empty list | |||||
2024-08-28 | gromacs: add conflict between NVSHMEM and cuFFTMp (#46065) | Mark Abraham | 1 | -2/+11 | |
* Add conflict between NVSHMEM and cuFFTMp for GROMACS package These don't work in the same build configuration. * [@spackbot] updating style on behalf of mabraham * Update package.py Also constrain NVSHMEM appropriately * Update var/spack/repos/builtin/packages/gromacs/package.py Co-authored-by: Andrey Alekseenko <al42and@gmail.com> * Update package.py * [@spackbot] updating style on behalf of mabraham * Update package.py * Update package.py * Update package.py * [@spackbot] updating style on behalf of mabraham --------- Co-authored-by: mabraham <mabraham@users.noreply.github.com> Co-authored-by: Christoph Junghans <christoph.junghans@gmail.com> Co-authored-by: Andrey Alekseenko <al42and@gmail.com> | |||||
2024-08-28 | Spec.from_detection now accounts for external prefix (#46063) | Massimiliano Culpo | 3 | -5/+5 | |
Change the signature of Spec.from_detection to set the external prefix, and the external modules, if they are present. Delete "spack.package_prefs.spec_externals" since it is unused. | |||||
2024-08-27 | py-numpy: add v2.0.2 (#46056) | Adam J. Stewart | 1 | -0/+1 | |
2024-08-27 | cdo-2.4.3 (#46033) | Brian Spilner | 1 | -0/+5 | |
cdo-2.4.3 - fixed hash | |||||
2024-08-27 | Introduce offload variant for llvm >= 19. (#45865) | Ye Luo | 1 | -0/+7 | |
2024-08-27 | bfs: add v4.0.1 (#46044) | Alec Scott | 1 | -2/+13 | |
* bfs: add v4.0.1 * fix style | |||||
2024-08-27 | detray: add version 0.73.0 (#46053) | Stephen Nicholas Swatman | 1 | -9/+19 | |
This commit adds version 0.73.0 of the detray package. As this version drops support for pre-C++20 standards, I had to update the `cxxstd` variant logic. | |||||
2024-08-27 | acts: add version 36.2.0 (#46052) | Stephen Nicholas Swatman | 1 | -0/+1 | |
This commit adds version 36.2.0 of ACTS. As far as I can tell, there are no dependency changes. | |||||
2024-08-26 | Added e4s-cl@1.0.4 (#46043) | FrederickDeny | 1 | -0/+1 | |
2024-08-27 | lammps: improve FFT selection and add fft_kokkos variant (#45969) | Nick Hagerty | 1 | -13/+28 | |
2024-08-26 | nvpl-fft: new package (#45985) | Richard Berger | 1 | -0/+38 | |
2024-08-26 | sundials: new test API (#45373) | AcriusWinter | 1 | -104/+78 | |
* sundials: new test API --------- Co-authored-by: Tamara Dahlgren <dahlgren1@llnl.gov> | |||||
2024-08-26 | parallel-hashmap: add v1.3.12 (#46017) | Pranav Sivaraman | 1 | -1/+11 | |
Co-authored-by: pranav-sivaraman <pranav-sivaraman@users.noreply.github.com> | |||||
2024-08-26 | fastjson: add v1.2.83, v2.0.52 (#45733) | Wouter Deconinck | 1 | -2/+10 | |
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> | |||||
2024-08-26 | Bugfix/hsakmt-roct: use correct version for rocm-core and llvm-amdgpu (#45817) | Tamara Dahlgren | 1 | -1/+1 | |
2024-08-26 | mruby: add v3.3.0 (#45964) | Matthieu Dorier | 1 | -0/+1 | |
2024-08-26 | py-smp: add v0.3.4 (#45967) | Adam J. Stewart | 3 | -2/+9 | |
2024-08-26 | kokkos: add v4.4.00 (#45758) | Patrick Diehl | 2 | -0/+3 | |
Co-authored-by: Patrick Diehl <diehlpk@lanl.gov> | |||||
2024-08-26 | cuda: add v12.6 (#45558) | pauleonix | 4 | -0/+53 | |
2024-08-26 | r-googlesheets4: fix r-gargle dependency (#45980) | Wouter Deconinck | 1 | -2/+1 | |
2024-08-26 | seacas: add parallel as a dependency (#45981) | mvlopri | 1 | -0/+1 | |
2024-08-26 | r-pbkrtest: fix typo in dependency (#45997) | Wouter Deconinck | 1 | -1/+1 | |
2024-08-26 | r-diagram: fix dependency on non-existent R version (#46003) | Wouter Deconinck | 1 | -1/+1 | |