summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2024-10-23extrae: remove duplicate unconditional dep on `papi` (#47179)Mosè Giordano1-1/+0
2024-10-23ParaView: Various fixes to better support no mpi and fides builds (#47114)kwryankrattiger1-4/+5
* ParaView: Explicitly set the ENABLE_MPI on/off * Disallow MPI in the DAG when ~mpi * @5.13 uses 'remove_children', use pugixml@1.11:, See #47098 * cloud_pipelines/stacks/data-vis-sdk: paraview +raytracing: add +adios2 +fides Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
2024-10-23gxsview: add v2024.03.15 (#46901)Olivier Cessenat2-0/+62
* gxsview: new version * gxsview 2024 patches and qt6 conflicts * gxsview 2024 demands vtk 9 minimum * Removing the -lvtkRenderingQt for 2024.03.15 * gxsview: fontconfig inc/lib dirs added to gui/gui.pro --------- Co-authored-by: Olivier Cessenat <cessenat@jliana.magic>
2024-10-23pybind11-stubgen: Add 2.5.1 (#47162)Thorsten Hater1-1/+2
2024-10-23py-torchmetrics: add v1.5.1 (#47164)Adam J. Stewart1-0/+1
2024-10-23cp2k: apply a patch to fix access to unallocated arrays (#47170)AMD Toolchain Support1-0/+8
2024-10-23py-grayskull: add v2.7.3 (#47166)Adam J. Stewart1-0/+1
2024-10-23py-asdf: add 3.5.0, and update py-asdf-standard to match (#47156)Lehman Garrison2-7/+24
* py-asdf: add 3.5.0, and update py-asdf-standard to match
2024-10-23cvector: added version 1.0.3.1, added Makefile patch to fix libtool error ↵Laura Weber2-2/+35
(#47154)
2024-10-23cqrlib: added version 1.1.3, added Makefile patch to fix libtool error (#47153)Laura Weber2-4/+36
2024-10-23py-jaxlib: backport fix for abseil-cpp on aarch64 (#47125)Andrew W Elble2-0/+104
2024-10-23gcta: use intel-oneapi-mkl (#47127)Tim Haines1-4/+10
intel-mkl fails to concretize with the 'Cannot select a single version' error. My guess would be because all of its versions are marked deprecated.
2024-10-23draco: add v7.19.0 (#47032)Mathew Cleveland1-0/+3
Co-authored-by: Cleveland <cleveland@lanl.gov> Co-authored-by: Kelly (KT) Thompson <KineticTheory@users.noreply.github.com>
2024-10-23libvdwxc: fix broken patch (#47119)Martin Lang1-6/+4
2024-10-23lammps: add new version 20240829.1 (#47099)Richard Berger1-2/+8
2024-10-22sox: fix build with Apple Clang 15+ (#47128)Adam J. Stewart1-1/+8
* sox: fix build with Apple Clang 15+ --------- Co-authored-by: adamjstewart <adamjstewart@users.noreply.github.com>
2024-10-22py-torchaudio: fix build with Apple Clang 15+ (#47130)Adam J. Stewart1-0/+7
2024-10-22gopls: new package (#47137)Alec Scott1-0/+21
2024-10-22goimports: new package (#47138)Alec Scott1-0/+21
2024-10-22py-uv: relaxing rust dependency (#47148)Ashim Mahara1-2/+2
2024-10-22paraview: Add new variant +fixes for enabling Fides (#46971)Kenneth Moreland1-0/+7
When building ParaView with ADIOS2 and allowing VTK-m to be built, also build Fides. This reads ADIOS2 files with a particular JSON schema, but it requires VTK-m to read data.
2024-10-22totalview: add v2024.3-linux-arm64, v2024.3-powerle, v2024.3-x86-64 (#47030)suzannepaterno1-0/+18
* adding 2024.3 Including the new release of TotalView
2024-10-22py-datrie: patch to allow gcc-14 compilation (#47017)Wouter Deconinck1-0/+5
2024-10-22Libmng: Restore Autotools system (#46994)John W. Parent2-1/+25
* Libmng: Restore Autotools system CMake, when building its Qt gui, depends on Qt, which in turn, depends on libmng, a CMake based build. To avoid this obvious cyclic dependency, we re-introduce libmng's autotools build into Spack and require when building Qt as a CMake dependency, libmng is built with autotools * Ensure autotools constraint is limited to non-Windows * refactor qt-libmng relation from CMake
2024-10-22builtin repo: remove some uses of spec.compiler (#47061)Massimiliano Culpo21-44/+57
This commit remove all the uses of spec.compiler that can be easily substituted by a more idiomatic approach, e.g. using spec.satisfies or directives Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2024-10-22py-torchdata: add v0.9.0 (#47120)Adam J. Stewart1-25/+29
2024-10-22py-sphinxcontrib-spelling: new package (#46402)Richard Berger2-2/+26
* py-sphinxcontrib-spelling: new package * Dependency enchant: Add missing dep on pkgconfig --------- Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
2024-10-22acts: add verison v37.1.0 (#47104)Stephen Nicholas Swatman1-0/+1
No updates to any dependencies this week.
2024-10-22kokkos: change build_environment.get_cmake_prefix_path to ↵afzpatel1-1/+1
build_systems.cmake.get_cmake_prefix_path(self) (#47112)
2024-10-22fix unzip%nvhpc (#47109)Thomas-Ulrich1-2/+3
2024-10-21`infernal`: add version `1.1.5` (#47028)Luke Diorio-Toth1-1/+7
2024-10-21hip stand-alone test: simplify setting CMAKE_PREFIX_PATH (#46856)Tamara Dahlgren1-8/+1
2024-10-21Devtools darwin (#46910)Tom Scogland3-3/+28
* stacks: add a stack for devtools on darwin After getting this whole mess building on darwin, let's keep it that way, and maybe make it so we have some non-ML darwin binaries in spack as well. * reuse: false for devtools * dtc: fix darwin dylib name and id On mac the convention is `lib<name>.<num>.dylib`, while the makefile creates a num suffixed one by default. The id in the file is also a local name rather than rewritten to the full path, this fixes both problems. * node-js: make whereis more deterministic * relocation(darwin): catch Mach-O load failure The MachO library can throw an exception rather than return no headers, this happened in an elf file in the test data of go-bootstrap. Trying catching the exception and moving on for now. May also need to look into why we're trying to rewrite an elf file. * qemu: add darwin flags to clear out warnings There's a build failure for qemu in CI, but it's invisible because of the immense mass of warning output. Explicitly specify the target macos version and remove the extraneous unknown-warning-option flag. * dtc: libyaml is also a link dependency libyaml is required at runtime to run the dtc binary, lack of it caused the ci for qemu to fail when the library wasn't found.
2024-10-21root: fix variant detection for spack external find (#47011)Valentin Volkl1-8/+15
* root: fix variant detection for external A few fixes (possibly non-exhaustive) to `spack external find root` Several variants have had `when=` clauses added that need to be propagated to determine_variants. The previously used Version.satifies("") method also has been removed, it seems. It's slightly cumbersome that there is no self.spec to use in determine_variants, but comparisons using Version(version_str) work at least * remove debug printout
2024-10-21Add old gtkplus 3.22.30 (#40310)Jordan Galby1-2/+9
This makes it compatible with external glib 2.56 (rhel7/rhel8). Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
2024-10-21lammps: updates for AOCC-5 and zen5 (#47014)AMD Toolchain Support1-1/+6
Co-authored-by: viveshar <vivek.sharma2@amd.com>
2024-10-20py-geocube: add v0.7.0 (#47100)Adam J. Stewart1-5/+8
2024-10-19gtkplus: swap to at-spi2-core (#47026)snehring2-3/+5
Signed-off-by: Shane Nehring <snehring@iastate.edu>
2024-10-19pkgs: homepage fixes for ill-formed urls (#47038)Wouter Deconinck10-11/+11
2024-10-19py-torchmetrics: add v1.5.0 (#47095)Adam J. Stewart1-1/+3
2024-10-19 hipsolver: add version 6.2.1 for rocm-6.2.1 (#47076)Sreenivasa Murthy Kolam1-0/+2
2024-10-19heffte: Update @develop for newer cmake (#47067)Miroslav Stoyanov1-1/+6
2024-10-19icon: add 2024.07 & 2024.10 (#47092)Taylor Asplund1-0/+2
2024-10-19damask: add 3.0.1 (#47093)Martin Diehl4-9/+19
2024-10-19sccache: new package (ccache-like tool) (#47090)Pranav Sivaraman1-0/+65
* sccache: add new package * sccache: add older versions and minimum rust versions * sccache: add more minimum rust versions * sccache: add sccache executable and tag as build-tools * sccache: add dist-server * sccache: add determine_version and determin_variants * sccache: add sccache-dist executable * sccache: fix style * Update var/spack/repos/builtin/packages/sccache/package.py * In case building very old sccache <= 5 is not needed with these older rust version is not needed, they can be omitted. * sccache: drop older versions Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com> * sccache: add openssl dependency * sccache: openssl is a linux only dependency? --------- Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
2024-10-18eza: add the current version 0.20.4 (#47086)Pranav Sivaraman1-1/+18
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
2024-10-19mapl: add 2.50.1 (#47087)Matt Thompson1-0/+1
2024-10-19libcgroup: add v3.1.0 (fixes CVE) (#46945)Wouter Deconinck2-7/+18
2024-10-19amduprof: Add v5.0 (#47081)AMD Toolchain Support1-3/+16
Co-authored-by: vijay kallesh <Vijay-teekinavar.Kallesh@amd.com>
2024-10-18hicup: new package @0.9.2 (#47008)George Young1-0/+55
Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk>