Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-07 | nvpl-blas and nvpl-lapack: new packages for NVidia performance libraries ↵ | Alberto Invernizzi | 2 | -0/+138 | |
(#41775) Co-authored-by: Raffaele Solcà <rasolca@cscs.ch> | |||||
2024-02-07 | r: fix self-referential dependencies (#42551) | Massimiliano Culpo | 1 | -1/+1 | |
2024-02-07 | plink2: fix self-referential dependencies (#42547) | Massimiliano Culpo | 1 | -1/+1 | |
2024-02-07 | orc: fix self-referential dependencies (#42542) | Massimiliano Culpo | 1 | -3/+2 | |
2024-02-07 | oce: fix self-referential dependencies (#42540) | Massimiliano Culpo | 1 | -1/+1 | |
2024-02-07 | openscenegraph: fix self-referential dependencies (#42541) | Massimiliano Culpo | 1 | -2/+1 | |
2024-02-07 | py-*: fix self-referential dependencies (#42548) | Massimiliano Culpo | 3 | -3/+5 | |
2024-02-07 | libcatalyst cmake_minimum_required (#42532) | simonLeary42 | 1 | -0/+1 | |
https://gitlab.kitware.com/paraview/catalyst/-/commit/d4693577408717c3e56cacc0317d1fed48f6b0d1 | |||||
2024-02-07 | flux-core: add v0.59.0 (#42536) | Vanessasaurus | 1 | -0/+1 | |
Co-authored-by: github-actions <github-actions@users.noreply.github.com> | |||||
2024-02-07 | flux-pmix: add v0.5.0 (#42537) | Vanessasaurus | 1 | -0/+1 | |
Co-authored-by: github-actions <github-actions@users.noreply.github.com> | |||||
2024-02-07 | s4pred: add new package (#42520) | George Young | 1 | -0/+45 | |
2024-02-07 | dbcsr: examples variant (#42543) | Rocco Meli | 1 | -0/+5 | |
2024-02-07 | cp2k+mpi requires dbcsr+mpi (#42545) | Rocco Meli | 1 | -0/+1 | |
2024-02-07 | julia: fix self-referential dependencies (#42486) | Massimiliano Culpo | 1 | -1/+1 | |
2024-02-07 | netcdf-c: fix self-referential dependencies (#42528) | Massimiliano Culpo | 1 | -1/+1 | |
2024-02-07 | lammps: fix self-referential dependencies (#42521) | Massimiliano Culpo | 1 | -3/+4 | |
2024-02-06 | molgw: fix self-referential dependencies (#42523) | Massimiliano Culpo | 1 | -3/+5 | |
2024-02-06 | ldak: fix self-referential dependencies (#42522) | Massimiliano Culpo | 1 | -3/+3 | |
2024-02-06 | TAU: Added new test for other variants. (#42503) | jalcaraz | 1 | -1/+66 | |
Now it tests all GPUs, syscall and python. | |||||
2024-02-06 | mesa: updating llvm dependency for version 23 (#42481) | renjithravindrankannath | 1 | -0/+1 | |
2024-02-06 | dbcsr: fix self-referential dependencies (#42482) | Massimiliano Culpo | 1 | -1/+1 | |
2024-02-06 | hpx: remove self-referential dependencies (#42485) | Massimiliano Culpo | 1 | -5/+4 | |
This shouldn't be an issue, but avoid self references on "^asio". | |||||
2024-02-05 | keepassxc: new version 2.7.6 (#42478) | Olivier Cessenat | 1 | -0/+2 | |
AUTOTYPE is set by default in the 2.7.6 release, it was not previously. | |||||
2024-02-05 | py-pythran: apply patch to fix compilation with GCC 13 (#42490) | Mosè Giordano | 1 | -0/+7 | |
* py-pythran: apply patch to fix compilation with GCC 13 * Update var/spack/repos/builtin/packages/py-pythran/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2024-02-05 | edm4hep: add v0.10.4 (#42488) | Thomas Madlener | 1 | -0/+1 | |
2024-02-05 | hh-suite: apply patch to fix compilation with GCC 13 (#42489) | Mosè Giordano | 1 | -0/+6 | |
This fixes errors like ``` 294 In file included from /build_stage/spack-stage-hh-suite-3.3.0-4kkv3zqhcadpubeo63l73xq3shr7gjmh/spack-src/src/a3m_compress.cpp:8: >> 295 /build_stage/spack-stage-hh-suite-3.3.0-4kkv3zqhcadpubeo63l73xq3shr7gjmh/spack-src/src/a3m_compress.h:37:37: error: 'uint16_t' has not been declared 296 37 | void writeU16(std::ostream& file, uint16_t); 297 | ^~~~~~~~ >> 298 /build_stage/spack-stage-hh-suite-3.3.0-4kkv3zqhcadpubeo63l73xq3shr7gjmh/spack-src/src/a3m_compress.h:38:28: error: 'uint16_t' has not been declared 299 38 | void readU16(char** ptr, uint16_t &result); 300 | ^~~~~~~~ >> 301 /build_stage/spack-stage-hh-suite-3.3.0-4kkv3zqhcadpubeo63l73xq3shr7gjmh/spack-src/src/a3m_compress.h:40:37: error: 'uint32_t' has not been declared 302 40 | void writeU32(std::ostream& file, uint32_t); 303 | ^~~~~~~~ >> 304 /build_stage/spack-stage-hh-suite-3.3.0-4kkv3zqhcadpubeo63l73xq3shr7gjmh/spack-src/src/a3m_compress.h:41:27: error: 'uint32_t' has not been declared 305 41 | void readU32(char**ptr, uint32_t &result); 306 | ^~~~~~~~ ``` | |||||
2024-02-05 | ecp-data-vis-sdk: remove self-referential dependencies (#42484) | Massimiliano Culpo | 1 | -1/+1 | |
This shouldn't be an issue, but express this limitation with a conflict. | |||||
2024-02-05 | motioncor2: add v1.6.4 (#42380) | George Young | 1 | -8/+17 | |
Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk> | |||||
2024-02-05 | kentutils: update to @459, update download location & deps (#42448) | George Young | 1 | -15/+22 | |
Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk> Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> | |||||
2024-02-05 | py-pytest: add v8.0.0 (#42344) | Adam J. Stewart | 2 | -4/+10 | |
2024-02-05 | cgal: add v5.3.2 (#42378) | Tom Payerle | 1 | -0/+1 | |
2024-02-05 | star: updating to 2.7.11a (#42011) | George Young | 1 | -1/+8 | |
Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk> Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> | |||||
2024-02-05 | kripke: add adiak dependency with Caliper enabled (#42414) | David Boehme | 1 | -0/+1 | |
2024-02-05 | starpu: add release 1.4.4 (#42446) | Nathalie Furmento | 1 | -0/+1 | |
2024-02-05 | py-lightly: fix conflict definition (#42449) | Adam J. Stewart | 1 | -2/+1 | |
2024-02-05 | hiop: require RAJA when cuda is enabled (#42407) | Cameron Rutherford | 1 | -0/+3 | |
2024-02-05 | sentieon-genomics: add new version 202308.02 (#42465) | snehring | 1 | -0/+1 | |
2024-02-05 | mpfr: add v4.2.1 (#42479) | Olivier Cessenat | 1 | -0/+3 | |
2024-02-05 | py-lightning: add v2.1.4 (#42468) | Adam J. Stewart | 1 | -0/+1 | |
2024-02-05 | stripack: sets the licence SPDX (#42473) | Olivier Cessenat | 1 | -0/+5 | |
2024-02-05 | visit-ffp and visit-unv: sets the licence SPDX (#42474) | Olivier Cessenat | 2 | -0/+4 | |
2024-02-05 | ngspice: new version 42 (#42475) | Olivier Cessenat | 1 | -0/+3 | |
2024-02-05 | latex2html: new version 2024 (#42476) | Olivier Cessenat | 1 | -1/+6 | |
2024-02-05 | nlopt: new version 2.7.1 (#42477) | Olivier Cessenat | 1 | -0/+3 | |
2024-02-05 | gtkplus: add v3.24.41 and fix CUPS problems (#42480) | Michael Kuhn | 1 | -5/+9 | |
Fixes #42297 | |||||
2024-02-05 | asio: remove self-referential dependencies (#42469) | Massimiliano Culpo | 1 | -4/+2 | |
These shouldn't be an issue, but they can be expressed in terms of variants on the package. | |||||
2024-02-05 | converge: fix self-referential dependencies (#42471) | Massimiliano Culpo | 1 | -11/+3 | |
2024-02-05 | scr: fix @develop dependency versions (#42379) | Elsa Gonsiorowski, PhD | 1 | -8/+8 | |
2024-02-05 | cp2k: fix self-referential dependencies (#42472) | Massimiliano Culpo | 1 | -8/+7 | |
2024-02-05 | berkeleygw: fix self-referential dependencies (#42470) | Massimiliano Culpo | 1 | -4/+2 | |
Also, remove a couple of duplicate directives |