- 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
This commit is contained in:
Christian Goll 2021-05-25 08:57:46 +00:00 committed by Git OBS Bridge
parent 228cd1f968
commit 93e1681a29
4 changed files with 27 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d893036b24d9ee0feee41ac33dd66e4fc68d392918f346f8a7a36a69c567567
size 5528986

3
spack-0.16.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ed3e5d479732b0ba82489435b4e0f9088571604e789f7ab9bc5ce89030793350
size 5541562

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue May 25 08:55:42 UTC 2021 - Christian Goll <cgoll@suse.com>
- 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 <eich@suse.com>

View File

@ -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