summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-10-02amrex: add v23.10 (#40270)Weiqun Zhang1-0/+1
2023-10-02assimp: new version 5.3.1 (#40271)Wouter Deconinck1-0/+1
2023-10-02acts: impose cxxstd variant on geant4 dependency (#39767)Wouter Deconinck1-0/+4
2023-10-02rivet: remove deprecated versions and clean up recipe (#39861)Juan Miguel Carceller16-892/+7
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com> Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
2023-10-01py-pandas@0.24.2 %oneapi: add cflag=-Wno-error=implicit-function-declaration ↵eugeneswalker1-0/+6
(#39470)
2023-10-01py-scipy: -fvisibility issue is resolved in 2023.1.0: (#39464)eugeneswalker2-1/+4
* py-scipy: -fvisibility issue is resolved in 2023.1.0: * e4s oneapi ci: add py-scipy
2023-10-01embree: fix linux build on aarch64 for 3.13.5 (#39749)Martin Aumüller1-0/+11
- upstream patch does not apply cleanly to older versions, not required for newer ones - also add conflict for older versions, except for 3.13.3 which works by chance
2023-10-01geant4, vecgeom: support variant cxxstd=20 (#39785)Wouter Deconinck2-30/+49
2023-10-01qt: change version for opengl dependencies (#39718)Juan Miguel Carceller1-2/+5
2023-09-30e4s cray sles ci: expand spec list (#40162)eugeneswalker1-13/+127
* e4s cray sles stack: expand spec list * remove unnecessary packages:trilinos:one_of
2023-10-01docs: Replace package list with packages.spack.io (#40251)Todd Gamblin8-86/+30
For a long time, the docs have generated a huge, static HTML package list. It has some disadvantages: * It's slow to load * It's slow to build * It's hard to search We now have a nice website that can tell us about Spack packages, and it's searchable so users can easily find the one or two packages out of 7400 that they're looking for. We should link to this instead of including a static package list page in the docs. - [x] Replace package list link with link to packages.spack.io - [x] Remove `package_list.html` generation from `conf.py`. - [x] Add a new section for "Links" to the docs. - [x] Remove docstring notes from contribution guide (we haven't generated RST for package docstrings for a while) - [x] Remove referencese to `package-list` from docs.
2023-09-30e4s ci: add packages: drishti, dxt-explorer (#39597)eugeneswalker3-0/+6
* e4s ci: add packages: drishti, dxt-explorer * e4s oneapi ci: comment out dxt-explorer until r%oneapi issue #40257 is resolved
2023-09-29Windows: detect all available SDK versions (#39823)John W. Parent1-28/+35
Currently, Windows SDK detection will only pick up SDK versions related to the current version of Windows Spack is running on. However, in some circumstances, we want to detect other version of the SDK, for example, for compiling on Windows 11 for Windows 10 to ensure an API is compatible with Win10.
2023-09-29modeltest-ng: adding new version, swapping maintainer (#40217)snehring1-1/+9
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
2023-09-29Cray manifest: compiler handling fixes (#40061)Peter Scheibel5-131/+215
* Make use of `prefix` in the Cray manifest schema (prepend it to the relative CC etc.) - this was a Spack error. * Warn people when wrong-looking compilers are found in the manifest (i.e. non-existent CC path). * Bypass compilers that we fail to add (don't allow a single bad compiler to terminate the entire read-cray-manifest action). * Refactor Cray manifest tests: module-level variables have been replaced with fixtures, specifically using the `test_platform` fixture, which allows the unit tests to run with the new concretizer. * Add unit test to check case where adding a compiler raises an exception (check that this doesn't prevent processing the rest of the manifest).
2023-09-29Print error when missing git (#40254)Jordan Galby1-1/+5
Like a missing curl.
2023-09-29kokkos-nvcc-wrapper: add v4.1.00 (#40240)eugeneswalker1-0/+1
2023-09-29Don't drop build deps on overwrite install (#40252)Harmen Stoppels2-4/+26
If you `spack install x ^y` where `y` is a pure build dep of `x`, and then uninstall `y`, and then `spack install --overwrite x ^y`, the build fails because `y` is not re-installed. Same can happen when you install a develop spec, run `spack gc`, modify sources, and install again; develop specs rely on overwrite install to work correctly.
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 Culpo16-24/+591
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-29Revert "e4s cray sles: suspend ci until machine issues resolved (#40219)" ↵eugeneswalker1-12/+12
(#40238) This reverts commit 5165524ca6eb9cb0b8c2e225352e4729b5a04062.
2023-09-28openblas package: fix lib suffix construction in libs (#40242)John W. Parent1-1/+1
2023-09-28Partial removal of circular dependencies between `spack` and `llnl` (#40090)Massimiliano Culpo30-258/+297
Modifications: - [x] Move `spack.util.string` to `llnl.string` - [x] Remove dependency of `llnl` on `spack.error` - [x] Move path of `spack.util.path` to `llnl.path` - [x] Move `spack.util.environment.get_host_*` to `spack.spec`
2023-09-28mash: fix compilation for aarch64 (#40218)snehring1-0/+10
2023-09-28Use st_nlink in hardlink tracking (#39328)Harmen Stoppels2-11/+12
Only add potential hardlinks to a set/dict, instead of each file. This should be much cheaper, since hardlinks are very rare.
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 Vanderwende2-1/+13
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-27e4s cray sles: suspend ci until machine issues resolved (#40219)eugeneswalker1-12/+12
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-26spack --profile: dump to stderr (#40209)Harmen Stoppels1-1/+1
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