Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2022-12-22 | Using corresponding commit ids of hiprand for each releases (#34545) | renjithravindrankannath | 1 | -2/+28 | |
2022-12-22 | bacio: patch for v2.4.1 (#34575) | Alex Richert | 1 | -0/+4 | |
2022-12-21 | add py-psij-python and py-pystache packages (#34357) | Andre Merzky | 3 | -0/+49 | |
* add psij package and deps * update hashes, URLs * linting * Update var/spack/repos/builtin/packages/py-psij-python/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/py-pystache/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/py-pystache/package.py Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> * Update package.py apply suggested change * Update package.py apply suggested change * Update package.py ensure maintainer inheritance * add psij to exaworks meta-package Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> | |||||
2022-12-21 | paraview: patch catalyst etc. to build with oneapi (#33562) | Howard Pritchard | 2 | -0/+48 | |
without this patch, build of paraview has a meltdown when reaching 3rd party catalyst and other packages with these types of errors: 335 /tmp/foo/spack-stage/spack-stage-paraview-5.10.1-gscoqxhhakjyyfirdefuhmi2bzw4scho/spack-src/VTK/ThirdParty/fmt/vtkfmt/vtkfmt/format.h:1732:11: error: cannot capture a bi t-field by reference 336 if (sign) *it++ = static_cast<Char>(data::signs[sign]); 337 ^ Signed-off-by: Howard Pritchard <howardp@lanl.gov> Signed-off-by: Howard Pritchard <howardp@lanl.gov> | |||||
2022-12-21 | py-cartopy: older versions don't support Python 3.10 (#34626) | Adam J. Stewart | 1 | -14/+2 | |
2022-12-21 | podio: add v0.16.2 (#34606) | Thomas Madlener | 1 | -0/+1 | |
2022-12-21 | relion: add v4.0.0 (#34600) | Hector Martinez-Seara | 1 | -8/+5 | |
2022-12-21 | glib: add 2.74.3 (#34603) | Michael Kuhn | 1 | -0/+1 | |
2022-12-21 | rocm: make amdgpu_target sticky (#34591) | Cory Bloor | 10 | -11/+13 | |
The sticky property will prevent clingo from changing the amdgpu_target to work around conflicts. This is the same behaviour as was adopted for cuda_arch in 055c9d125d29606947f2fd88a06e279667a74648. | |||||
2022-12-21 | eckit: skip broken test (#34610) | Sergey Kosukhin | 1 | -1/+20 | |
2022-12-21 | hpctoolkit: replace filter_file with upstream patch (#34604) | Mark W. Krentel | 1 | -15/+7 | |
Replace the filter_file for older configure with rocm 5.3 with an upstream patch. Further, the patch is no longer needed for develop or later releases. | |||||
2022-12-21 | dashan-runtime,darshan-util,py-darshan: update package versions for ↵ | shanedsnyder | 3 | -3/+12 | |
darshan-3.4.2 (#34583) | |||||
2022-12-21 | arm-forge: add 22.1.2 (#34569) | louisespellacy-arm | 1 | -0/+9 | |
2022-12-21 | starpu: add conflict for ~blocking +simgrid (#34616) | lpoirel | 1 | -0/+1 | |
see https://gitlab.inria.fr/starpu/starpu/-/commit/1f5a911d43ba8e49f7229ab16f5dafdfdd596bd2 | |||||
2022-12-21 | py-pyproj: add new versions (#34633) | Adam J. Stewart | 1 | -6/+6 | |
2022-12-21 | feat: 🎸 Add new 2023.0.0 oneVPL package (#34642) | Andrey Perestoronin | 1 | -0/+6 | |
2022-12-21 | py-vcrpy: add 4.2.1 (#34636) | Manuela Kuhn | 1 | -0/+3 | |
2022-12-21 | neko: add v0.5.0 (#34640) | Niclas Jansson | 1 | -0/+1 | |
2022-12-21 | hypre: add v2.27.0 (#34625) | Rob Falgout | 1 | -0/+1 | |
2022-12-21 | Add patch for pika on macOS (#34619) | Mikael Simberg | 2 | -0/+63 | |
2022-12-20 | py-scikit-image: add 0.19.3 (#34618) | Manuela Kuhn | 1 | -7/+21 | |
* py-scikit-image: add 0.19.3 * Update var/spack/repos/builtin/packages/py-scikit-image/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2022-12-20 | DAV: VTK-m needs to install examples for smoke test (#34611) | kwryankrattiger | 1 | -0/+3 | |
SDK deployment targets being able to validate and run VTK-m via spack deployments, so examples should be installed. | |||||
2022-12-20 | 2023.0.0 oneAPI release promotion (#34617) | Andrey Perestoronin | 14 | -0/+80 | |
2022-12-19 | Remove dep on jupyter meta-package (#34573) | Nicholas Knoblauch | 1 | -1/+1 | |
2022-12-19 | py-nipype: add 1.8.5 and py-looseversion: add new package (#34608) | Manuela Kuhn | 2 | -1/+25 | |
2022-12-19 | Gromacs: added version 2022.4 (#34599) | Hector Martinez-Seara | 1 | -0/+1 | |
2022-12-19 | [ELPA] add sha256 for elpa-2022.11.001.rc2.tar.gz (#33439) | Anton Kozhevnikov | 1 | -0/+15 | |
2022-12-19 | py-horovod: patch no longer applies (#34593) | Adam J. Stewart | 1 | -1/+1 | |