Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-01 | Add pmix variant to openmpi package (#26342) | Victor | 1 | -0/+9 | |
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com> | |||||
2021-10-01 | py-traitsui: add v7.2.1 (#26392) | Manuela Kuhn | 1 | -11/+30 | |
2021-10-01 | DataTransferKit: add v3.1-rc3 (#26269) | Daniel Arndt | 1 | -2/+3 | |
2021-10-01 | graphviz: macOS patch not needed on newer version (#26292) | Seth R. Johnson | 1 | -1/+1 | |
The autoconf file was updated in 2.49.0 but is still needed in older versions. | |||||
2021-10-01 | cmor: bump version and depend on the specific libuuid packages needed by ↵ | bernhardkaindl | 1 | -3/+18 | |
version. (#26149) | |||||
2021-10-01 | eigen: add v3.4.0 (#26296) | Georgiana Mania | 1 | -1/+2 | |
2021-10-01 | hoppet: add new package (#26297) | haralmha | 1 | -0/+19 | |
Co-authored-by: Harald Minde Hansen <hahansen@office.dyndns.cern.ch> | |||||
2021-10-01 | py-coverage: add v5.5 (#26407) | Manuela Kuhn | 1 | -0/+1 | |
2021-10-01 | llvm-openmp: 12.0.1 (#26320) | Axel Huebl | 1 | -0/+9 | |
Add the latest LLVM OpenMP release. This one compiles for aarch64/M1 on mac. | |||||
2021-10-01 | py-gsutil: add v5.2 (#26337) | bernhardkaindl | 1 | -0/+1 | |
2021-10-01 | ArborX: add v1.1 (#26344) | Daniel Arndt | 1 | -1/+3 | |
2021-10-01 | otf: Explicitly disable MPI and ZOIDFS (#26346) | Michael Kuhn | 1 | -0/+2 | |
Otherwise, global installations of MPI could be picked up by OTF. | |||||
2021-10-01 | damask-grid, damask-mesh: fix spack install --test=root (#26350) | bernhardkaindl | 2 | -8/+6 | |
2021-10-01 | mpibind: add v0.7.0 and new flux variant (#26359) | Edgar Leon | 1 | -0/+14 | |
2021-10-01 | LWGRP: add v1.0.4 DTCMP: add v1.1.2 and v1.1.3 (#26362) | Adam Moody | 2 | -0/+3 | |
2021-10-01 | petsc,py-petsc4py add versions 3.15.5, 3.16.0 (#26375) | Satish Balay | 2 | -0/+5 | |
2021-10-01 | med: work around "could not find TARGET hdf5" error (#25312) | Christoph Conrads | 2 | -0/+17 | |
Fixes #24671, fixes #26051 | |||||
2021-10-01 | ns-3-dev: add v3.31, v3.32, v3.33, and v3.34 (#26383) | Ryan Mast | 1 | -0/+4 | |
2021-10-01 | STRUMPACK: add v6.0.0 (#26386) | Pieter Ghysels | 1 | -5/+11 | |
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com> | |||||
2021-10-01 | py-pyface: add v7.3.0 (#26389) | Manuela Kuhn | 1 | -9/+26 | |
2021-10-01 | py-ipywidgets: add 7.6.5 and get sources from pypi (#26393) | Manuela Kuhn | 1 | -5/+10 | |
2021-10-01 | Python Globus SDK (globus.org): add new package (#26395) | Mihael Hategan | 1 | -0/+22 | |
2021-10-01 | py-pyside: restrict version of dependency on v1.2.2 (#26396) | bernhardkaindl | 1 | -1/+2 | |
Restrict @:1.2.2 to older sphinx versions to not fail the build | |||||
2021-10-01 | py-pyvista: add new package (#26398) | Manuela Kuhn | 1 | -0/+27 | |
2021-10-01 | Add oneAPI packages from 2021.4 release (#26401) | Anna Masalskaya | 12 | -0/+54 | |
2021-10-01 | SLEPc: add v3.16 (#26403) | Jose E. Roman | 1 | -1/+3 | |
2021-10-01 | py-fury: add new package (#26404) | Manuela Kuhn | 1 | -0/+39 | |
2021-10-01 | boost: @1.77.0: need updated python_jam.patch for +python (#26363) | bernhardkaindl | 2 | -2/+45 | |
One hunk changed and the new patch is refreshed using quilt. | |||||
2021-09-30 | py-setuptools-rust: remove checksum url workaround (#25843) | Tamara Dahlgren | 1 | -11/+2 | |
2021-10-01 | py-shiboken2: add new package (#26390) | Manuela Kuhn | 1 | -0/+35 | |
2021-10-01 | vtk: fix install path to lib (#26387) | Manuela Kuhn | 1 | -0/+4 | |
2021-10-01 | New package: slurm-drmaa (#25424) | Paul Spencer | 1 | -0/+42 | |
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com> | |||||
2021-10-01 | py-jupyterlab: add new package (#26357) | Manuela Kuhn | 1 | -0/+20 | |
2021-09-30 | GDB: Fix for GMP and Python (#26366) | Robert Underwood | 1 | -8/+22 | |
closes #26354 and #26358 Previously we did not pass paths for GDB or GMP and ./configure would get confused about which one to pull from. Be more specific. Built with all variants enabled and fixed the fixable versions and variants: @:8.1 were fixable by limiting python versions for these to @:3.6. 7.10.1 and 7.11(.1) were fixable to build with glibc-2.25 and newer using two long patches. gdb 7.8 and 7.9 weren't fixable as there is no backport if the fix to build these with glibc-2.25 and newer: http://lists.busybox.net/pipermail/buildroot/2017-March/188055.html Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com> | |||||
2021-09-30 | [py-tabulate] added version 0.8.9 (#25974) | Jen Herting | 1 | -0/+1 | |
2021-09-30 | rocsolver: Tighten rocsolver package dependencies (#25917) | Cory Bloor | 1 | -10/+5 | |
- Specify CMake minimum version more precisely - Ensure rocBLAS is available at build time - Limit workaround for missing rocblas include path to the only affected version (4.1.0) - Make hip a build and link dependency - Remove hip's link dependencies Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com> | |||||
2021-09-30 | sz: fix for external python sitelib (#26067) | Robert Underwood | 1 | -0/+1 | |
fixes #25973 | |||||
2021-09-30 | gromacs-chain-coordinate: Fix calling the test suite (#26367) | bernhardkaindl | 1 | -0/+8 | |
2021-09-30 | Disable __skip_rocmclang again (#26187) | Harmen Stoppels | 19 | -19/+19 | |
CMake 3.21.3 disables the broken hipcc-as-rocmclang detection again. From the release notes: > The AMD ROCm Platform hipcc compiler was identifed by CMake 3.21.0 > through 3.21.2 as a distinct compiler with id ROCMClang. This has been > removed because it caused regressions. Instead: > * hipcc may no longer be used as a HIP compiler because it interferes > with flags CMake needs to pass to Clang. Use Clang directly. > * hipcc may once again be used as a CXX compiler, and is treated as > whatever compiler it selects underneath, as CMake 3.20 and below > did. | |||||
2021-09-30 | Add a conflict for patchelf to catch errors earlier in bootstrapping (#26373) | Harmen Stoppels | 1 | -0/+2 | |
2021-09-30 | dos2unix: new version 7.4.2 and enforce link with gettext (#26371) | Olivier Cessenat | 1 | -0/+11 | |
2021-09-30 | Move gnuconfig under the spack org (#26370) | Harmen Stoppels | 1 | -3/+3 | |
2021-09-30 | Added OpenJDK 17, 11 for Darwin, and set preferred to 11 (#26368) | Diego Alvarez | 1 | -2/+13 | |
2021-09-30 | gromacs-chain-coordinate: new package (#25426) | Maciej Wójcik | 1 | -0/+79 | |
2021-09-29 | Add e4s tags (#23382) | Shahzeb Siddiqui | 94 | -16/+161 | |
Add 'e4s' tags for all packages according to https://github.com/E4S-Project/e4s/blob/master/E4S_Products.md | |||||
2021-09-29 | linux-pam: include more official (recent) releases (#26065) | acastanedam | 1 | -1/+5 | |
2021-09-29 | py-snappy: add patch to fix dependencies (#26352) | Valentin Volkl | 2 | -0/+16 | |
* py-snappy: add patch to fix dependencies * Update var/spack/repos/builtin/packages/py-snappy/req.patch Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2021-09-29 | py-jupyterlab: add 3.0.14, 3.0.18 and 3.1.14 (#26339) | Manuela Kuhn | 1 | -1/+4 | |
2021-09-29 | geos: fix patch versions (#26351) | Valentin Volkl | 1 | -1/+1 | |
2021-09-29 | py-jupyter-packaging: add 0.7.12 and 0.10.6 (#26338) | Manuela Kuhn | 1 | -3/+7 | |
* py-jupyter-packaging: add 0.7.12 and 0.10.6 * Update var/spack/repos/builtin/packages/py-jupyter-packaging/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/py-jupyter-packaging/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> |