summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2022-12-07ftk: add 0.0.7.1 (#34146)Hanqi Guo1-2/+9
2022-12-07py-pywavelets: add 1.4.1 (#34369)Manuela Kuhn1-4/+9
* py-pywavelets: add 1.4.1 * Update var/spack/repos/builtin/packages/py-pywavelets/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/py-pywavelets/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2022-12-07XRootD: add checksum + patch for 5.5.1 (#34209)iarspider1-1/+8
* Update package.py * Add full_index to patch URL * Update var/spack/repos/builtin/packages/xrootd/package.py * Restore list_url Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
2022-12-07osu-micro-benchmarks: add v7.0.1 (#34221)MatthewLieber1-1/+17
Co-authored-by: Matt Lieber <lieber.31@osu.edu>
2022-12-07libnrm: allow mpi other than mpich (#34232)eugeneswalker1-1/+1
2022-12-07[quantum-espresso] Parallel make fails for 6.{6,7} (#34238)Stephen Sachs1-2/+2
* [quantum-espresso] Parallel make fails for 6.{6,7} I run into a race condition in `make` with Intel compiler on icelake when building QE 6.6 and 6.7. * Fix comment Co-authored-by: Stephen Sachs <stesachs@amazon.com>
2022-12-07update kealib to 1.5.0 (#34237)Sam Gillingham1-1/+2
2022-12-07darshan-util: fix location of input for darshan-util tests (#34245)shanedsnyder1-10/+14
* fix location of input for darshan-util tests Darshan log file used for test input was removed from the Darshan repo after the 3.4.0 release. This commit adds logic to use a different log file as test input for later Darshan versions.
2022-12-07meep: add new versions and additional variants incl. dependencies (#34242)Eric Müller4-13/+78
* libctl: add new version Change-Id: I16f91cfab198c66b60407ab5bb2cb3ebeac6bc19 * New package: libgdsii Change-Id: I34b52260ab68ecc857ddf8cc63b124adc2689a51 * New package: mpb Change-Id: I6fdf5321c33d6bdbcaa1569026139a8483a3bcf8 * meep: add new version and variants Change-Id: I0b60a9a4d9a329f7bde9027514467e17376e6a39 * meep: use with_or_without Change-Id: I05584cb13df8ee153ed385e77d367cb34e39777e
2022-12-07Fix Apptainer (#34329)Sam Grayson1-0/+15
* Fix Apptainer * Add comments
2022-12-07Paraview catalyst updates (#34364)kwryankrattiger2-3/+3
* LibCatalyst: Fix version of pre-release develop version * ParaView: Requires libcatalyst@2: * ParaView: Apply adios2 module no kit patch to 5.11 This patch is still pending in VTK and didn't make it into 5.11 as anticipated.
2022-12-07bcache: support external gettext when `libintl` is in glibc (#34114)Bernhard Kaindl1-1/+3
* bcache: support external gettext when `libintl` is in glibc Many glibc-based Linux systems don't have gettext's libintl because libintl is included in the standard system's glibc (libc) itself. When using `spack external find gettext` on those, packages like `bcache` which unconditionally to link using `-lintl` fail to link with -lintl. Description of the fix: The libs property of spack's gettext recipe returns the list of libs, so when gettext provides libintl, use it. When not, there is no separate liblint library and the libintl API is provided by glibc. Tested with `spack external find gettext` on glibc-based Linux and in musl-based Alpine Linux to make sure that when -lintl is really needed, it is really used and nothing breaks.
2022-12-07Package magma: cleaned up cmake config (#33766)G-Ragghianti1-34/+26
2022-12-07likwid: add a permission fixing script a la singularity (#33503)Matthias Wolf2-5/+61
2022-12-06Fix dependency specification for CuSolver variant in HiOp. (#34138)Cameron Rutherford1-6/+8
Co-authored-by: pelesh <peless@ornl.gov> Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2022-12-06Add back depends_on directives needed to bootstrap on Python 3.6 (#34355)Massimiliano Culpo3-0/+14
This partially reverts commit 95b5d541291aae3b85a1582e2d0e39066ca4e17a.
2022-12-06htop: new version 3.2.1 (#34346)David Zmick1-1/+2
2022-12-06py-nbclient: add 0.7.2 and py-jupyter-core: add 5.1.0 (#34348)Manuela Kuhn2-3/+18
2022-12-06mercurial/py-pybind11: print_string no longer exists (#34340)Nicholas Sly2-4/+2
* Fix mercurial print_str failure. * Perform same fix on py-pybind11 for print_string missing method. Co-authored-by: Nicholas Cameron Sly <sly1@llnl.gov>
2022-12-06trilinos: +teko conflicts with ~ml (#34339)eugeneswalker1-0/+1
2022-12-06cfitsio: add v4.2.0 (#34316)lorddavidiii1-0/+1
2022-12-06ROOT: new versions and associated dependency constraints (#34185)Hadrien G1-3/+15
* Add new root versions and associated dependency constraints * Please style guide * Avoid conflicts where possible * Untested prototype of macOS version detection * Fixes for macOS version prototype * More logical ordering * More correctness and style fixes * Try to use spack's macos_version * Add some forgotten @s * Actually, Spack can't build Python 3.6 anymore, and thus no older PyROOT Co-authored-by: Seth R. Johnson <johnsonsr@ornl.gov>
2022-12-06pip/wheel/setuptools: extend PythonExtension (#34137)Adam J. Stewart3-21/+3
* pip/wheel/setuptools: extend PythonExtension * Base class still required
2022-12-06Fix compile errors with latest HDF5 1.13.3 (#34337)Houjun Tang1-1/+3
* Fix compile errors with latest HDF5 1.13.3 * format * Update var/spack/repos/builtin/packages/hdf5-vol-async/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2022-12-06Bootstrap most of Spack dependencies using environments (#34029)Massimiliano Culpo5-3/+69
This commit reworks the bootstrapping procedure to use Spack environments as much as possible. The `spack.bootstrap` module has also been reorganized into a Python package. A distinction is made among "core" Spack dependencies (clingo, GnuPG, patchelf) and other dependencies. For a number of reasons, explained in the `spack.bootstrap.core` module docstring, "core" dependencies are bootstrapped with the current ad-hoc method. All the other dependencies are instead bootstrapped using a Spack environment that lives in a directory specific to the interpreter and the architecture being used.
2022-12-05Update packages (#34344)Sam Grayson2-1/+10
2022-12-05graphite2: add dependency on freetype (#34292)Glenn Johnson1-0/+1
2022-12-05berkeleygw: add back python dependencies and tweak testsuite (#34125)Miguel Dias Costa1-5/+28
* slightly raise tolerance of some tests
2022-12-05SWIG: new version 4.1.0 (#34250)Seth R. Johnson2-14/+39
2022-12-05psrcat: fixed typo/undefined variable problem (#34334)downloadico1-1/+1
replaced the reference to the undefined "bindir" variable with prefix.bin
2022-12-05pharokka and py-phanotate: new packages (#34333)Luke Diorio-Toth2-0/+55
* pharokka and py-phanotate: new packages * move libxcrypt edit I don't need libxcrypt when not building dev infernal. Moving to a different PR
2022-12-05jellyfish: add variants for python and ruby bindings (#33832)Bernhard Kaindl1-7/+22
Co-authored-by: teachers-uk-net <stuart.morrison@kcl.ac.uk>
2022-12-05cray-mpich: fix dependencies for externals from manifest (#34231)Peter Scheibel1-0/+3
The cray manifest shows dependency information for cray-mpich, which we never previously cared about because it can only be used as an external. This updates Spack's dependency information to make cray-mpich specs read in from the cray external manifest usable.
2022-12-05redis: newer version and added TLS support (#34230)Loïc Pottier1-1/+33
Signed-off-by: Loïc Pottier <pottier1@llnl.gov> Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2022-12-05py-nodeenv: add 1.7.0 (#34314)Manuela Kuhn1-0/+2
2022-12-05py-num2words: add 0.5.12 (#34315)Manuela Kuhn1-0/+1
2022-12-05Drop support for older rocm releases - 4.5.0 till 5.0.2 (#34264)Sreenivasa Murthy Kolam46-192/+955
* initial changes for rocm recipes * drop support for older releases * drop support for older rocm releases - add more recipes * drop support for older releases * address style issues * address style error * fix errors * address review comments
2022-12-05Added plumed version 2.8.1 including gromacs compatibility (#34268)Hector Martinez-Seara2-2/+14
* Added plumed version 2.8.1 including gromacs compatibility * Corrected ~mpi and +mpi variants in new depends * Fixed regression logic plumed+gromacs@2020.6 support
2022-12-05LAMMPS: Add new versions (#32522)Richard Berger1-27/+142
* LAMMPS: Add version 20220803 and 20220623.1 * LAMMPS: Add 20220915, 20221103, and 20220623.2
2022-12-05feat(Hermes)!: add yaml-cpp dependency (#34330)H. Joe Lee1-0/+1
The 0.9.0-beta requires yaml-cpp for parsing the configuration file format in YAML. P.S. I'm using https://www.conventionalcommits.org/en/v1.0.0/#specification for this commit message.
2022-12-05Add packages related to the LWA software stack (#34112)downloadico4-0/+171
* epsic: add epsic package to spack * psrcat: add psrcat to spack * psrchive: add psarchive to spack * tempo: add tempo package to spack
2022-12-05clingo: add version 5.6.2 (#34317)Todd Gamblin1-1/+1
See release notes at https://github.com/potassco/clingo/releases/tag/v5.6.2
2022-12-05Add the very first version of cernlib package (#33911)andriish1-0/+28
* Add the very first version of cernlib * Update package.py * Update package.py Co-authored-by: Andrii Verbytskyi <andriish@pcatlas18.mpp.mpg.de>
2022-12-05py-nbclassic: add 0.4.8 and new package py-notebook-shim (#34320)Manuela Kuhn2-2/+46
* py-nbclassic: add 0.4.8 and new package py-notebook-shim * Add missing dependencies
2022-12-05py-llvmlite: add 0.39.1 (#34318)Manuela Kuhn1-0/+2
2022-12-05spectre: add v2022.12.02 (#34277)SXS Bot1-0/+3
Co-authored-by: sxs-bot <sxs-bot@users.noreply.github.com>
2022-12-05Thermo4PFM: new package (#34287)Jean-Luc Fattebert1-0/+19
2022-12-05gurobi: add v10.0.0, v9.5.2 (#34291)Glenn Johnson1-0/+2
2022-12-05freeglut: add dependency on libxxf86vm (#34293)Glenn Johnson1-0/+1
2022-12-05wannier90: gfortran-10 support and libs property (#34278)Glenn Johnson1-0/+10