Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-03-24 | henson: simplify args logic with define_from_variant (#36398) | Arnur Nigmetov | 1 | -10/+7 | |
Co-authored-by: Arnur Nigmetov <nigmetov@tugraz.at> | |||||
2023-03-24 | Changes to AOCC spack recipe to use new compiler download URLs (#36353) | AMD Toolchain Support | 1 | -24/+4 | |
2023-03-24 | Expat package: add CMake-build option (#35109) | John W. Parent | 1 | -2/+27 | |
* Add option to optionally build with CMake * Autotools is preferred where available * Unlike the autotools-based build, the CMake-based build creates either static or shared libs, not both (the default is shared and is controlled with a new "shared" variant that only exists when building with cmake) * Note that `cmake~ownlibs` depends on expat, so would require `expat build_system=autotools` (to avoid a cyclic dependency) | |||||
2023-03-24 | gfortran version fix (#36351) | Jim Edwards | 1 | -10/+14 | |
* gfortran version fix * modified approach to get gfortran version * add checksum for v8.4.1 | |||||
2023-03-24 | perl-module-corelist: add v5.20230320 (#36366) | Alec Scott | 1 | -0/+3 | |
* perl-module-corelist: add v5.20230320 * [@spackbot] updating style on behalf of alecbcs --------- Co-authored-by: alecbcs <alecbcs@users.noreply.github.com> | |||||
2023-03-24 | perl-module-build: add v0.4232 (#36365) | Alec Scott | 1 | -0/+1 | |
2023-03-24 | py-timmm: add v0.6.13 (#36377) | Adam J. Stewart | 1 | -0/+1 | |
2023-03-24 | perl-moo: add v2.005005 (#36367) | Alec Scott | 1 | -0/+1 | |
2023-03-24 | perl-mro-compat: add v0.15 (#36369) | Alec Scott | 1 | -0/+1 | |
2023-03-24 | perl-net-http: add v6.22 (#36370) | Alec Scott | 1 | -0/+1 | |
2023-03-24 | perl-padwalker: add v2.5 (#36372) | Alec Scott | 1 | -0/+1 | |
2023-03-24 | perl-package-deprecationmanager: add v0.18 (#36371) | Alec Scott | 1 | -0/+1 | |
2023-03-24 | perl-parallel-forkmanager: add v2.02 (#36373) | Alec Scott | 1 | -0/+1 | |
2023-03-24 | perl-path-tiny: add v0.144 (#36374) | Alec Scott | 1 | -0/+1 | |
2023-03-24 | perl-pdf-api2: add v2.044 (#36375) | Alec Scott | 1 | -0/+1 | |
2023-03-24 | perl-pegex: add v0.75 (#36376) | Alec Scott | 1 | -0/+1 | |
2023-03-24 | perl-perl4-corelibs: add v0.005 (#36379) | Alec Scott | 1 | -0/+1 | |
2023-03-24 | perl-perlio-utf8-strict: add v0.010 (#36380) | Alec Scott | 1 | -0/+1 | |
2023-03-24 | perl-scalar-list-utils: add v1.63 (#36381) | Alec Scott | 1 | -0/+1 | |
2023-03-24 | perl-statistics-descriptive: add v3.0800 (#36382) | Alec Scott | 1 | -0/+1 | |
2023-03-24 | perl-sub-exporter: add v0.989 (#36383) | Alec Scott | 1 | -0/+1 | |
2023-03-24 | perl-sub-install: add v0.929 (#36384) | Alec Scott | 1 | -0/+1 | |
2023-03-24 | perl-sub-name: add v0.26 (#36385) | Alec Scott | 1 | -0/+1 | |
2023-03-24 | perl-sub-quote: add v2.006008 (#36386) | Alec Scott | 1 | -0/+1 | |
2023-03-24 | perl-svg: add v2.87 (#36387) | Alec Scott | 1 | -0/+1 | |
2023-03-24 | perl-test-deep: add v1.204 (#36388) | Alec Scott | 1 | -0/+1 | |
2023-03-24 | perl-test-differences: add v0.69 (#36389) | Alec Scott | 1 | -0/+1 | |
2023-03-24 | perl-test-fatal: add v0.017 (#36390) | Alec Scott | 1 | -0/+1 | |
2023-03-24 | perl-test-most: add v0.38 (#36391) | Alec Scott | 1 | -0/+1 | |
2023-03-24 | perl-test-needs: add v0.002010 (#36392) | Alec Scott | 1 | -0/+1 | |
2023-03-24 | perl-test-requires: add v0.11 (#36393) | Alec Scott | 1 | -0/+1 | |
2023-03-24 | perl-test-warnings: add v0.031 (#36394) | Alec Scott | 1 | -0/+1 | |
2023-03-24 | perl-text-csv: add v2.02 (#36395) | Alec Scott | 1 | -0/+1 | |
2023-03-24 | perl-text-format: add v0.62 (#36396) | Alec Scott | 1 | -0/+1 | |
2023-03-24 | perl-text-simpletable: add v2.07 (#36397) | Alec Scott | 1 | -0/+1 | |
2023-03-24 | gh: add v2.25.1 (#36364) | Alec Scott | 1 | -0/+1 | |
2023-03-24 | modules tcl: simplify env modification block in template (#36334) | Xavier Delaruelle | 4 | -24/+27 | |
Simplify environment modification block in modulefile Tcl template by always setting a path delimiter to the prepend-path, append-path and remove-path commands. Remove --delim option to the setenv command as this command does not allow such option. Update test_prepend_path_separator test to explicitly check the 6 path-like commands that should be present in generated modulefile. | |||||
2023-03-24 | Add a pre-check job to bootstrap the environment on Python 3.6 (#36358) | Massimiliano Culpo | 2 | -0/+28 | |
* Add a pre-check job that just bootstrap the environment on Python 3.6 * py-typing-extension: restore information on Python 3.6 installation * Fix job name, try to run quick test on installed python packages | |||||
2023-03-24 | git: new version 2.40.0 (#36354) | Wouter Deconinck | 1 | -0/+2 | |
Release notes: https://github.com/git/git/blob/v2.40.0/Documentation/RelNotes/2.40.0.txt (nothing worrisome there). Commit history with recent changes to installation procedure: https://github.com/git/git/commits/master/INSTALL (nothing worrisome there). This builds fine on my system, ``` ==> git: Successfully installed git-2.40.0-sb7gmy64ivwstfwwjyff7y5mbbc7vtos ``` | |||||
2023-03-23 | zstd package: add Cmake build (#35104) | John W. Parent | 1 | -3/+33 | |
* This enables building zstd on Windows * CMake is now the default for all systems | |||||
2023-03-23 | unit tests: don't hard-code arch in compiler config (#36360) | Harmen Stoppels | 1 | -3/+0 | |
This breaks when testing on non-x86_64 machines outside CI | |||||
2023-03-23 | faircmakemodules: Add new package (#36345) | Dr. Christian Tacke | 1 | -0/+22 | |
Co-authored-by: Dennis Klein <d.klein@gsi.de> | |||||
2023-03-23 | Fix regression on compiler constraint (#36342) | Massimiliano Culpo | 3 | -3/+68 | |
fixes #36339 We were missing a rule that enforced a match between the `node_compiler` and the compiler used to satisfy a requirement. Fix compiler with custom, made up version too | |||||
2023-03-23 | Update various Jupyter packages (#36332) | Adam J. Stewart | 24 | -76/+104 | |
* Update various Jupyter packages * Fix missing versions | |||||
2023-03-23 | fairlogger: 1.9 and older are incompatible with fmt 9+ (#36336) | Dr. Christian Tacke | 1 | -0/+1 | |
Co-authored-by: Dennis Klein <d.klein@gsi.de> | |||||
2023-03-23 | libzip: add version 1.3.2 (#36337) | Sergey Kosukhin | 1 | -0/+8 | |
* libzip: add property 'headers' * libzip: add version 1.3.2 | |||||
2023-03-23 | [mochi-margo] margo version 0.13.1 added (#36344) | Matthieu Dorier | 1 | -0/+1 | |
2023-03-23 | gcc: fix for apple-clang conflicts (#36165) | Matthew Thompson | 1 | -1/+1 | |
* gcc: fix for apple-clang conflict * Update var/spack/repos/builtin/packages/gcc/package.py Use variant by @adamjstewart Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2023-03-23 | Revert "Bugfix: package requirements with git commits (#35057)" (#36341) | Harmen Stoppels | 4 | -215/+11 | |
This reverts commit 3d597e29bee1429d2b8d204016df40b575900d66. | |||||
2023-03-23 | Bugfix: package requirements with git commits (#35057) | Peter Scheibel | 4 | -11/+215 | |
* Specs that define 'new' versions in the require: section need to generate associated facts to indicate that those versions are valid. * add test to verify success with unknown versions. |