Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-22 | Remove deprecated versions from packages (#41031) | Adam J. Stewart | 87 | -3424/+100 | |
For now, this only includes packages that I personally maintain. Notable removals: * Anaconda 2 * Catalyst * Ancient numpy/scipy * Ancient PyTorch * Ancient Bazel/TF | |||||
2023-12-22 | llvm: fix llvm@14 build with apple-clang-15 (#40191) | Laurent Aphecetche | 2 | -0/+33 | |
* llvm: fix llvm@14 build with apple-clang-15 * fix formatting --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2023-12-22 | costa: add missing dependency (#41829) | Simon Pintarelli | 1 | -0/+1 | |
2023-12-22 | GDAL: add v3.8.2 (#41795) | Adam J. Stewart | 1 | -0/+1 | |
2023-12-22 | ReSolve: Add version 0.99.1 (#41802) | pelesh | 1 | -1/+6 | |
* ReSolve: Add version 0.99.1 * [@spackbot] updating style on behalf of pelesh --------- Co-authored-by: pelesh <pelesh@users.noreply.github.com> | |||||
2023-12-22 | kealib: add version 1.5.3 (#41804) | Sam Gillingham | 1 | -1/+2 | |
2023-12-21 | sqlite: add NMake build system for Windows (#41761) | John W. Parent | 1 | -36/+71 | |
2023-12-21 | Tcl: add nmake system for Windows (#41759) | John W. Parent | 1 | -62/+88 | |
2023-12-21 | Compilers can inject first order rules into the solver | Massimiliano Culpo | 7 | -70/+103 | |
* Restore PackageBase class, and modify only ASP This prevents a noticeable slowdown in concretization due to the number of directives involved. * Fix issue with 'clang' being preferred to 'gcc', due to runtime version weights * Constraints on runtimes are declared by compilers The declaration of available runtime versions, and of their compatibility constraints are in the associated compiler class. Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com> | |||||
2023-12-21 | gcc-runtime: add separate package for gcc runtime libs | Harmen Stoppels | 1 | -0/+222 | |
The gcc-runtime package adds a separate node for gcc's dynamic runtime libraries. This should help with: 1. binary caches where rpaths for compiler support libs cannot be relocated because the compiler is missing on the target system 2. creating "minimal" container images The package is versioned like `gcc` (in principle it could be unversioned, but Spack doesn't always guarantee not mixing compilers) | |||||
2023-12-21 | intel-oneapi-compilers and intel-oneapi-ccl: added new version to packages ↵ | Andrey Perestoronin | 2 | -2/+12 | |
(#41807) * added new packages * compiler package * fix link in ccl * fix another links in ccl | |||||
2023-12-20 | Add missing import to packages (#41791) | Massimiliano Culpo | 4 | -5/+8 | |
2023-12-20 | Fujitsu packages: require %fj (#41755) | Massimiliano Culpo | 3 | -32/+4 | |
These packages were written before the "requires" directive, and so they are conflicting with all compilers but Fujitsu to express they _require_ `%fj` | |||||
2023-12-20 | Add detection tests for XL compilers (#41743) | Massimiliano Culpo | 2 | -0/+29 | |
2023-12-19 | GDAL: Ensure a spack libproj is used instead of a system libproj (#41785) | Chris Marsh | 1 | -0/+8 | |
* Ensure a spack libproj is used instead of a system libproj when libproj < 8. spack/spack/issues/41299 * Fix style as per ci-bot * Fix style as per ci-bot * Ensure 3.5:3.8. Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2023-12-19 | intel-oneapi-compilers 2024.0.2 (#41778) | Andrey Perestoronin | 2 | -1/+12 | |
* new compiler packages * Fix ifort version number --------- Co-authored-by: Robert Cohn <rscohn2@gmail.com> | |||||
2023-12-19 | Require target=x86_64 for some packages (#41633) | Annop Wongwathanarat | 4 | -0/+6 | |
This resolves issue #41148 | |||||
2023-12-19 | Skip 'icc.patch' in var/spack/repos/builtin/packages/py-gevent/package.py ↵ | Dom Heinzeller | 1 | -1/+1 | |
for py-gevent@23.7.0+ (#41568) | |||||
2023-12-19 | Add an audit to prevent virtual packages with variants specified (#41747) | Massimiliano Culpo | 11 | -15/+99 | |
Currently, a virtual spec is composed of just a name and a version. When a virtual spec contains other components, such as variants, Spack won't emit warnings or errors but will silently drop them - which is unexpected by users. | |||||
2023-12-19 | adios2: fix build failure in 2.7.1 (#41753) | Ben Wibking | 2 | -0/+27 | |
2023-12-19 | umpire: backport -fcompare-debug-second flag removal (#41506) | Mikael Simberg | 1 | -0/+7 | |
2023-12-19 | ffmpeg: mostly build fixes (#41050) | Martin Aumüller | 1 | -2/+21 | |
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. |