summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2024-10-02GoPackage: fix attributes to allow for custom build_directory values (#46707)Alec Scott1-10/+15
2024-10-02goma: add v7.8.2 (#46696)Weston Ortiz1-0/+1
2024-10-02kafka: add v2.13-3.7.1, v2.13-3.8.0, remove v2.13-3.7.0 (#46692)Matthieu Dorier1-1/+9
* kafka: added new versions * kafka: add back deprecated version * kafka: fixing style
2024-10-02py-django: add v5.0.9, v5.1.1 (fix CVEs) (#46671)Wouter Deconinck2-2/+7
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
2024-10-02tests: fix wrong install name (#46711)Harmen Stoppels1-1/+1
2024-10-02Add openblas v0.3.28 with patch (#46495)Derek Ryan Strong2-6/+23
2024-10-02py-rasterio: add v1.4.1 (#46693)Adam J. Stewart1-0/+1
2024-10-01amrex: add v24.10 (#46697)Weiqun Zhang1-0/+1
2024-10-01add easi 1.4 and 1.5 (#46688)Thomas-Ulrich1-0/+2
2024-10-01fix #46681 (#46682)Thomas-Ulrich1-0/+3
2024-10-01yaml-cpp library path is lib64 in centos (#46669)renjithravindrankannath1-1/+1
2024-10-01umoci: fix my github handle (#46664)Wouter Deconinck1-1/+1
2024-10-01mplack depends on hermes-shm, and it needs pkgconfigBernhard Kaindl1-0/+1
2024-10-01mlpack: add v4.5.0Wouter Deconinck1-0/+3
2024-10-01ROCm packages: Bump up the version for ROCm-6.2.1 release (#46553)Sreenivasa Murthy Kolam55-26/+249
2024-10-01py-uwsgi: add v2.0.27 (fix CVE) (#46667)Wouter Deconinck1-0/+1
2024-10-01totalview: add v2024.1-linux-arm64 -> v2024.2-x86-64 (#45490)suzannepaterno1-176/+38
* Update package.py Update to pull Totalview tar files from AWS instead of requiring the user to download ahead of time. Use new license type, RLM license. Only allow for installs of versions using the new license type. 2024.1 and 2024.2. User selects the platform with the version as it is down from the TotalView downloads website. * Update package.py Update to pass style test * Update package.py fixing syle * Updating to pass style check removing more spaces to pass style check * final style fixes fixing the last 2 style errors * Typo Typo correction to pass style check * REmove new line removing new line character * Ran black to reformat Ran black to clear errors * Changing to use sha256 Updating to use sha256 checksums for all TotalView files.
2024-10-01gfal2: new package (and dependencies) (#46559)Wouter Deconinck27-0/+1026
2024-10-01ecdsautils: add v0.4.1 (fix CVEs) (#46628)Wouter Deconinck1-4/+9
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2024-09-30acts dependencies: new versions as of 2024/09/30 (#46661)Stephen Nicholas Swatman4-0/+7
* acts dependencies: new versions as of 2024/09/30 This commit adds new versions of acts, actsvg, and detray. * Add vecmem version, patch detray version
2024-09-30ffmpeg: add v7.0.2 (fix CVE) (#46629)Wouter Deconinck1-7/+5
* ffmpeg: add v7.0.2 (fix CVE) * ffmpeg: fix license directive for gpl variant
2024-09-30grpc/protobuf: new versions (#46408)Harmen Stoppels1-2/+4
2024-09-30py-onnx: use out of source tree build for CMake part (#45266)Wouter Deconinck1-0/+15
Co-authored-by: Bernhard Kaindl <contact@bernhard.kaindl.dev>
2024-10-01patch clang++ pathAfzal Patel1-0/+8
2024-09-30Kokkos sanity checks (#44589)Luc Berger2-0/+11
* Kokkos: adding some sanity checks We can pretty much guarentee that if bin, include or lib directory is missing, something is wrong. Additionally KokkosCore_config.h and Kokkos_Core.hpp. I guess technically we could look for all public headers at least but that seems a bit overkill as well? * Kokkos Kernels: adding sanity checks * Remove check for lib directory since it might end up being lib64 * Also remove lib from kokkos-kernels sanity check
2024-09-30Update and standardize implementation of RADIUSS packages (#45648)Adrien Bernede9-231/+831
* Add latest releases of Camp, RAJA, Umpire, CHAI and CARE * Address review comments + blt requirement in Umpire * CARE @develop & @main: Submodules -> False * Changes in Umpire * Changes in RAJA * Changes in CHAI * Changes in RAJA: prefer 'spec.satisfies' to 'in spec' This is due to a non-equivalence in Spack with providers like mpi. See e.g. https://github.com/spack/spack/pull/46126 * Changes in Umpire: prefer 'spec.satisfies' to 'in spec' This is due to a non-equivalence in Spack with providers like mpi. See e.g. https://github.com/spack/spack/pull/46126 * Changes in CARE: Still need to update to CachedCMakePackage based on RADIUSS Spack Configs version * Missing change in RAJA + changes in fmt * Fix synta * Changes in Camp * Fix style * CHAI: when ~raja, turn off RAJA in build system * Fix: Ascent@0.9.3 does not support RAJA@2024.07.0 * Enforce same version constraint on Umpire as for RAJA * Enforce preferred version of vtk-m in ascent 0.9.3 * Migrate CARE package to CachedCMakePackage * Fix style in CARE package * CARE: Apply changes for uniform implementation accross RADIUSS projects * Caliper: move to CachedCMakePackage, from RADIUSS Spack Configs * Adapt RAJA Perf to spack CI * Activate CHAI, CARE and RAJAPerf in Spack CI * Fixes and diffs with RADIUSS Spack Configs * Caliper: fix * Caliper : fix + RAJAPerf : style * RAJAPerf: fixes * Update maintainers * raja-perf: fix license header * raja-perf: Fix variant naming openmp_target -> omptarget * raja-perf: style and blt dependency versions * CARE: benchmark and examples off by default (like tests) * CARE: fix missing variable * Update var/spack/repos/builtin/packages/raja-perf/package.py * CARE: fix branch name * Revert changes in MFEM to pass CI * Fix CXX17 condition in RAJA + add sycl option in RAJAPerf --------- Co-authored-by: Rich Hornung <hornung1@llnl.gov>
2024-09-30cbindgen: new package plus 1 dependency package (#45393)Teague Sterling2-0/+65
* cbindgen: new package * Attempting to add rust dependencies for cbindgen * adding rust-toml min rust version * Removing dependencies that don't install with cargo * cleanup broken packages --------- Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
2024-09-30neocmakelsp: new package (#46623)Pranav Sivaraman1-0/+27
* neocmake: add new package * neocmake: add description, homepage, and license * neocmakelsp: remove boilerplate
2024-09-30libexif: add v0.6.24 (fix CVEs) (#46634)Wouter Deconinck1-4/+11
* libexif: add v0.6.24 (fix CVEs) * libexif: operator Version -> spec.satisfies Co-authored-by: Alec Scott <hi@alecbcs.com> --------- Co-authored-by: Alec Scott <hi@alecbcs.com>
2024-09-30hazelcast: add v5.5.0 (fix CVE) (#46666)Wouter Deconinck1-3/+2
2024-09-30qpdf: add v11.9.1 (fix CVE) (#46645)Wouter Deconinck1-0/+1
2024-09-30tmux: Fix MacOS header guard collison build bugJohn Jolly1-0/+6
2024-09-30hermes-shm: new package (#46601)H. Joe Lee1-0/+86
2024-09-30rabbitmq-c: add v0.14.0 (fix CVE) (#46648)Wouter Deconinck1-2/+4
2024-09-30py-pyprecice: add v2.5.0.3 -> v3.1.1 (#45105)Benjamin Rodenberg1-2/+9
* Add missing 2.5 releases and 3.x releases. * Update var/spack/repos/builtin/packages/py-pyprecice/package.py * Update package.py Add license (again)
2024-09-30routinator: add v0.14.0 (fix CVE) (#46649)Wouter Deconinck1-0/+2
2024-09-30impalajit, hipsycl, tandem: various updates (#45013)Thomas-Ulrich4-8/+32
2024-09-30nwchem: add v7.2.3 (#46479)AMD Toolchain Support2-1/+24
Co-authored-by: viveshar <vivek.sharma2@amd.com> Co-authored-by: Vivek Sharma <129405591+VivekAMD@users.noreply.github.com>
2024-09-30pacparser: add v1.4.5 (#46639)Wouter Deconinck1-1/+8
2024-09-30shadow: add 4.16, fix build when libbsd installed on hosts (#46621)Bernhard Kaindl2-2/+7
2024-09-30cups: fix url; add v2.4.10 (#46624)Wouter Deconinck1-5/+12
Co-authored-by: wdconinc <wdconinc@users.noreply.github.com>
2024-09-30flume: add v1.11.0 (#46630)Wouter Deconinck1-2/+3
2024-09-30flink: add v1.20.0 (#46631)Wouter Deconinck1-4/+5
2024-09-30libpcap: add v1.10.5 (#46635)Wouter Deconinck1-4/+4
2024-09-30libressl: add v3.7.3, v3.8.4, v3.9.2 (#46636)Wouter Deconinck1-1/+4
2024-09-30net-snmp: add v5.9.4 (#46638)Wouter Deconinck1-1/+2
2024-09-30perl-dbi: add v1.645 (#46640)Wouter Deconinck1-1/+8
2024-09-30postgresql: add v12.20, v13.16, v14.13, v15.8, v16.4 (fix CVEs) (#46641)Wouter Deconinck1-0/+5
2024-09-30gdk-pixbuf: add v2.42.12 (#46633)Wouter Deconinck1-6/+25
2024-09-30sys-sage add v0.5.0 (#46659)stepanvanecek1-0/+1
Co-authored-by: Stepan Vanecek <stepan.vanecek@tum.de>