Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-08-07 | hipsycl: add compile options for ROCm (#45497) | Mathieu Cloirec | 1 | -31/+37 | |
Co-authored-by: cloirec <cloirec@pc54.cines.fr> | |||||
2024-08-07 | parallelio: fix install_name for on macos (#45567) | Chris Marsh | 1 | -0/+5 | |
2024-08-07 | xorg-server and xorg pkgs: Fix the build and mark protocols as build deps ↵ | Wouter Deconinck | 100 | -323/+392 | |
(#45536) | |||||
2024-08-07 | py-gevent: @:23.9.0 conflicts with py-cython@3.0.10 (#45257) (#45295) | Jeremy Guillette | 1 | -0/+6 | |
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com> | |||||
2024-08-07 | py-chex: add v0.1.86 (#45476) | Christopher Christofi | 1 | -16/+21 | |
2024-08-07 | py-torchgeo: incompatible with lightning 2.3 (#45612) | Adam J. Stewart | 1 | -0/+3 | |
2024-08-07 | py-lightning: add v2.4.0 (#45611) | Adam J. Stewart | 2 | -7/+13 | |
2024-08-07 | py-lightly: add v1.5.11 (#45610) | Adam J. Stewart | 1 | -31/+51 | |
2024-08-07 | linux-perf: Add capstone variant to build with capstone disassembler | Bernhard Kaindl | 1 | -0/+2 | |
2024-08-07 | linux-perf: If clang is in PATH, pass "CLANG=" + shutil.which("clang") | Bernhard Kaindl | 1 | -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-07 | Add linux-perf | Jordan Galby | 1 | -0/+265 | |
2024-08-07 | audit-userspace: Backport patch to fix build error | Jordan Galby | 1 | -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-07 | audit-userspace: Add 3.1.2 | Jordan GALBY | 1 | -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-07 | xmlto: Fix missing flex build dep | Jordan GALBY | 1 | -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-07 | babeltrace: Fix build minimal OS: missing pkgconfig | Jordan GALBY | 1 | -0/+1 | |
2024-08-07 | babeltrace: Add 1.5.11 for linux-perf | Jordan GALBY | 1 | -0/+1 | |
2024-08-07 | flux-pmix: correct FLUX_PMI_CLIENT_SEARCHPATH (#45277) | Konstantinos Parasyris | 1 | -2/+2 | |
2024-08-07 | biobambam2: fix test scripts to use installed binaries (#45609) | Tamara Dahlgren | 1 | -0/+8 | |
2024-08-07 | qt-base: let QtPackage base class handle module files (#45603) | Wouter Deconinck | 2 | -4/+40 | |
2024-08-07 | qt-5compat: new package for QtCore5Compat module (#45601) | Wouter Deconinck | 1 | -0/+29 | |
2024-08-07 | Add charliecloud@0.38 (#45566) | tygoetsch | 1 | -0/+1 | |
2024-08-07 | py-hail: new package (#44521) | Teague Sterling | 1 | -0/+236 | |
2024-08-06 | cmake: add v3.30.2 (#45593) | Massimiliano Culpo | 1 | -0/+1 | |
2024-08-06 | binutils: add v2.43 (#45594) | Massimiliano Culpo | 1 | -0/+1 | |
2024-08-06 | py-gcovr: add version 7.2 (#45597) | Matthieu Dorier | 1 | -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-06 | py-colorlog: added new version (#45596) | Matthieu Dorier | 1 | -0/+2 | |
* py-colorlog: added new version * py-colorlog: corrected dependency on py-setuptools | |||||
2024-08-06 | libxshmfence: add v1.3.1, v1.3.2 (#44393) | Wouter Deconinck | 1 | -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-06 | libdwarf: remove old versions with 0.10.1 (#45306) | Pranav Sivaraman | 1 | -12/+80 | |
2024-08-06 | py-anvio and py-rich-argparse: new packages (#45367) | Alex Leute | 2 | -0/+78 | |
2024-08-06 | rocksdb: add missing build dependencies (#45252) | Michael Kuhn | 1 | -0/+6 | |
2024-08-06 | Changes to DLIOProfiler and DFTracer Package (#45180) | Hariharan Devarajan | 2 | -11/+67 | |
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> | |||||
2024-08-06 | verible: Add versions 0.0.3671 and 0.0.3667 (#44660) | Dave Keeshan | 1 | -0/+10 | |
2024-08-06 | yosys: add v0.42 | Dave Keeshan | 1 | -1/+2 | |
2024-08-06 | changa: add v3.5 (#45591) | Massimiliano Culpo | 2 | -12/+44 | |
2024-08-06 | C-Blosc2: add v2.15.1 (#45582) | Axel Huebl | 1 | -1/+2 | |
2024-08-06 | Score-P: Add remapping for rocmcc (#45316) | Bill Williams | 1 | -1/+1 | |
* Score-P: Add remapping for rocmcc rocmcc -> amdclang for ScoreP * [@spackbot] updating style on behalf of wrwilliams --------- Co-authored-by: William Williams <william.williams@tu-dresden.de> Co-authored-by: wrwilliams <wrwilliams@users.noreply.github.com> | |||||
2024-08-06 | hiop: update package.py with correct cusolver_lu CMake variable (#45332) | Cameron Rutherford | 1 | -1/+1 | |
2024-08-06 | diamond: add blast support and eigen (#45254) | snehring | 1 | -0/+28 | |
Signed-off-by: Shane Nehring <snehring@iastate.edu> | |||||
2024-08-06 | py-numba4jax: add new package (#45481) | Christopher Christofi | 1 | -0/+29 | |
2024-08-06 | orca: add v6.0.0 (#45489) | alvaro-sch | 1 | -1/+8 | |
2024-08-06 | petsc, py-petsc4py: add v3.21.4 (#45506) | Satish Balay | 2 | -0/+2 | |
2024-08-06 | dbcsr: add v2.7.0 and +g2g variant (#45501) | Rocco Meli | 1 | -2/+13 | |
Co-authored-by: RMeli <RMeli@users.noreply.github.com> | |||||
2024-08-06 | gdrcopy: specify CUDA envvar during build (#45415) | Andrew W Elble | 1 | -0/+3 | |
otherwise /usr/local/cuda is used | |||||
2024-08-06 | amrex: add v24.08 (#45543) | Weiqun Zhang | 1 | -0/+1 | |
2024-08-05 | py-configspace: add main, 1.0.0, 1.0.1, 1.1.1, 1.1.2, 1.1.3, 1.1.4, fix url ↵ | Matthieu Dorier | 1 | -3/+23 | |
and fix cython dependency (#45193) * [py-configspace] fix dependency on cython * py-cython not needed starting from 1.0.0 * added py-configspace 1.0.0 and 1.0.1 * py-configspace: fix style * added py-configspace version 1.1.0 * added py-configspace version 1.1.1 * py-configspace: two more versions and new maintainer * py-configspace: fixed typo * py-configspace: added version 1.1.4 | |||||
2024-08-05 | r: add version 4.4.1 (#45564) | Christopher Christofi | 1 | -0/+1 | |
2024-08-05 | tix: skip implicit patch (#45244) | Tamara Dahlgren | 1 | -0/+5 | |
2024-08-05 | Update Truchas package for 24.06 and 24.07 (#45583) | Zach Jibben | 1 | -7/+20 | |
2024-08-05 | intel-xed: Rewrite recipe to match upstream install layout (v2) (#45155) | Jonathon Anderson | 2 | -60/+86 | |
* intel-xed: Rewrite to use mbuild install procedure Fixes https://github.com/spack/spack/issues/41268 * hpctoolkit: depend on intel-xed +deprecated-includes * intel-xed: add missing versions from 2024 * intel-xed: Verify dependencies on C/C++ compilers --------- Signed-off-by: Jonathon Anderson <anderson.jonathonm@gmail.com> | |||||
2024-08-05 | Update GFE packages (#45194) | Matt Thompson | 6 | -7/+43 | |
* Update GFE packages * Approve compiler depends_on |