Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-02 | singularity: bugfix add space between prefix and other options (#34766) | Wouter Deconinck | 1 | -1/+1 | |
This fixes two issues introduced in #34474: prefix got the next option appended, and property was not resolved without the self. | |||||
2023-01-02 | emacs: json variant & cleanup (#34665) | Peter Brady | 1 | -14/+9 | |
Co-authored-by: Harmen Stoppels <me@harmenstoppels.nl> | |||||
2023-01-02 | add conduit 0.8.5 release and caliper variant (#34669) | Cyrus Harrison | 1 | -0/+18 | |
2023-01-02 | libpng static (#34578) | Alex Richert | 1 | -0/+12 | |
2023-01-02 | doxygen: use tarballs instead of git checkouts and add 1.9.5 (#34654) | lorddavidiii | 1 | -18/+23 | |
* doxygen: use tarballs instead of git checkouts and add 1.9.5 * Doxygen: add 1.9.6 | |||||
2023-01-02 | libxc: add v6.0.0 (#34621) | Rocco Meli | 1 | -0/+2 | |
2022-12-31 | py-fisher: add version 0.1.10 (#34738) | Glenn Johnson | 1 | -0/+2 | |
2022-12-31 | py-youtube-dl: add version 2021.12.17 (#34740) | Glenn Johnson | 1 | -0/+3 | |
2022-12-30 | mpl: add v0.2.1, v0.2.0 (#34716) | Heiko Bauke | 1 | -1/+3 | |
2022-12-30 | petsc, py-petsc4py: add v3.18.3 (#34725) | Satish Balay | 2 | -0/+2 | |
2022-12-29 | trinity: add version 2.15.0-FULL (#34666) | downloadico | 1 | -0/+5 | |
2022-12-29 | arbor: add v0.8.1 (#34660) | Brent Huisman | 1 | -4/+14 | |
2022-12-29 | tamaas: added v2.6.0 (#34676) | Lucas Frérot | 1 | -0/+1 | |
2022-12-29 | survey: add v1.0.7 (#34679) | Jim Galarowicz | 1 | -1/+2 | |
2022-12-29 | perl-archive-zip: add 1.68 (#34684) | Christopher Christofi | 1 | -0/+15 | |
2022-12-29 | boost: apply 'intel-oneapi-linux-jam.patch' to all versions since 1.76 (#34670) | Tim Haines | 1 | -1/+1 | |
2022-12-29 | perl-appconfig: add v1.71 (#34685) | Christopher Christofi | 1 | -0/+16 | |
2022-12-29 | git-filter-repo: add new package (#34690) | Alex Hedges | 1 | -0/+31 | |
2022-12-29 | jq: set -D_REENTRANT for builds on darwin (#34691) | David Zmick | 2 | -51/+7 | |
2022-12-29 | libceed: add v0.11.0 (#34694) | Jed Brown | 1 | -0/+1 | |
2022-12-29 | AOCC: add v4.0.0 (#33833) | AMD Toolchain Support | 1 | -32/+43 | |
2022-12-29 | py-numpy: add v1.24.1 (#34697) | Adam J. Stewart | 1 | -0/+1 | |
2022-12-29 | libpsl: new versions through 0.21.2 (#34699) | Wouter Deconinck | 1 | -3/+14 | |
This adds the final bugfix versions through the 0.21.2 just released. With 0.21.1 the tag name pattern was changed, hence url_for_version. | |||||
2022-12-29 | cernlib: depends_on libxaw libxt (#34448) | Wouter Deconinck | 1 | -0/+2 | |
Based on the following lines in the top level `CMakeLists.txt` (I can't deep link since gitlab.cern.ch not public), `cernlib` needs an explicit dependency on `libxaw` and `libxt`: ```cmake find_package(X11 REQUIRED) message(STATUS "CERNLIB: X11_Xt_LIB=${X11_Xt_LIB} X11_Xaw_LIB=${X11_Xaw_LIB} X11_LIBRARIES=${X11_LIBRARIES}") ``` | |||||
2022-12-29 | singularity, apptainer: --without-conmon into @property config_options (#34474) | Wouter Deconinck | 2 | -14/+11 | |
Per https://github.com/spack/spack/issues/34192, apptainer does not support `--without-conmon`, so we introduce a base class `config_options` property that can be overridden in the `apptainer` package. | |||||
2022-12-29 | dd4hep: depends_on virtual tbb instead of intel-tbb (#34704) | Wouter Deconinck | 1 | -1/+2 | |
Recent changes to dd4hep remove the explicit dependency on an older version of intel-tbb. This makes this explicit in the spack package. | |||||
2022-12-29 | veloc: add v1.6 and dependencies (#34706) | wspear | 1 | -2/+10 | |
2022-12-29 | Change regex in bacio patch to avoid python re bug (#34668) | Alex Richert | 1 | -1/+1 | |
2022-12-28 | bugfix: make texinfo build properly with gettext (#34312) | Todd Gamblin | 1 | -0/+7 | |
`texinfo` depends on `gettext`, and it builds a perl module that uses gettext via XS module FFI. Unfortunately, the XS modules build asks perl to tell it what compiler to use instead of respecting the one passed to configure. Without this change, the build fails with this error: ``` parsetexi/api.c:33:10: fatal error: 'libintl.h' file not found ^~~~~~~~~~~ ``` We need the gettext dependency and the spack wrappers to ensure XS builds properly. - [x] Add needed `gettext` dependency to `texinfo` - [x] Override XS compiler with `PERL_EXT_CC` Co-authored-by: Paul Kuberry <pakuber@sandia.gov> | |||||
2022-12-27 | CPMD: Remove now unused "import" | Rémi Lacroix | 1 | -2/+0 | |
2022-12-27 | CPMD: Update for open-source release | Rémi Lacroix | 1 | -38/+3 | |
CPMD has been open-sourced on GitHub so manual download is no longer needed. The patches have been included in the new 4.3 release. | |||||
2022-12-26 | qt-base: ~network by default (#34688) | Adam J. Stewart | 1 | -1/+1 | |
2022-12-24 | py-pytest-datadir: Init at 1.4.1 (#34692) | Rohit Goswami | 1 | -0/+21 | |
* py-pytest-datadir: Init at 1.4.1 * py-pytest-data-dir: Fix missing dep Co-authored-by: "Adam J. Stewart" <ajstewart426@gmail.com> Co-authored-by: "Adam J. Stewart" <ajstewart426@gmail.com> | |||||
2022-12-24 | py-uvw: added v0.5.0 (#34677) | Lucas Frérot | 1 | -0/+1 | |
2022-12-23 | Update py-meson-python (0.11.0, 0.12.0) and meson (0.64.1, 1.0.0) (#34675) | Ralf Gommers | 2 | -6/+14 | |
* Update py-meson-python versions (0.11.0, 0.12.0) * Update `meson` to version 0.64.1 * Add Meson 1.0.0 * Apply code review suggestions | |||||
2022-12-24 | tmux: add 3.3a (#34671) | David Zmick | 1 | -0/+1 | |
2022-12-22 | py-kornia: add v0.6.9 (#34652) | Adam J. Stewart | 1 | -3/+4 | |
2022-12-22 | libelf: fix build on macOS x86_64 (#34646) | Adam J. Stewart | 1 | -5/+5 | |
2022-12-22 | bacio: fix typo in patch method (#34663) | Alex Richert | 1 | -1/+1 | |
2022-12-22 | sherpa: add v2.2.13 (#34628) | Wouter Deconinck | 1 | -0/+1 | |
2022-12-22 | added py-dynim package (#34651) | Loïc Pottier | 1 | -0/+26 | |
Signed-off-by: Loïc Pottier <48072795+lpottier@users.noreply.github.com> Signed-off-by: Loïc Pottier <48072795+lpottier@users.noreply.github.com> | |||||
2022-12-22 | Restrict a patch of rhash to versions >=1.3.6 (#34310) | Andrew Wood | 1 | -1/+1 | |
2022-12-22 | neve: add new package (#34596) | Wladimir Arturo Garces Carrillo | 1 | -0/+43 | |
Co-authored-by: WladIMirG <WladIMirG@users.noreply.github.com> | |||||
2022-12-22 | librsvg: add 2.40.21, which does not require rust (#34585) | Benjamin S. Kirk | 1 | -2/+15 | |
* librsvg: add 2.40.21, which does not require rust and has some security backports https://download.gnome.org/sources/librsvg/2.40/librsvg-2.40.21.news * librsvg: prevent finding broken gtkdoc binaries when ~doc is selected. On my CentOS7 hosts, ./configure finds e.g. /bin/gtkdoc-rebase even when ~doc is selected. These tools use Python2, and fail with an error: "ImportError: No module named site" So prevent ./configure from finding these broken tools when not building the +doc variant. | |||||
2022-12-22 | openbabel: add 3.1.0 and 3.1.1 (#34631) | Rocco Meli | 1 | -0/+4 | |
2022-12-22 | reframe: rework recipe, add v4.0.0-dev4 (#34584) | Vasileios Karakasis | 1 | -11/+19 | |
2022-12-22 | quantum-espresso: enable linking with armpl-gcc and acfl for BLAS and FFT ↵ | Annop Wongwathanarat | 1 | -0/+9 | |
(#34416) | |||||
2022-12-22 | kokkos: add v3.7.01 (#34645) | Benjamin Fovet | 1 | -1/+2 | |
Co-authored-by: Benjamin Fovet <benjamin.fovet@cea.fr> | |||||
2022-12-22 | py-pytorch-lightning: add v1.8.6 (#34647) | Adam J. Stewart | 1 | -0/+1 | |
2022-12-22 | perl-config-simple: add 4.58 (#34649) | Christopher Christofi | 1 | -0/+15 | |