Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-19 | openblas: add patches to build with clang (#39138) | Aiden Grossman | 3 | -0/+50 | |
2023-12-19 | removing deprecated: recipes tower-agent and tower-cli, as nf- prefixed ↵ | Dr Marco Claudio De La Pierre | 2 | -109/+0 | |
recipes available (#41576) Signed-off-by: Dr Marco Claudio De La Pierre <marco.delapierre@seqera.io> | |||||
2023-12-19 | lbann: relax the requirement on protobuf (#41591) | Brian Van Essen | 1 | -1/+1 | |
2023-12-19 | easi: specify better the impalajit dependency (#41637) | Thomas-Ulrich | 1 | -2/+2 | |
2023-12-19 | pcre: ensure consistency between autotools and cmake builds (#41644) | Wouter Deconinck | 1 | -16/+30 | |
Co-authored-by: wdconinc <wdconinc@users.noreply.github.com> | |||||
2023-12-19 | legion: do not set HIP_PATH env variable (#41660) | Richard Berger | 2 | -5/+4 | |
* legion: do not set HIP_PATH env variable * flecsi: workaround Legion CMake for +rocm | |||||
2023-12-19 | openmpi: allow external libevent in general case (#41686) | Howard Pritchard | 1 | -1/+2 | |
add a internal-libevent variant to add an out. related to #41549 Signed-off-by: Howard Pritchard <howardp@lanl.gov> | |||||
2023-12-19 | tau : v2.33.1 and later requires otf2 v3 (#41691) | wspear | 1 | -1/+2 | |
2023-12-19 | legion: inject correct mpicc to embedded GASnet slingshot11 config (#41701) | Richard Berger | 1 | -0/+9 | |
2023-12-19 | ufs-weather-model: add build dependency (#41724) | Tom Payerle | 1 | -0/+1 | |
2023-12-19 | PyTorch: update ecosystem (#41713) | Adam J. Stewart | 4 | -0/+7 | |
2023-12-19 | samtools: add v1.19 (#41634) | James Beal | 3 | -0/+11 | |
Co-authored-by: James Beal <jb23@sanger.ac.uk> | |||||
2023-12-19 | ut: add v2.0.0 and v2.0.1 (#41771) | Mikael Simberg | 1 | -0/+2 | |
2023-12-19 | xyce: remove CMake test for all compilers (#41679) | Paul Kuberry | 2 | -17/+11 | |
2023-12-19 | intel-mpi-benchmarks: add v2021.7, v2021.6, v2021.5, v2021.4 (#41730) | Jack Morrison | 1 | -0/+4 | |
2023-12-19 | creduce: fix build of `@develop` (#41258) | Pramod Kumbhar | 1 | -0/+1 | |
2023-12-19 | uthash: add new package (#41732) | Christopher Christofi | 1 | -0/+20 | |
2023-12-19 | acts: new versions 31.* (#41733) | Wouter Deconinck | 1 | -0/+3 | |
This adds three new versions in the 31.* series. Release notes of 31.0.0 at https://github.com/acts-project/acts/releases/tag/v31.0.0. No changes to the CMakeLists.txt files that need addressing in the package recipe. The only new feature I'm a bit concerned about is https://github.com/acts-project/acts/pull/2626, which replaces testing for C++20 concepts support by the feature-testing macro `__cpp_concepts`, which is also a C++20 feature. So technically we now should require `cxxstd=20` even though Acts itself still allows (and defaults to) 17. Judging by https://en.cppreference.com/w/cpp/compiler_support/20, the support for feature-testing macros was added very early by most compilers. | |||||
2023-12-19 | whizard: fix support for building with hepmc output (#41538) | Thomas Madlener | 1 | -17/+21 | |
2023-12-19 | flexiblas: explicitly set SYSCONFDIR (#41748) | Wouter Deconinck | 1 | -0/+3 | |
As of CMake 3.4, [GNUInstallDirs](https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html) treats `SYSCONFDIR` differently for a prefix that starts with `/opt`, then "the SYSCONFDIR value etc becomes /etc/opt/...." In the case of flexiblas, that results in failing attempts to write files to a system directory. Since [flexiblas version 1](https://github.com/mpimd-csc/flexiblas/commit/0f2d2c76594ed27c9315f3736ff7d2727223620a#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20aR16), we can override SYSCONFDIR with our own defines. | |||||
2023-12-19 | rebayes: add v1.2.2 (#41749) | snehring | 1 | -0/+5 | |
2023-12-19 | kalign: add v3.4.0 (#41758) | Christopher Christofi | 1 | -5/+15 | |
Co-authored-by: Rocco Meli <r.meli@bluemail.ch> | |||||
2023-12-19 | julia: set compatibility with `suite-sparse` (#41754) | Mosè Giordano | 1 | -0/+1 | |
2023-12-19 | gnina: add version 1.1 (#41762) | Rocco Meli | 1 | -0/+1 | |
2023-12-19 | tnftp: new package (#41763) | Arne Becker | 1 | -0/+22 | |
2023-12-19 | libxml2: correct improper use of base builder meta (#41760) | John W. Parent | 1 | -4/+3 | |
2023-12-18 | podio: Add latest tag 0.17.4 (#41735) | Thomas Madlener | 1 | -0/+1 | |
2023-12-18 | gcc: fix run environment variables not being exported in environments (#41729) | Michael Kuhn | 1 | -1/+3 | |
Since views use symlinks, all compiler binaries were skipped in this case. Instead, only skip them if their target does not exist. | |||||
2023-12-18 | pika-algorithms: Add upper bound for pika version (#41736) | Mikael Simberg | 1 | -5/+5 | |
2023-12-18 | glib: add v2.78.3 (#41697) | Michael Kuhn | 1 | -0/+1 | |
2023-12-17 | py-plum-dispatch: add new package (#41536) | Christopher Christofi | 1 | -0/+23 | |
* py-plum-dispatch: add new package * Update var/spack/repos/builtin/packages/py-plum-dispatch/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2023-12-17 | py-htgettoken: use os.environ, avoid AttributeError (#41717) | Wouter Deconinck | 1 | -2/+2 | |
* py-htgettoken: use os.environ, avoid AttributeError This avoids the following error: ``` Warning: could not load runtime environment due to AttributeError: 'EnvironmentModifications' object has no attribute 'get' ``` * py-htgettoken: allow for undefined variables * py-htgettoken: use dict get() Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2023-12-17 | qt: apply patch for apple-clang@15: (#41695) | Wouter Deconinck | 1 | -0/+8 | |
2023-12-17 | py-pyopenssl: add version 18.0.0 (#41709) | Christopher Christofi | 1 | -1/+3 | |
2023-12-17 | py-sortedcontainers: add new version 2.4.0 (#41652) | Christopher Christofi | 1 | -0/+1 | |
2023-12-17 | py-python-utils: add version 2.7.1 (#41653) | Christopher Christofi | 1 | -1/+2 | |
2023-12-17 | py-pyasn1: add version 0.4.3 (#41654) | Christopher Christofi | 1 | -0/+1 | |
2023-12-17 | py-cryptography: add version 2.8 (#41621) | Christopher Christofi | 1 | -0/+1 | |
2023-12-17 | py-lxml: add new version 4.4.2 (#41623) | Christopher Christofi | 1 | -0/+1 | |
2023-12-17 | py-progressbar2: add version 3.43.1 (#41624) | Christopher Christofi | 1 | -0/+1 | |
2023-12-17 | py-fenics-dolfinx: update for v0.7.2 (#41394) | Garth N. Wells | 1 | -4/+12 | |
* Update for v0.7.2 * Dependency fix * Dep type fix | |||||
2023-12-16 | py-optax: add new package (#41278) | Christopher Christofi | 1 | -0/+25 | |
* py-optax: add new package with version 0.1.7 * Update var/spack/repos/builtin/packages/py-optax/package.py Co-authored-by: Manuela Kuhn <36827019+manuelakuhn@users.noreply.github.com> --------- Co-authored-by: Manuela Kuhn <36827019+manuelakuhn@users.noreply.github.com> | |||||
2023-12-17 | py-jupyterlab: Use the correct version dependency for jinja2 (#41543) | Thomas Madlener | 1 | -1/+1 | |
2023-12-17 | Add new python package to spack - py-pygame (game development package) (#41477) | Henrique Finger Zimerman | 1 | -0/+23 | |
Add pygame to spack | |||||
2023-12-16 | py-poetry: Add version 1.6.1 (#41291) | Lydéric Debusschère | 8 | -35/+90 | |
* py-poetry: Add version 1.6.1 * py-poetry-core: Add version 1.7.0 * py-dulwich: Add version 0.21.6 * py-installer: Add version 0.7.0 * py-keyring: Add version 24.3.0 * py-poetry-plugin-export: Add version 1.6.0 * py-cachecontrol: Add version 0.13.0 * py-xattr: Add version 0.10.1, py-poetry dependence on darwin platform * py-cachecontrol: fix typo * py-cachecontrol: add version 0.13.1 * py-dulwich: remove version constraint on python, sort dependences, add py-typing-extensions dependence * py-poetry-core: add version constraint on python * py-poetry-plugin-export: fix python dependence, sort dependences * py-poetry: sort dependences, fix dependences with respect to reviewing * py-cachecontrol: fix typo * py-poetry-plugin-export: comment py-poetry dependence; py-poetry: fix py-build dependence --------- Co-authored-by: LydDeb <lyderic.debusschere@eolen.com> | |||||
2023-12-15 | libfabric: Add uring variant (#41563) | Kyle Gerheiser | 1 | -0/+6 | |
* libfabric: Add uring variant * Remove tcp fabric requirement for uring * Fix style and use spec.satisfies | |||||
2023-12-15 | perl-rose-object: New package (#41715) | Arne Becker | 1 | -0/+28 | |
Adds Rose::Object | |||||
2023-12-15 | perl-compress-lzo: New package (#41716) | Arne Becker | 1 | -0/+30 | |
Adds Compress::LZO | |||||
2023-12-15 | perl-dbd-oracle: New package (#41719) | Arne Becker | 1 | -0/+34 | |
2023-12-15 | clingo: patch clingo to allow for build with modern msvc (#41188) | John W. Parent | 2 | -0/+31 | |