summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2024-09-28py-fluidsim-core and py-fluidsim: add new packages (#46438)Pierre Augier8-0/+76
2024-09-27rust: fix bootstrap dependency version typo (#46620)Alec Scott1-1/+1
2024-09-27sbcl-bootstrap: add darwin binaries (#46617)Asher Mancinelli1-23/+46
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
2024-09-27Better shell completion support for packages (#44756)Alec Scott5-1/+71
2024-09-27Spec.splice: Allow splices when multiples nodes in the DAG share a name (#46382)Greg Becker1-0/+24
The current `Spec.splice` model is very limited by the inability to splice specs that contain multiple nodes with the same name. This is an artifact of the original algorithm design predating the separate concretization of build dependencies, which was the first feature to allow multiple specs in a DAG to share a name. This PR provides a complete reimplementation of `Spec.splice` to avoid that limitation. At the same time, the new algorithm ensures that build dependencies for spliced specs are not changed, since the splice by definition cannot change the build-time information of the spec. This is handled by splitting the dependency edges and link/run edges into separate dependencies as needed. Signed-off-by: Gregory Becker <becker33@llnl.gov>
2024-09-27openimageio: update to v2.5.15.0, old versions not buildable anymore (#46045)Beat Reichenbach1-18/+15
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
2024-09-27rust-bindgen: add v0.66.0 -> v0.69.4 (#45392)Teague Sterling1-13/+15
* rust-bindgen: add v0.66.0,v0.66.1,v0.68.1,v0.69.0-v0.69.4 & change build system to cargo Signed-off-by: Teague Sterling <teaguesterling@gmail.com> * fix dep Signed-off-by: Teague Sterling <teaguesterling@gmail.com> * [@spackbot] updating style on behalf of teaguesterling * Update var/spack/repos/builtin/packages/rust-bindgen/package.py Co-authored-by: Alec Scott <hi@alecbcs.com> --------- Signed-off-by: Teague Sterling <teaguesterling@gmail.com> Co-authored-by: Alec Scott <hi@alecbcs.com>
2024-09-27gperftools: Add 2.16 (#46606)Mikael Simberg1-0/+3
2024-09-27charmpp: build fix for aocc (#45826)AMD Toolchain Support1-0/+7
2024-09-27axom/stand-alone tests: build and run in test stage directory (#46421)Tamara Dahlgren1-25/+21
* axom/stand-alone tests: build and run in test stage directory * Removed unused glob * axom/stand-alone tests: add example_stage_dir variable for clarity
2024-09-27py-altair: add v5.4.1 (#46461)吴坎2-6/+33
* Update py-altair@5.4.1 * Update * Update var/spack/repos/builtin/packages/py-altair/package.py Co-authored-by: Wouter Deconinck <wdconinc@gmail.com> * Update var/spack/repos/builtin/packages/py-altair/package.py Co-authored-by: Wouter Deconinck <wdconinc@gmail.com> --------- Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
2024-09-27legion: add 24.09.0 (#46592)Elliott Slaughter1-0/+1
2024-09-27- added rust versions (#46597)Ashim Mahara2-0/+13
2024-09-27acfl: remove gcc oriented PATH / LD_LIBRARY_PATH (#46594)dslarm1-22/+0
2024-09-27py-jarvis-util: add master version (#46599)H. Joe Lee1-0/+1
2024-09-27mpas-model: enable oneapi compiler (#46457)Stephen Sachs1-1/+6
Co-authored-by: stephenmsachs <stephenmsachs@users.noreply.github.com>
2024-09-27aspell: various fixes and updates (#46383)Richard Berger3-0/+16
SimpleFilesystemView was producing an error due to looking for a <prefix>/lib/.spack folder. Also, view_destination had no effect and wasn't called. Changed this by instead patching in the correct installation prefix for dictionaries. Since aspell is using the resolved path of the executable prefix, the runtime environment variable ASPELL_CONF is set to correct the prefix when in a view. With this change aspell can now find installed dictionaries. Verified with: aspell dump config aspell dump dicts
2024-09-27texlive: fixup mtxrun for 2024 version (#46465)Richard Berger1-1/+10
2024-09-27CP2K: fix .mod file incompatibility on ROCm by using USE, INTRINSIC d… ↵BOUDAOUD341-25/+38
(#45848) Co-authored-by: U-PALLAS\boudaoud <boudaoud@pc44.pallas.cines.fr>
2024-09-27ocaml: add new versions (#46534)Asher Mancinelli1-0/+4
2024-09-27ollama: add v0.3.9, and cuda variant (#46204)Brett Viren1-17/+20
Signed-off-by: Teague Sterling <teaguesterling@gmail.com> Co-authored-by: brettviren <brettviren@users.noreply.github.com> Co-authored-by: Teague Sterling <teaguesterling@gmail.com>
2024-09-27hudi: fix url (#46524)Wouter Deconinck1-1/+1
2024-09-27linaro-forge: added version 24.0.5 (#46588)kenche-linaro1-0/+6
2024-09-27nvhpc: add v24.9 (#46586)jmuddnv1-0/+10
2024-09-27openblas: %intel@2021: conflict with avx512 (#44883)Alex Richert1-0/+5
2024-09-26py-nanoplot: add v1.43.0 (#46160)Gavin John1-2/+3
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
2024-09-27intel-oneapi-runtime: add depends on libirc (#46589)Robert Cohn1-0/+1
2024-09-27Chapel 2.2 update (#46593)arezaii1-27/+44
* shorten version number validations per reviewer feedback * rename set_lib_path per reviewer feedback * Add E4S tag * Set CHPL_CUDA_PATH to ensure Chapel installer finds the right package * Update ROCm dependency for Chapel 2.2 * Fix llvm-amdgpu and CHPL_TARGET_* for llvm=bundled * Ensure CHPL_TARGET_COMPILER is set to "llvm" when required (llvm=spack or +cuda or +rocm). * Ensure CHPL_TARGET_{CC,CXX} are only set when using llvm=spack or llvm=none * Use hip.prefix to set CHPL_ROCM_PATH Since we might not directly depend on llvm-amdgpu, thus it might not appear in our spec * limit m4 dependency to +gmp * limit names of env vars created from variants * Ensure that +cuda and +rocm variants are Sticky The concretizer should never be permitted to select GPU support, because it's only meaningful and functional when the appropriate hardware is actually available, and the concretizer cannot reliably determine that. Also: Chapel's GPU support includes alot of complicated dependencies and constraints, so leaving that choice free to the concretizer leads to alot of extraneous and confusing messages when failing to concretize a non-GPU-enabled spec. Co-authored-by: Dan Bonachea <dobonachea@lbl.gov>
2024-09-27LLVM: mark cuda_arch compatibility (#46397)Adam J. Stewart1-0/+13
2024-09-27sbcl-bootstrap: new package (#46582)Asher Mancinelli1-0/+89
Add pre-built sbcl for x86 and arm for various glibc versions, making way for an actual sblc built from source. Also switch to use set_env in a context manager over setting the environment variable for the build environment. I hit an issue with the build system due to this in the sbcl package, pre-empting the same issue here.
2024-09-26madgraph5: add newer versions and a pythia8 variant (#41128)Juan Miguel Carceller2-17/+99
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com> Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
2024-09-26omega-h: add version scorec.10.8.5 and test support (#45990)Cameron Smith1-1/+12
2024-09-26py-onnx: build 1.15 with c++17 / c++20 when neeed (#46571)Thomas Madlener1-0/+13
2024-09-26gaudi: add a patch for missing includes for @37:38 (#46365)Juan Miguel Carceller2-0/+41
2024-09-26parallel: add v20240822 (#46355)Wouter Deconinck1-1/+6
2024-09-26gaudi: Add version 39.0 and adapt dependencies and variants accordingly (#46572)Thomas Madlener1-2/+11
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
2024-09-26hwloc: Disable levelzero explicitly if not requested (#46530)Tobias Ribizel1-1/+3
The configure script will otherwise pick up external levelzero libraries and may potentially break depending libraries like pmix
2024-09-26bigdft-psolver: fix build failure (#46482)Henri Menke1-8/+7
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
2024-09-26py-pandas: add v2.2.3 (#46508)Adam J. Stewart1-84/+89
2024-09-26strace: add v6.11 and mpers variant (disabed by default) (#46472)Derek Ryan Strong1-6/+11
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
2024-09-26py-rasterio: add v1.4.0 (#46587)Adam J. Stewart1-5/+12
2024-09-26fix: Disable native host build optimisations for fio (#46444)Derek Ryan Strong1-8/+6
2024-09-26entrezdirect: add v22.6.20240912 (#46470)snehring1-1/+77
Signed-off-by: Shane Nehring <snehring@iastate.edu>
2024-09-26ngspice: add version 43 (#46499)Olivier Cessenat1-0/+5
2024-09-26spherepack: fix url, checksum, add flags (#46525)Wouter Deconinck1-5/+7
2024-09-26drill: fix url, add non-log4j-affected v1.20.3, v1.21.2 (#46531)Wouter Deconinck1-10/+27
2024-09-26py-arch and py-pandas-datareader: New packages (#46557)Dom Heinzeller2-0/+74
2024-09-26dla-future: Adapt lapack/scalapack CMake variables for master branch and ↵Mikael Simberg1-2/+7
next version (#46570) * dla-future: Add DLAF_ prefix to LAPACK_LIBRARY CMake variable in newer versions * dla-future: Use spec.satisfies to check version constraint for LAPACK_LIBRARY variable prefix Co-authored-by: Alberto Invernizzi <9337627+albestro@users.noreply.github.com> --------- Co-authored-by: Alberto Invernizzi <9337627+albestro@users.noreply.github.com>
2024-09-26py-ipython: Add 8.26, 8.27 (#46566)Ben Cowan1-0/+2
2024-09-26mapl: add 2.48.0 (#46563)Matt Thompson1-20/+48