summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-08-08vtk-m: update vtk-m to 2.2.0 (#45544)Vicente Bolea2-6/+83
2024-08-08Remove `Compiler.PrgEnv*` attributes (#45615)Massimiliano Culpo9-30/+1
2024-08-08hepmc3: add v3.3.0 (#45617)Wouter Deconinck1-1/+2
2024-08-08intel-oneapi-2024.2.1 (#45618)Andrey Perestoronin13-0/+83
2024-08-08`openblas` : fix `install_name` on macos (#45606)Chris Marsh1-1/+6
2024-08-08py-glean-sdk: add 60.5.0 and fix 60.0.1 checksum (#45630)Teague Sterling1-1/+2
Signed-off-by: Teague Sterling <teaguesterling@gmail.com> Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
2024-08-08Compiler wrapper: add env var to pass vcheck flags (#44588)Dom Heinzeller5-37/+110
Fixes #43494 Add a set of environment variables SPACK_ALWAYS_CFLAGS (etc.) that are always applied by the compiler wrapper. Unlike SPACK_CFLAGS, for example, these will also be applied to version checks (both SPACK_CFLAGS and SPACK_ALWAYS_CFLAGS will be applied to the other invocation modes like ccld etc.). Using this new functionality, the classic Intel and oneAPI compilers are updated to pass compiler flags that disable warning messages when newer versions are invoked via their older binary names (these warnings were also generated for version checks, hence the need for a new wrapper variable). --------- Co-authored-by: Peter Josef Scheibel <scheibel1@llnl.gov>
2024-08-08build(deps): bump docker/build-push-action from 6.5.0 to 6.6.1 (#45623)dependabot[bot]1-1/+1
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.5.0 to 6.6.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/5176d81f87c23d6fc96624dfdbcd9f3830bbe445...16ebe778df0e7752d2cfcbd924afdbbd89c1a755) --- 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-08-07hipsycl: remove myself from maintainers (#45616)Federico Ficarelli1-2/+0
2024-08-07Add py-gmsh package (#45409)teddy2-0/+46
Co-authored-by: chantrait <teddy.chantrait@cea.fr>
2024-08-07namd: add compile options for ROCm (#45553)BOUDAOUD341-1/+12
* namd:add compile options for ROCm * Combine --rocm-prefix and its value in a single opts.extend call to ensure they remain ordered correctly and improve code robustness. * Standardize the code and add ROCm conflicts * add single_node_gpu conflict --------- Co-authored-by: U-PALLAS\boudaoud <boudaoud@pc44.pallas.cines.fr>
2024-08-07PyTorch: add support for the UCC distributed backend (#45598)Adam J. Stewart2-14/+18
2024-08-07MIOpen-hip , RocFFT packages: fix miopendriver failure and build failure ↵Sreenivasa Murthy Kolam2-0/+4
with centos-8 os (#45429) * MIOpen-hip package: fix miopendriver failure with centos-8 os * fix the centos-8 build error with lstdc++
2024-08-07openfoam-org: Add new version 11 (#39771)kjrstory1-0/+1
2024-08-07libxcvt: new package (#44640)Teague Sterling1-0/+16
* Adding libxcvt package Signed-off-by: Teague Sterling <teaguesterling@gmail.com> * [@spackbot] updating style on behalf of teaguesterling * Update package.py * Update package.py * updating checksum after swithc to x.org mirror Signed-off-by: Teague Sterling <teaguesterling@gmail.com> --------- Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
2024-08-07hipsycl: add compile options for ROCm (#45497)Mathieu Cloirec1-31/+37
Co-authored-by: cloirec <cloirec@pc54.cines.fr>
2024-08-07parallelio: fix install_name for on macos (#45567)Chris Marsh1-0/+5
2024-08-07xorg-server and xorg pkgs: Fix the build and mark protocols as build deps ↵Wouter Deconinck100-323/+392
(#45536)
2024-08-07py-gevent: @:23.9.0 conflicts with py-cython@3.0.10 (#45257) (#45295)Jeremy Guillette1-0/+6
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
2024-08-07py-chex: add v0.1.86 (#45476)Christopher Christofi1-16/+21
2024-08-07py-torchgeo: incompatible with lightning 2.3 (#45612)Adam J. Stewart1-0/+3
2024-08-07py-lightning: add v2.4.0 (#45611)Adam J. Stewart2-7/+13
2024-08-07py-lightly: add v1.5.11 (#45610)Adam J. Stewart1-31/+51
2024-08-07linux-perf: Add capstone variant to build with capstone disassemblerBernhard Kaindl1-0/+2
2024-08-07linux-perf: If clang is in PATH, pass "CLANG=" + shutil.which("clang")Bernhard Kaindl1-0/+8
When clang is installed I get `clang: Permission denied`. Setting CLANG to the full path of clang fixes this. Signed-off-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
2024-08-07Add linux-perfJordan Galby1-0/+265
2024-08-07audit-userspace: Backport patch to fix build errorJordan Galby1-0/+6
Fix build error: ``` 1711 ../../../py-compile: line 125: test: found: integer expression expected 1712 ../../../py-compile: line 137: python: command not found >> 1713 make[4]: *** [Makefile:521: install-pyexecPYTHON] Error 127 ```
2024-08-07audit-userspace: Add 3.1.2Jordan GALBY1-0/+1
Fixes build errors on almalinux 8 gcc 8.5.0: ```txt 1352 audit_wrap.c: In function '_wrap_audit_rule_data_buf_set': >> 1353 audit_wrap.c:5010:17: error: cast specifies array type 1354 arg1->buf = (char [])(char *)memcpy(malloc((size)*sizeof(char)), (const char *)(arg2), sizeof(char)*(size)); 1355 ^ >> 1356 audit_wrap.c:5010:15: error: invalid use of flexible array member 1357 arg1->buf = (char [])(char *)memcpy(malloc((size)*sizeof(char)), (const char *)(arg2), sizeof(char)*(size)); 1358 ^ >> 1359 audit_wrap.c:5012:15: error: invalid use of flexible array member 1360 arg1->buf = 0; 1361 ^ ```
2024-08-07xmlto: Fix missing flex build depJordan GALBY1-0/+1
Fixes error: ```txt 3 errors found in build log: 61 ==> xmlto: Executing phase: 'build' 62 ==> [2023-10-26-09:48:35.425903] 'make' '-j16' 'V=1' 63 make all-am 64 make[1]: Entering directory '/tmp/root/spack-stage/spack-stage-xmlto-0.0.28-huuygrp4qasytrezg774yavnnaxzgp2e/spack-src' 65 /bin/sh ./ylwrap xmlif/xmlif.l .c xmlif/xmlif.c -- /bin/sh /tmp/root/spack-stage/spack-stage-xmlto-0.0.28-huuygrp4qasytrezg774yavnnaxzgp2e/spack-src/missing flex 66 /tmp/root/spack-stage/spack-stage-xmlto-0.0.28-huuygrp4qasytrezg774yavnnaxzgp2e/spack-src/missing: line 81: flex: command not found >> 67 WARNING: 'flex' is missing on your system. 68 You should only need it if you modified a '.l' file. 69 You may want to install the Fast Lexical Analyzer package: 70 <http://flex.sourceforge.net/> >> 71 make[1]: *** [Makefile:757: xmlif/xmlif.c] Error 127 72 make[1]: Leaving directory '/tmp/root/spack-stage/spack-stage-xmlto-0.0.28-huuygrp4qasytrezg774yavnnaxzgp2e/spack-src' >> 73 make: *** [Makefile:584: all] Error 2 ```
2024-08-07babeltrace: Fix build minimal OS: missing pkgconfigJordan GALBY1-0/+1
2024-08-07babeltrace: Add 1.5.11 for linux-perfJordan GALBY1-0/+1
2024-08-07flux-pmix: correct FLUX_PMI_CLIENT_SEARCHPATH (#45277)Konstantinos Parasyris1-2/+2
2024-08-07Fix SIP build system installing files into python-venv (#45360)Jordan Galby1-0/+4
For example: spack install py-pyqt5 or py-pyqt6 would install pylupdate5 pyrcc5 and pyuic5 into in python-venv's install prefix. Fix https://github.com/spack/spack/issues/45359
2024-08-07biobambam2: fix test scripts to use installed binaries (#45609)Tamara Dahlgren1-0/+8
2024-08-07qt-base: let QtPackage base class handle module files (#45603)Wouter Deconinck2-4/+40
2024-08-07qt-5compat: new package for QtCore5Compat module (#45601)Wouter Deconinck1-0/+29
2024-08-07Add charliecloud@0.38 (#45566)tygoetsch1-0/+1
2024-08-07py-hail: new package (#44521)Teague Sterling1-0/+236
2024-08-07build(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6 (#45608)dependabot[bot]1-2/+2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.5 to 4.3.6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/89ef406dd8d7e03cfd12d9e0a4a378f454709029...834a144ee995460fba8ed112a2fc961b36a5ec5a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-06cmake: add v3.30.2 (#45593)Massimiliano Culpo1-0/+1
2024-08-06binutils: add v2.43 (#45594)Massimiliano Culpo1-0/+1
2024-08-06py-gcovr: add version 7.2 (#45597)Matthieu Dorier1-0/+5
* py-gcovr: add version 7.2 * py-gcovr: fix dependency on py-tomli --------- Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
2024-08-06py-colorlog: added new version (#45596)Matthieu Dorier1-0/+2
* py-colorlog: added new version * py-colorlog: corrected dependency on py-setuptools
2024-08-06libxshmfence: add v1.3.1, v1.3.2 (#44393)Wouter Deconinck1-2/+11
* libxshmfence: add v1.3.1, v1.3.2 * libxshmfence: fix url_for_version * libxshmfence: url_for_version without spec.satisfies * libxshmfence: mv url_for_version after directives --------- Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
2024-08-06libdwarf: remove old versions with 0.10.1 (#45306)Pranav Sivaraman1-12/+80
2024-08-06py-anvio and py-rich-argparse: new packages (#45367)Alex Leute2-0/+78
2024-08-06rocksdb: add missing build dependencies (#45252)Michael Kuhn1-0/+6
2024-08-06Changes to DLIOProfiler and DFTracer Package (#45180)Hariharan Devarajan2-11/+67
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2024-08-06verible: Add versions 0.0.3671 and 0.0.3667 (#44660)Dave Keeshan1-0/+10
2024-08-06yosys: add v0.42Dave Keeshan1-1/+2