summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2023-10-27mgard@2020-10-01 %oneapi@2023: turn of c++11-narrowing via cxxflags (#40743)eugeneswalker1-0/+6
2023-10-27octopus: split netcdf-c and netcdf-fortran dependency (#40685)Ashwin Kumar Karnad1-2/+3
2023-10-27strumpack: add version 7.2.0 (#40732)Satish Balay1-0/+1
2023-10-27gromacs: default to external blas & lapack (#40490)Harmen Stoppels1-28/+8
* gromacs: default to external blas & lapack * drop vendored lapack/blas altogether
2023-10-27Fixes and options for package spglib (#40684)dmt41-1/+6
* Fix cmake_args for spglib v2.1.0+ * Add option to build fortran interface in package spglib * fix style as sugested by ci/prechecks/style * Enable fortran variant from v1.16.4 as suggested Co-authored-by: Rocco Meli <r.meli@bluemail.ch> --------- Co-authored-by: Rocco Meli <r.meli@bluemail.ch>
2023-10-27gromacs: fix version branch in intel fftw (#40489)Harmen Stoppels1-1/+1
2023-10-27akantu: use f-strings (#40466)Alec Scott1-6/+4
Co-authored-by: Nicolas Richart <nrichart@users.noreply.github.com>
2023-10-26plasma: add version 23.8.2 (#40728)Satish Balay1-0/+2
2023-10-26itk: misc fixes (#39832)Carlos Bederián1-2/+7
* itk: patch missing include for newer compilers * itk: The package doesn't use MPI * itk: package requires the high-level hdf5 api * itk: patch url with ?full_index=1 * itk: point to 4041 commit in master * itk: don't constrain hdf5 with ~mpi
2023-10-26ldak: add v5.2 & add maintainer (#40710)snehring1-18/+55
* ldak: update to 5.2, add maintainer * ldak: use compiler.openmp_flag
2023-10-26dataTransferKit: add v3.1.1, v3.1.0 (#40556)Daniel Arndt1-2/+5
* Update DataTransferKit for 3.1.1 release * Require Trilinos-14 for 3.1.0 and higher
2023-10-26curl: Fix librtmp variant (#40713)Torbjörn Lönnemark7-0/+394
* rtmpdump: New package * curl: Fix librtmp variant Add the previously missing dependency required for rtmp support. The variant has been broken since its addition in PR #25166. Fixes one of the two issues reported in #26887.
2023-10-26unmaintained a* packages: update to use f-strings (#40467)Alec Scott42-164/+137
2023-10-26Update spack package for exago@1.6.0 release (#40614)Ryan Danehy1-16/+34
* Update spack package for exago:1.6.0 * update style * Weird spack style env bug fixed * Update spack package for exago:1.6.0 * update style * Weird spack style env bug fixed * changes to allow release 1.6.0 * fix depends, and versioning * rm cmake variable * add s * style fix --------- Co-authored-by: Ryan Danehy <dane678@deception04.pnl.gov> Co-authored-by: Ryan Danehy <dane678@deception03.pnl.gov> Co-authored-by: ryan.danehy@pnnl.gov <dane678@we45149.home>
2023-10-26Add conflict between cxxstd > 17 and cuda < 12 in pika (#40717)Auriane R1-2/+4
* Add conflict with C++ standard > 17 and cuda < 12 * Removing map_cxxstd since boost supports C++20 flag
2023-10-26libluv: require CMake 3 and CMP0042 (#40716)Alberto Invernizzi2-3/+7
2023-10-26git versions: fix commit shas [automated] (#40703)Harmen Stoppels8-22/+54
2023-10-25Paraview 5.12 prep (#40527)Ben Boeckel2-3/+241
* paraview: rebase the adios2 patch for 5.12-to-be * paraview: disable fastfloat and token for 5.12-to-be * paraview: require older protobuf for 5.12 as well * paraview: require C++11-supporting protobuf for `master` too
2023-10-25fdb: add releases v5.11.23 and v5.11.17 (#40571)Victoria Cherkas1-0/+3
2023-10-25initial commit to fix mivisionx build for 5.6 (#40579)afzpatel1-1/+1
2023-10-25cuda: add NVHPC_CUDA_HOME. (#40507)Dominic Hofer1-0/+3
* [cuda] Add NVHPC_CUDA_HOME. * Add CUDA_HOME and NVHC_CUDA_HOME to cuda's dependent build env. --------- Co-authored-by: Dominic Hofer <dominic.hofer@meteoswiss.ch>
2023-10-25Added Highway versions up to 1.0.7 (#40691)Filippo Barbari1-0/+6
2023-10-25PyTorch: patch breakpad dependency (#40648)Adam J. Stewart1-1/+9
2023-10-25ci: don't put compilers in config (#40700)Harmen Stoppels1-0/+5
* ci: don't register detectable compilers Cause they go out of sync... * remove intel compiler, it can be detected too * Do not run spack compiler find since compilers are registered in concretize job already * trilinos: work around +stokhos +cuda +superlu-dist bug due to EMPTY macro
2023-10-25py-lightning: py-torch~distributed is broken again (#40696)Adam J. Stewart1-0/+3
2023-10-25Add dlaf variant to cp2k (#40702)Rocco Meli1-0/+17
2023-10-25[cp2k] Use fftw3 MKL by default when cp2k is compiled with mkl (#40671)Taillefumier Mathieu1-20/+134
2023-10-24Add ufs-utils@1.11.0 (#40695)Alex Richert1-0/+6
* Add ufs-utils@1.11.0 * Update package.py
2023-10-24Updating rvs binary path. (#40604)renjithravindrankannath1-2/+6
* Updating rvs binary path * Updating spec check as per the recommendation
2023-10-24openmpi: fix pmi@4.2.3: compat (#40686)AMD Toolchain Support1-5/+8
2023-10-24Added new benchmark version up to 1.8.3 (#40689)Filippo Barbari1-0/+9
2023-10-24neovim: conflict for libluv problem on macOS + add newer versions of neovim ↵Alberto Invernizzi2-1/+8
and libluv (#40690) * add conflict with libluv version >=1.44 just on macOS * minor change * add libluv versions * neovim: add newer releases
2023-10-24hiop +cuda: fix issue 40678 (#40688)eugeneswalker1-3/+2
2023-10-24exago: fix v1.5.1 tag; only allow python up to 3.10 for for @:1.5 (#40676)eugeneswalker2-2/+6
* exago: fix v1.5.1 tag; only allow python up to 3.10 for for @:1.5 due to pybind error with py 3.11 * hiop@:1.0 +cuda: constrain to cuda@:11.9
2023-10-24armpl-gcc: add version 23.10 and macOS support (#40511)Annop Wongwathanarat1-15/+104
2023-10-23fix installation error of bear (#40637)Nakano Masaki3-4/+9
Co-authored-by: Tom Scogland <scogland1@llnl.gov>
2023-10-23Adios2: add kokkos variant (#40623)Vicente Bolea2-8/+54
* adios2: update variants and dependencies * adios2: add kokkos rocm|cuda|sycl variant * e4s oneapi ci stack: add adios2 +sycl * e4s ci stack: add adios2 +rocm * [@spackbot] updating style on behalf of vicentebolea * Apply suggestions from code review * adios2: fixed cuda variant * update ecp-data-vis-sdk * Update share/spack/gitlab/cloud_pipelines/stacks/e4s-power/spack.yaml --------- Co-authored-by: eugeneswalker <eugenesunsetwalker@gmail.com> Co-authored-by: vicentebolea <vicentebolea@users.noreply.github.com>
2023-10-23Add rccl and nccl variants to cp2k and cosma (#40451)Taillefumier Mathieu1-0/+4
2023-10-23Update survey package file for survey version 9 changes. (#40619)Jim Galarowicz1-5/+17
* Update survey package file for survey version 9 changes. * Fix single quote - make double. * Small change to trigger spack tests
2023-10-23py-scikit-learn: add v1.3.2 (#40672)Adam J. Stewart1-5/+7
2023-10-23audit: add check for GitLab patches (#40656)Michael Kuhn2-0/+40
GitLab's .patch URLs only provide abbreviated hashes, while .diff URLs provide full hashes. There does not seem to be a parameter to force .patch URLs to also return full hashes, so we should make sure to use the .diff ones.
2023-10-23ngspice: new version 41 and option osdi (#40664)Olivier Cessenat1-0/+4
2023-10-23geant4: add patch for when using the system expat library (#40650)Juan Miguel Carceller2-0/+51
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
2023-10-23nghttp2: add v1.57.0 (#40652)Harmen Stoppels1-0/+1
2023-10-233proxy: respect compiler choice (#39240)Aiden Grossman1-2/+4
2023-10-23py-cython: new version, python 3.11 upperbound (#40343)Harmen Stoppels1-0/+4
2023-10-23libtheora: fix GitLab patch (#40657)Michael Kuhn1-2/+2
GitLab's .patch URLs do not provide stable/full hashes, while .diff URLs do. See #40656 for more information.
2023-10-23knem: fix GitLab patch (#40662)Michael Kuhn1-2/+2
GitLab's .patch URLs do not provide stable/full hashes, while .diff URLs do. See #40656 for more information.
2023-10-23gobject-introspection: fix GitLab patch (#40661)Michael Kuhn1-2/+2
GitLab's .patch URLs do not provide stable/full hashes, while .diff URLs do. See #40656 for more information.
2023-10-23garfieldpp: fix GitLab patch (#40660)Michael Kuhn1-2/+2
GitLab's .patch URLs do not provide stable/full hashes, while .diff URLs do. See #40656 for more information.