summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-03-20new package py-oracledb (#36191)Andrew-Dunning-NNL1-0/+31
* new package py-oracledb * py-oracledb use python3.6:
2023-03-20py-pint-xarray: new package (#36106)Erik Heeren1-0/+25
* py-pint-xarray: new package * py-pint-xarray: review remarks
2023-03-20py-pdf2image: new package (#36088)Erik Heeren1-0/+21
* py-pdf2image: new package * py-pdf2image: 1.16.3 source now available on pypi * Update var/spack/repos/builtin/packages/py-pdf2image/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2023-03-20Python: add several new versions (#36249)Adam J. Stewart1-2/+8
2023-03-20spack install: simplify behavior when inside environments (#35206)Harmen Stoppels4-219/+185
Example one: ``` spack install --add x y z ``` is equivalent to ``` spack add x y z spack concretize spack install --only-concrete ``` where `--only-concrete` installs without modifying spack.yaml/spack.lock Example two: ``` spack install ``` concretizes current spack.yaml if outdated and installs all specs. Example three: ``` spack install x y z ``` concretizes current spack.yaml if outdated and installs *only* concrete specs in the environment that match abstract specs `x`, `y`, or `z`.
2023-03-20heffte: update versions and arch flags (#36095)Miroslav Stoyanov1-19/+33
* update versions and arch flags * style update * more style issues * fix hashes and testing problem * return the old versions, but they are really bad * fix style --------- Co-authored-by: Gerald Ragghianti <gerald@ragghianti.com>
2023-03-20libpng: add v1.6.39 (#36247)Adam J. Stewart1-0/+1
2023-03-20Remove unused `ignore` parameter of `extends()` directive (#35588)Adam J. Stewart18-70/+1
The `ignore` parameter was only used for `spack activate/deactivate`, and it isn't used by Spack Environments which have their own handling of file conflicts. We should remove it. Everything that handles `ignore=` was removed in #29317 and included in 0.19, when we removed `spack activate` and `spack deactivate` in favor of environments. So all of these usages removed here were already being ignored by Spack.
2023-03-20LULESH: fix space in rpath for +visual (#36094)Jean-Baptiste Besnard1-2/+1
2023-03-20ci.py: remove redundant wrapper around get (#36188)Harmen Stoppels1-30/+24
2023-03-20GEOS: add v3.11.2 (#36189)Adam J. Stewart1-0/+1
2023-03-20hypre: add v2.28.0 (#36187)Rob Falgout1-0/+1
2023-03-20lrzip: New version 0.651 (#36196)Erik Schnetter1-0/+1
2023-03-20perl: add v5.37.9 (#36205)Alec Scott1-0/+1
2023-03-20perl-b-hooks-endofscope: add v0.26 (#36208)Alec Scott1-0/+1
2023-03-20perl-capture-tiny: add v0.48 (#36209)Alec Scott1-0/+1
2023-03-20perl-class-inspector: add v1.36 (#36211)Alec Scott1-0/+1
2023-03-20perl-alien-build: add v2.78 (#36206)Alec Scott1-0/+1
2023-03-20perl-app-cmd: add v0.335 (#36207)Alec Scott1-0/+1
2023-03-20perl-cgi: add v4.56 (#36210)Alec Scott1-0/+1
2023-03-20rclone: New version 1.62.2 (#36197)Erik Schnetter1-0/+1
2023-03-20perl-dbi: add v1.643 (#36218)Alec Scott1-0/+1
2023-03-20perl-dbd-sqlite: add v1.72 (#36219)Alec Scott1-0/+1
2023-03-20perl-db-file: add v1.858 (#36221)Alec Scott1-0/+1
2023-03-20perl-date-manip: add v6.91 (#36222)Alec Scott1-0/+1
2023-03-20perl-data-optlist: add v0.113 (#36223)Alec Scott1-0/+1
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