summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2023-10-01qt: change version for opengl dependencies (#39718)Juan Miguel Carceller1-2/+5
2023-09-29modeltest-ng: adding new version, swapping maintainer (#40217)snehring1-1/+9
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
2023-09-29kokkos-nvcc-wrapper: add v4.1.00 (#40240)eugeneswalker1-0/+1
2023-09-29Adding Catalyst 2.0 smoke test (#40112)Abhishek Yenpure1-9/+35
-- Performaing formatting changes -- Formatting file to conform with spack style -- Adding updates from review -- Removing old release candidates from the specification -- Adding external conduit support for Catalyst -- Adding Catalyst to `CMAKE_PREFIX_PATH` for the test to find
2023-09-29Test package detection in a systematic way (#18175)Massimiliano Culpo3-0/+113
This PR adds a new audit sub-command to check that detection of relevant packages is performed correctly in a few scenarios mocking real use-cases. The data for each package being tested is in a YAML file called detection_test.yaml alongside the corresponding package.py file. This is to allow encoding detection tests for compilers and other widely used tools, in preparation for compilers as dependencies.
2023-09-29hpctoolkit: add version 2023.08.1 (#40248)Mark W. Krentel1-0/+2
Add versions 2020.08.1 and branch 2023.08.stable. Note: the version numbers are a little different. Here, 2023.08.1 means release no. 1 from the release/2023.08 branch.
2023-09-28openblas package: fix lib suffix construction in libs (#40242)John W. Parent1-1/+1
2023-09-28mash: fix compilation for aarch64 (#40218)snehring1-0/+10
2023-09-28glibc: dont link libgcc_eh.a pre 2.17, and backport at_random auxval patch ↵Harmen Stoppels10-5/+1623
(#40013) This resolves an interesting circular dependency between gcc and glibc: 1. glibc < 2.17 depends on libgcc.a and libgcc_eh.a 2. libgcc_eh.a is only built when gcc is configured with --enable-shared 3. but building shared libraries requires crt*.o and libc.so Backport AT_RANDOM auxval changes to avoid dealing with wrong inline assembly (fallback code fails on ubuntu 23.04)
2023-09-28Support optional vars script arguments (#40064)Brian Vanderwende1-0/+7
2023-09-28cmake: add v3.27.6 (#40037)Massimiliano Culpo1-0/+1
Co-authored-by: Harmen Stoppels <me@harmenstoppels.nl>
2023-09-27kealib: add 1.5.1 and 1.5.2 versions (#40202)Sam Gillingham1-3/+6
* add recent kealib versions * udpdate depends_on so hl not required for latest version
2023-09-27vtk-m: add VTK-m 2.1.0-rc1 (#39581)Vicente Bolea1-0/+1
2023-09-27Trilinos package: build on Windows (#34622)Jared Popelar6-44/+145
Update Trilinos and dependencies to build a limited version of Trilinos on Windows. * Support trilinos~mpi~shared on Windows * superlu: force CMake build on Windows * boost: update to build on Windows (proper option formatting and build tool names) * pcre, openblas: add CMake-based build (keep prior build system as default on platforms other than Windows) * openblas: add patch when using Intel Fortran compiler (currently this is included as part of the hybrid %msvc compiler in Spack) Co-authored-by: John Parent <john.parent@kitware.com>
2023-09-27ParaView: Add versio 5.11.2 (#40213)kwryankrattiger1-2/+3
2023-09-27ffmpeg: fix build with XCode 15 (#40187)Martin Aumüller1-0/+4
As reported in #40159, a shared library build of ffmpeg 6.0 fails with the linker that was added with XCode 15: ld: building exports trie: duplicate symbol '_av_ac3_parse_header' clang: error: linker command failed with exit code 1 (use -v to see invocation) Forcing the old linker with -Wl,-ld_classic works around this.
2023-09-27last: add new version, fix build on aarch64 (#40216)snehring1-0/+5
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
2023-09-27py-nanonbind: add new versions (#40161)Garth N. Wells1-0/+9
2023-09-26vtk: @9.2 need seacas@2022-10-14, fix macos (#39896)Martin Aumüller1-2/+23
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
2023-09-26Paraview package: update freetype find patch for shared libs (#40085)John W. Parent1-2/+5
VTK's (and therefore Paraview's) FindFreetype module required patching to handle static import libraries from Freetype. However it did not cover shared libraries. This adds support for importing shared freetype into the VTK build
2023-09-26ploticus: new package (#39881)Christoph Weber1-0/+41
Co-authored-by: Bernhard Kaindl <contact@bernhard.kaindl.dev>
2023-09-26Add NCCL v2.18.5-1 release to recipe (#40201)Matt Fraser1-1/+2
2023-09-26crosstool-ng: add v1.26.0 (#40204)Massimiliano Culpo1-0/+1
2023-09-26libressl: fix package & new versions (#39741)Martin Aumüller1-4/+5
2023-09-26Always apply Python unixcompilers.py `rpath` fix, not just on cray (#39929)Dom Heinzeller2-2/+2
* Rename var/spack/repos/builtin/packages/python/cray-rpath-3.1.patch as var/spack/repos/builtin/packages/python/rpath-non-gcc.patch and apply unconditionally * Update var/spack/repos/builtin/packages/python/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2023-09-26opencv: add 4.7.0 and 4.8.0 and fix ffmpeg dependency (#39013)Martin Aumüller1-2/+8
2023-09-26seacas: correctly limit fmt dependency (#39756)Martin Aumüller1-1/+1
versions older than 2022-10-14 do not build with fmt@10, either: fmt/core.h:1579:3: error: static_assert failed due to requirement 'formattable'
2023-09-26hypre: add support for magma (#40121)Victor A. P. Magri1-10/+25
2023-09-26bcl2fastq2: patch for compiling on aarch64 (#40195)snehring2-0/+13
2023-09-26gmap-gsnap: add v2023-07-20 and aarch64 support (#40200)snehring1-2/+11
2023-09-25Elbencho: add elbencho package (#40193)Ethan Williams1-0/+71
* add elbencho package * pep8 compliant * add description * depends on boost * boost options * dependencies * fix ncurses not linking properly missing tinfo * pep8 fix * fix style of boost variants * final style fix - spack style is happy * correct cufile env variable name --------- Co-authored-by: Ethan W <mail@ethanwilliams.xyz>
2023-09-25apex: add new version 2.6.3 + deal with ompt build problem (#40073)Alberto Invernizzi1-0/+4
* add new version 2.6.3 * add conflict for openmp when using gcc
2023-09-25openssl: new versions (#40194)Harmen Stoppels1-2/+17
apparently there was still a 1.1.1 release
2023-09-25omegah: new version (#40192)Cameron Smith1-0/+5
2023-09-25spdlog: add version 1.12.0 (#40186)Matthieu Dorier1-0/+1
2023-09-25subread: removing mtune arg to compiler (#40197)snehring1-6/+6
2023-09-25new package: gsibec (#40137)eugeneswalker2-0/+70
2023-09-25py-numcodecs: drop upperbound, add new version, avoid native compilation ↵Harmen Stoppels2-4/+22
(#40183) * py-numcodecs: drop upperbound, add new version, avoid native compilation * py-numcodecs: add entrypoints * Remove another upperbound on python Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2023-09-25jsoncpp: add meson build system, update package, update cmake ~ownlibs (#39639)Harmen Stoppels2-23/+30
2023-09-25openssh: add version 9.4p1 and fix compile issue with new zlib-1.3 (#40174)Bernhard Kaindl1-0/+9
The fix for the compile issue was improved by Bernhard Kaindl. He also added to fix two classes of other build fails: - add missing openssl dependency version limit to older openssh versions - add missing -fcommon for new compilers building old openssh versions Co-authored-by: snehring <snehring@iastate.edu>
2023-09-25phist: remove python 3.10 upperbound (#40175)Harmen Stoppels1-2/+3
2023-09-25Add opendjk 11.0.20.1+1, 17.0.8.1+1 (#40035)Diego Alvarez S1-0/+36
2023-09-25namd: Add NAMD 3.0b3 and ARM support (#40134)Rocco Meli1-3/+18
2023-09-24new package: ecmwf-atlas (#40136)eugeneswalker11-4/+458
2023-09-24blast-plus: add 2.14.1 (#40179)George Young1-0/+1
Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk>
2023-09-24visit: Add NetCDF format support (#40065)Brian Vanderwende1-0/+19
2023-09-24EZTrace: add v2.1 (#39748)François Trahay1-2/+21
2023-09-24garfieldpp: Fix the signature of setup_dependent_build_environment (#40133)Thomas Madlener1-1/+1
2023-09-24sw4: add v3.0 (#40146)Houjun Tang1-2/+2
2023-09-24hmmer: adding new version 3.4 (#40148)snehring1-1/+4