summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-03-20Remove optimization criterion on OS mismatches (#43282)Massimiliano Culpo1-20/+0
2024-03-20heffte: Update MKL dependency to intel-oneapi-mkl (#43273)G-Ragghianti1-1/+1
2024-03-20lua-sol2: merge duplicate sol2 package into it (#43155)Richard Berger2-31/+11
2024-03-20fmt: Add master branch as version (#43239)Mikael Simberg1-0/+1
2024-03-20py-snoop: new package (#42945)jmlapre1-0/+25
2024-03-20py-keras: add v3.1.0 (#43268)Adam J. Stewart1-3/+9
2024-03-19mgard: disable C++11 warning also for apple-clang@15 (#43170)Martin Aumüller1-0/+2
2024-03-19aocl-sparse: fix inconsistency in dependency logic (#43259)AMD Toolchain Support1-1/+1
2024-03-19amdblibm: add support for parallel build (#43258)AMD Toolchain Support1-1/+2
2024-03-19scorep: add conflict for ROCm6 (#43240)Bill Williams1-0/+2
Co-authored-by: William Williams <william.williams@tu-dresden.de> Co-authored-by: wrwilliams <wrwilliams@users.noreply.github.com>
2024-03-19apex: add v2.6.5 (#43242)Mikael Simberg1-0/+1
2024-03-19gnutls: add v3.8.3 (#43229)Alec Scott1-0/+7
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
2024-03-19n2p2: add --no-print-directory flag to calls to "make" (#43196)Tom Payerle1-4/+6
This should fix issue #43192 Basically, had issue where a make variable was set to the output of a shell function which included cd commands, and then the value of that variable used as a makefile target. The cd commands in the shell function caused assorted informational messages (e.g. "Entering directory ...") which got included in the return of the shell function, corrupting the value of the variable. The presence of colons in the corrupted value caused make to issue "multiple target" erros. This fix adds --no-print-directory flags to the calls to the make function in the package's build method, which resolves the issue above. It is admittedly a crude fix, and will remove *all* informational messages re directory changes, thereby potentially making it more difficult to diagnose/debug future issues building this package. However, I do not see a way for to turn off these messages in a more surgical manner.
2024-03-19ffmpeg: Fix patch hash (#43269)Rémi Lacroix1-1/+1
2024-03-19slate: add v2023.11.05 (#42913)G-Ragghianti2-0/+27
* Updated version of slate * Added rocm version conflict * Added patch to fix openMP problem
2024-03-19WGL: Update `libs` for new archspec on Win (#43253)John W. Parent1-1/+1
2024-03-19cmake: deprecate old patch releases and add missing gmake dep (#43261)Harmen Stoppels1-112/+322
2024-03-19mgard: don't restrict protobuf version more than necessary (#43172)Martin Aumüller1-1/+5
* mgard: don't restrict protobuf version more than necessary successfully built: mgard@2022-11-18 ^protobuf@3.{4,21,25} mgard@2023-01-10 ^protobuf@3.{4,25} mgard@2023-03-31 ^protobuf@3.{4,25} compile failures: mgard@2022-11-18 ^protobuf@3.3 mgard@2023-01-10 ^protobuf@3.3 mgard@2023-03-31 ^protobuf@3.3 * mgard: add conflicts to address CI errors * mgard: conflict between cuda and abseil@20240116.1 compiling mgard+cuda with gcc@12.3.0 and nvcc from cuda@12.3.0 against protobuf pulling in abseil-cpp@20240116.1 results in the errors reported here: https://github.com/abseil/abseil-cpp/issues/1629
2024-03-18package/py-setuptools_add_new_versions (#43180)Sinan1-0/+20
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
2024-03-18sgpp: update dependency versions (#43178)Gregor Daiß1-17/+19
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2024-03-18py-wand: add v0.6.13 (#42972)Sinan1-0/+2
2024-03-18fujitsu-mpi: add gcc and clang support (#43053)jdomke1-9/+27
Co-authored-by: domke <673751-domke@users.noreply.gitlab.com>
2024-03-18netcdfc: consider static build in pkgconf filtering (#43084)John W. Parent1-3/+3
2024-03-18py-optax: add new version (#43169)Christopher Christofi1-2/+5
2024-03-18build(deps): bump docker/setup-buildx-action from 3.1.0 to 3.2.0 (#43204)dependabot[bot]1-1/+1
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/0d103c3126aa41d772a8362f6aa67afac040f80c...2b51285047da1547ffb1b2203d8be4c0af6b1f20) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-18build(deps): bump docker/build-push-action from 5.2.0 to 5.3.0 (#43205)dependabot[bot]1-1/+1
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/af5a7ed5ba88268d5278f7203fb52cd833f66d6e...2cdde995de11925a030ce8070c3d77a52ffcf1c0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-18telocal: add new package (#43241)George Young1-0/+21
Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk>
2024-03-18llvm-amdgpu: add rpath to HIP rt (#42876)afzpatel1-0/+7
2024-03-18use directives in some packages (#43238)Harmen Stoppels12-16/+18
2024-03-18fzf: add v0.48.0 (#43230)Alec Scott1-0/+1
2024-03-18scorep: add v8.4 (#43225)wspear1-0/+1
2024-03-18intel-gtpin: add version 4.0 (#43216)Wileam Y. Phan1-0/+6
2024-03-18py-cutadapt: updating to @4.7 (#43214)George Young2-9/+13
Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk>
2024-03-18py-shacl: new version, update dependencies (#42905)Matthias Wolf4-4/+17
* py-shacl: new version, update dependencies Also updates the dependencies py-prettytable and py-rdflib. * review comments * Update var/spack/repos/builtin/packages/py-pyshacl/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * py-poetry-core: add required 1.8.1 --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2024-03-18py-geopandas: add new version 0.14.3 (#43235)Christopher Christofi1-0/+7
* py-geopandas: add new version * add when specification on setuptools requirement
2024-03-18py-pyshp: add new version (#43234)Christopher Christofi1-0/+1
2024-03-18py-branca: add new package (#43236)Christopher Christofi1-0/+22
2024-03-18rocm-smi-lib: remove standalone test and add build time test (#43129)afzpatel1-66/+6
2024-03-18Fix CMake generator documentation (#43232)Pieter P1-1/+1
2024-03-18performance: avoid `jinja2` import at startup unless needed (#43237)Todd Gamblin1-2/+2
`jinja2` can be a costly import, and right now it happens at startup every time we run Spack. This slows down `spack --print-shell-vars` a bit, which is needed by `setup-env.*sh`.
2024-03-18zlib-ng: add variant new_strategies (#43219)Sergey Kosukhin1-0/+4
2024-03-18gcc 12.3 ICE patch for aarch64 (#43093)Simon Pintarelli1-0/+14
* gcc12.3 patch for ICE on aarch64 * aarch64 ICE patch for gcc@13.2
2024-03-17Remove bundled fmt (#43210)Thomas Padioleau3-13/+8
2024-03-16geant4: add matinainer, clean args (#43218)Seth R. Johnson1-4/+4
2024-03-15build(deps): bump black from 24.2.0 to 24.3.0 in /lib/spack/docs (#43228)dependabot[bot]1-1/+1
Bumps [black](https://github.com/psf/black) from 24.2.0 to 24.3.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.2.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-15build(deps): bump black in /.github/workflows/style (#43227)dependabot[bot]1-1/+1
Bumps [black](https://github.com/psf/black) from 24.2.0 to 24.3.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.2.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-15py-black: add v24.3.0 (#43226)Adam J. Stewart1-0/+1
2024-03-15geant4: patch old versions to work on new compiler/ubuntu (#43212)Seth R. Johnson2-0/+101
* geant4: patch old version for %clang@15 * Backport ascii-V10-07-03 * Apply to all compilers, but only for 10.5-10.6
2024-03-15New patch release SLEPc 3.20.2 (#43211)Jose E. Roman2-0/+2
2024-03-15pandora{pfa,sdk,monitoring}: new HEP package for particle flow analysis (#37714)Wouter Deconinck3-0/+151
* pandorapfa: new package * pandorasdk: new package * [@spackbot] updating style on behalf of wdconinc * pandorasdk: use self.define * pandoramonitoring: new package * pandorasdk: new version 3.4.2 * pandora{pfa,sdk,monitoring}: add maintainer jmcarcell Co-authored-by: Juan Miguel Carceller <22276694+jmcarcell@users.noreply.github.com> * pandora{pfa,sdk,monitoring}: add maintainer jmcarcell Co-authored-by: Juan Miguel Carceller <22276694+jmcarcell@users.noreply.github.com> * pandora{pfa,sdk,monitoring}: add maintainer jmcarcell Co-authored-by: Juan Miguel Carceller <22276694+jmcarcell@users.noreply.github.com> --------- Co-authored-by: wdconinc <wdconinc@users.noreply.github.com> Co-authored-by: Juan Miguel Carceller <22276694+jmcarcell@users.noreply.github.com>