From 93e1681a29ec59b5d73f7dc0af520205dcbb16204b8dfcac00f1c71ac088b0df Mon Sep 17 00:00:00 2001 From: Christian Goll Date: Tue, 25 May 2021 08:57:46 +0000 Subject: [PATCH] - update to version 0.16.1 * Major performance improvement for spack load and other commands. * spack fetch is now environment-aware. (#19166) * Numerous fixes for the new, clingo-based concretizer. * Supoprt for automatically bootstrapping clingo from source. * Python 3.10 support: collections.abc * Fix import issues by using __import__ instead of Spack package import. * Bugfixes and --source-dir argument for spack location. * Better support for externals in shared prefixes. * spack build-env now prefers specs defined in the active environment. * Remove erroneous warnings about quotes in from_sourcing_files. * Fix clearing cache of InternalConfigScope. * Bugfix for active when pkg is already active error. * Make SingleFileScope able to repopulate the cache after clearing it. * Channelflow: Fix the package. * More descriptive error message for bugs in package.py * Use package-supplied autogen.sh * Respect -k/verify-ssl-false in _existing_url method. OBS-URL: https://build.opensuse.org/package/show/network:cluster/spack?expand=0&rev=21 --- spack-0.16.1.tar.gz | 3 --- spack-0.16.2.tar.gz | 3 +++ spack.changes | 23 +++++++++++++++++++++++ spack.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 spack-0.16.1.tar.gz create mode 100644 spack-0.16.2.tar.gz diff --git a/spack-0.16.1.tar.gz b/spack-0.16.1.tar.gz deleted file mode 100644 index d65819f..0000000 --- a/spack-0.16.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d893036b24d9ee0feee41ac33dd66e4fc68d392918f346f8a7a36a69c567567 -size 5528986 diff --git a/spack-0.16.2.tar.gz b/spack-0.16.2.tar.gz new file mode 100644 index 0000000..d2b4d02 --- /dev/null +++ b/spack-0.16.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed3e5d479732b0ba82489435b4e0f9088571604e789f7ab9bc5ce89030793350 +size 5541562 diff --git a/spack.changes b/spack.changes index 8ef35c5..2e080fb 100644 --- a/spack.changes +++ b/spack.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue May 25 08:55:42 UTC 2021 - Christian Goll + +- update to version 0.16.1 + * Major performance improvement for spack load and other commands. + * spack fetch is now environment-aware. (#19166) + * Numerous fixes for the new, clingo-based concretizer. + * Supoprt for automatically bootstrapping clingo from source. + * Python 3.10 support: collections.abc + * Fix import issues by using __import__ instead of Spack package import. + * Bugfixes and --source-dir argument for spack location. + * Better support for externals in shared prefixes. + * spack build-env now prefers specs defined in the active environment. + * Remove erroneous warnings about quotes in from_sourcing_files. + * Fix clearing cache of InternalConfigScope. + * Bugfix for active when pkg is already active error. + * Make SingleFileScope able to repopulate the cache after clearing it. + * Channelflow: Fix the package. + * More descriptive error message for bugs in package.py + * Use package-supplied autogen.sh + * Respect -k/verify-ssl-false in _existing_url method. + + ------------------------------------------------------------------- Mon May 3 06:34:46 UTC 2021 - Egbert Eich diff --git a/spack.spec b/spack.spec index 658f149..033695c 100644 --- a/spack.spec +++ b/spack.spec @@ -36,7 +36,7 @@ ExclusiveArch: do_not_build # non oss packages %define spack_trigger_external cuda-nvcc Name: spack -Version: 0.16.1 +Version: 0.16.2 Release: 0 Summary: Package manager for HPC systems License: Apache-2.0 AND MIT AND Python-2.0 AND BSD-3-Clause