summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2023-10-03py-werkzeug: add 2.3.7 and 3.0.0 (#40275)Manuela Kuhn1-2/+15
2023-10-03py-wrapt: add 1.15.0 (#40276)Manuela Kuhn1-2/+1
2023-10-03py-libEnsemble: add v1.0.0 (#40203)Stephen Hudson1-15/+22
* py-libEnsemble: add v1.0.0 * Add version ranges for deps * Add comments to variants * Put when before type * Fix line lengths * Re-format * Update var/spack/repos/builtin/packages/py-libensemble/package.py Co-authored-by: Manuela Kuhn <36827019+manuelakuhn@users.noreply.github.com> * Update var/spack/repos/builtin/packages/py-libensemble/package.py Co-authored-by: Manuela Kuhn <36827019+manuelakuhn@users.noreply.github.com> --------- Co-authored-by: Manuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>
2023-10-03[add] py-graphql-relay: new package (#39807)Lydéric Debusschère2-1/+27
* [add] py-graphql-relay: new package * py-graphql-relay: Update package.py Remove leftovers from version 3.2.0: * archive name in pypi * dependencies * [fix] py-graphql-relay: remove constraint on python version; add dependence py-rx because of ModuleNotFoundError during spack test * [fix] py-graphql-relay: remove py-rx dependence; py-graphql-core: add dependencies for version 2.3.2 * py-graphql-core: Update from review; set build backend, py-poetry for version 3: and py-setuptools for version 2 Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2023-10-03[add] py-metomi-isodatetime: new recipe, required by py-cylc-flow (#39990)Lydéric Debusschère1-0/+19
* [add] py-metomi-isodatetime: new recipe, required by py-cylc-flow * py-metomi-isodatetime: use sources from pypi instead of github
2023-10-02Add AdditiveFOAM package (#39295)Sam Reeve3-0/+68
* Add AdditiveFOAM package * Add AdditiveFOAM build and install Co-authored-by: kjrstory <kjrstory@gmail.com> Co-authored-by: Knapp, Gerry <knappgl@ornl.gov> --------- Co-authored-by: kjrstory <kjrstory@gmail.com> Co-authored-by: Knapp, Gerry <knappgl@ornl.gov>
2023-10-02py-torchgeo: add v0.5.0 (#40267)Adam J. Stewart1-97/+107
* py-torchgeo: add v0.5.0 * Better documentation of dependency quirks
2023-10-02vtk-m@2.0: depend on kokkos@3.7:3.9 per issue #40268 (#40281)eugeneswalker1-0/+1
2023-10-02Add ipm package (#40069)Christoph Weber2-0/+140
2023-10-02Rocm 5.6.0 & 5.6.1 release updates (#39673)renjithravindrankannath53-61/+4047
* 5.6.0 updates * Rocm 5.6.0 updates * Style and audit corrections for 5.6 * Patching smi path for tests. * Style correction * 5.6.1 updates * Updated hip tests for ci build failure Updated hiprand with the release tag Taken care the review comment rocsolver * Adding rocm-smi path for 5.6 * Adding the patch file * Setting library directory uniform * gl depends on mesa but it should not be llvm variant * Fix for the issue 39520 by setting CMAKE_INSTALL_LIBDIR=lib * i1 muls can sometimes happen after SCEV. They resulted in ISel failures because we were missing the patterns for them. * 5.6.0 & 5.6.1 updates for migraphx, miopen-hip, mivisionx * Revert "5.6.0 & 5.6.1 updates for migraphx, miopen-hip, mivisionx" This reverts commit f54c9c6c67a4e5a54859f59d6550eb8e542d6c26. * Revert operator mixup fix * Splitting compiler-rt-linkage-for-host and operator mixup patch * Adding missing patch for reverting operator mixup * 5.6 update for composable-kernel,migraphx,miopen-hip and mivisionx * Updating rvs, rcd and rccl for 5.6.1. adding comment for llvm patch
2023-10-02fix lhapdf package (#37384)Joseph Wang1-0/+9
* fix lhapdf package * [@spackbot] updating style on behalf of joequant --------- Co-authored-by: joequant <joequant@users.noreply.github.com>
2023-10-02Implemented +sycl for slate (#39927)G-Ragghianti3-4/+65
* Implemented +sycl for slate * style * style * add slate +sycl to ci * slate +sycl: explicitly specify +mpi * comment out slate+sycl+mpi in e4s oneapi stack * removing requirement of intel-oneapi-mpi * Added slate+sycl to e4s oneapi stack * Removing obsolete comment --------- Co-authored-by: eugeneswalker <eugenesunsetwalker@gmail.com>
2023-10-02libtirpc: Add latest version and allow for builds on macOS (#40189)Thomas Madlener2-4/+124
2023-10-02py-importlib-metadata: add patch releases (#40249)Harmen Stoppels1-0/+3
importlib_metadata 4.11.4 fixes some nasty issues with `metadata.entry_points(...)`, so ensure we have those bugfixes.
2023-10-02Cgns fix no fortran config (#40241)Greg Sjaardema1-3/+3
* SEACAS: Update package.py to handle new SEACAS project name The base project name for the SEACAS project has changed from "SEACASProj" to "SEACAS" as of @2022-10-14, so the package needed to be updated to use the new project name when needed. The refactor also changes several: "-DSome_CMAKE_Option:BOOL=ON" to define("Some_CMAKE_Option", True) * CGNS: If fortran not enabled, do not specify parallel fortran compiler * Update package formatting as suggested by black * Accept suggested change
2023-10-02discotec package: add selalib variant (#40222)Freifrau von Bleifrei1-0/+3
2023-10-02zoltan: Fixes for #40198 (#40199)Tom Payerle1-12/+31
Fix issue in configure_args which resulted in duplicate "--with-ldflags" arguments (with different values) being passed to configure. And extended the fix to similar arguments. Also, repeated some flags to "--with-libs" to "--with-ldflags" as when the flags were only in "--with-libs", they did not seem to be picked up everywhere. I suspect this is a bug in the configure script, but adding to both locations seems to solve it and should not have any adverse effects. Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2023-10-02xv: new package (#40032)Sinan1-0/+29
Co-authored-by: Sinan81 <Sinan@world>
2023-10-02add maintainers to py-nanobind (#40235)Matthew Archer1-1/+1
2023-10-02cabana: add v0.6 (#40168)Sam Reeve1-4/+25
2023-10-02perl-dbd-mysql update to 4.050 (#40245)snehring2-0/+22
* perl-devel-checklib: adding new package perl-devel-checklib * perl-dbd-mysql: adding new version 4.050 and a new build dep
2023-10-02petsc,py-petsc4py,slepc,py-slepc4py: add version 3.20.0 (#40260)Satish Balay4-40/+23
2023-10-02libxkbcommon: new versions 1.4.1, 1.5.0 (#40273)Wouter Deconinck1-0/+5
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)eugeneswalker1-1/+1
* 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-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>