summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-03-20perl-cpan-meta-check: add v0.017 (#36224)Alec Scott1-0/+1
2023-03-20perl-config-general: add v2.65 (#36225)Alec Scott1-0/+1
2023-03-20perl-compress-raw-zlib: add v2.204 (#36226)Alec Scott1-0/+1
2023-03-20perl-compress-raw-bzip2: add v2.204 (#36227)Alec Scott1-0/+1
2023-03-20perl-clone: add v0.46 (#36228)Alec Scott1-0/+1
2023-03-20perl-class-method-modifiers: add v2.15 (#36229)Alec Scott1-0/+1
2023-03-20perl-class-load: add v0.25 (#36230)Alec Scott1-0/+1
2023-03-20lis: add v2.1.0 (#36231)Alec Scott1-0/+1
2023-03-20bazel: add v6.1.1 (#36234)Alec Scott1-0/+1
2023-03-20llvm: add v16 (#36239)Harmen Stoppels1-0/+6
2023-03-20homer: add v4.11.1 (#36232)Alec Scott1-0/+1
2023-03-20perl-dbd-pg: add v3.16.1 (#36220)Alec Scott1-0/+1
2023-03-20intel-xed: add version 2022.10.11 (#36244)Mark W. Krentel1-0/+2
2023-03-20pax-utils: add v1.3.3 (#36204)Alec Scott1-0/+1
2023-03-20openldap: add v2.6.4 (#36202)Alec Scott1-0/+1
2023-03-20gpgme: add v1.19.0 (#36201)Alec Scott1-0/+1
2023-03-20code-server: add v4.11.0 (#36200)Alec Scott1-0/+1
2023-03-20autodiff: add v1.0.1 (#36199)Alec Scott1-0/+1
2023-03-20elfutils: add v0.189 (#35859)Alec Scott1-0/+1
2023-03-20py-tensorboard-data-server: add v0.7.0 (#36248)Adam J. Stewart1-1/+1
2023-03-20modules tcl: fix autoload mechanism in template (#36237)Xavier Delaruelle2-19/+3
Adapt tcl modulefile template to call "module load" on autoload dependency without testing if this dependency is already loaded or not. The is-loaded test is not necessary, as module commands know how to cope with an already loaded module. With environment-modules 4.2+ (released in 2018) it is also important to have this "module load" command even if dependency is already loaded in order to record that the modulefile declares such dependency. This is important if you want to keep a consistent environment when a dependent module is unloaded. The "Autoloading" verbose message is also removed as recent module commands will report such information to the user (depending on the verbosity configured for the module command). Such change has been test successfully with Modules 3.2 (EL7), 4.5 (EL8) and 5.2 (latest) and also with Lmod 7 and 8 (as it is mentionned in Spack docs that Lmod can be used along with tcl modules). Dependencies are correctly loaded or unloaded, whether they are loaded/unloaded or not. This change fixes Tcl quoting issue introduced in #32853. Fixes #19155.
2023-03-20bash: add v5.2.15 (#36245)Adam J. Stewart1-0/+3
2023-03-20gawk: fix build on Apple Silicon (#36246)Adam J. Stewart1-1/+7
2023-03-20diffutils: add v3.9 (#35852)Alec Scott1-0/+1
2023-03-20harminv: add v1.4.2 and update URL to maintained git repository (#36062)Alec Scott1-4/+4
2023-03-19py-setuptools-git-versioning: new package (#36123)Angus Gibson1-0/+22
* py-setuptools-git-versioning: new package * Apply suggestions from code review Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2023-03-19qt-* (Qt6 pkgs): new version 6.4.3 (#36235)Wouter Deconinck5-0/+7
2023-03-18bumpversion: add v0.6.0 and bump2version dependency (#36021)Alec Scott2-0/+19
* bumpversion: add v0.6.0 * Add bump2version dependency package
2023-03-19Fix case spelling for Lmod and Tcl (#36215)Xavier Delaruelle26-46/+46
2023-03-18py-hepunits: new versions 2.2.0, 2.2.1, 2.3.0, 2.3.1 (#35545)Wouter Deconinck1-3/+13
* py-hepunits: new versions 2.2.0, 2.2.1, 2.3.0, 2.3.1 Python 2 support dropped in 2.2 series. Ref: https://github.com/scikit-hep/hepunits/compare/v2.1.1...v2.3.1 * py-hepunits: py-hatchling as of version 2.3 * [@spackbot] updating style on behalf of wdconinc * py-hepunits: only depends_on toml through 2.1.1 --------- Co-authored-by: wdconinc <wdconinc@users.noreply.github.com>
2023-03-18New package py-pyhull (#36107)Benjamin Meyers1-0/+24
* New package py-pyhull * [@spackbot] updating style on behalf of meyersbs
2023-03-18New package py-seekpath (#36108)Benjamin Meyers1-0/+23
* New package py-seekpath * [@spackbot] updating style on behalf of meyersbs
2023-03-18New package py-pyisemail (#36112)Benjamin Meyers1-0/+22
2023-03-18py-scikit-image: add v0.20.0 (#36167)Adam J. Stewart5-29/+73
* py-scikit-image: add v0.20.0 * [@spackbot] updating style on behalf of adamjstewart --------- Co-authored-by: adamjstewart <adamjstewart@users.noreply.github.com>
2023-03-18cmake build system: make "generator" a variant (#35552)Massimiliano Culpo51-149/+129
2023-03-18Fix wrong computation of concrete specs due to a bug in intersects (#36194)Massimiliano Culpo3-1/+24
fixes #36190
2023-03-18patchelf: add v0.17.2 (#36203)Alec Scott1-0/+1
2023-03-18ffmpeg: add v6.0 (#35857)Alec Scott2-2/+3
* ffmpeg: add v6.0 * Add limit to py-torchvision to prevent ffmpeg v6.0
2023-03-17cython: force through env variable (#35995)Harmen Stoppels2-0/+44
2023-03-17libsigsegv: add v2.14 (#36070)Alec Scott1-0/+1
2023-03-17geant4: new version 11.0.4 (#36185)Ben Morgan1-0/+1
2023-03-17Improve wording of audit message (#36180)Massimiliano Culpo1-2/+5
2023-03-17libpciaccess: add v0.17 (#36076)Alec Scott1-0/+1
2023-03-17Update PennyLane and PennyLane Lightning (#35406)Amintor Dusko4-20/+158
2023-03-17Windows: properly handle symlink failures (#36003)John W. Parent2-4/+10
In the Windows filesystem logic for creating a symlink, we intend to fall back to a copy when the symlink cannot be created (for some configuration settings on Windows it is not possible for the user to create a symlink). It turns out we were overly-broad in which exceptions lead to this fallback, and the subsequent copy would also fail: at least one case where this occurred is when we attempted to create a symlink that already existed. The updated logic expressly avoids falling back to a copy when the file/symlink already exists.
2023-03-17libxdmcp: add v1.1.4 (#36074)Alec Scott1-0/+1
2023-03-17Bazel: limit parallelism (#36002)Adam J. Stewart5-10/+37
* Bazel: limit parallelism * Patch packages that don't directly invoke bazel * Style fixes * flag comes after build, not bazel * flag comes after build, not bazel * command is only attribute if specific package
2023-03-17veccore: new version 0.8.1 (#36184)Seth R. Johnson2-6/+3
2023-03-17Switch GROMACS build type to Release (#36181)Szilárd Páll1-1/+1
The current default RelWithDebInfo gives significantly slower builds so it should not be the default.
2023-03-17boost: add patch for 1.81.0 (#35964)Valentin Volkl2-0/+35