- updated to version 0.19.0 with the following changes:

support multiple build systems
- Improvements from v0.18.0
- removed following patches as incorporated upstream:
- avoid bashism in post scripts (bsc#1195391)

OBS-URL: https://build.opensuse.org/package/show/network:cluster/spack?expand=0&rev=50
This commit is contained in:
Egbert Eich 2022-11-24 08:00:51 +00:00 committed by Git OBS Bridge
parent b5eb808f49
commit 3801f20f59

View File

@ -1,7 +1,7 @@
-------------------------------------------------------------------
Tue Nov 22 11:16:26 UTC 2022 - Christian Goll <cgoll@suse.com>
- updated to version 0.19.0 with follwoinig changes:
- updated to version 0.19.0 with the following changes:
* Spack's traditional package preferences are soft, but we've added hard
requriements to packages.yaml and spack.yaml
* spack install in an environment will no longer add to the specs: list; you'll
@ -11,7 +11,7 @@ Tue Nov 22 11:16:26 UTC 2022 - Christian Goll <cgoll@suse.com>
* concretizer:unify:true is now the default mode for new environments
* include environment configuration from URLs
* An increasing number of packages in the ecosystem need the ability to
support multiple build systems
support multiple build systems
* package ++variant:
enabled variant that will be propagated to dependencies
* git. prefix to specify git tags or branches as versions. All of these are
@ -27,7 +27,7 @@ Tue Nov 22 11:16:26 UTC 2022 - Christian Goll <cgoll@suse.com>
* You can override package.py attributes like url, directly in packages.yaml
* There are a number of new architecture-related format strings you can use
in Spack configuration files to specify paths
- Improvement from v0.18.0
- Improvements from v0.18.0
* spack install --reuse was introduced in v0.17.0, and --reuse is now the
default concretization mode. Spack will try hard to resolve dependencies
using installed packages or binaries
@ -57,14 +57,13 @@ Tue Nov 22 11:16:26 UTC 2022 - Christian Goll <cgoll@suse.com>
* In addition to being conditional themselves, variants can now have
conditional values that are only possible for certain configurations of a
package.
- removed following patches as incooperated upstream:
- removed following patches as incorporated upstream:
* fix-tumbleweed-naming.patch
-------------------------------------------------------------------
Mon Aug 15 19:39:22 UTC 2022 - Dirk Müller <dmueller@suse.com>
- avoid bashism in post scripts (bsc#1195391)
- avoid bashism in post scripts (bsc#1195391)
-------------------------------------------------------------------
Thu Apr 7 12:56:45 UTC 2022 - Egbert Eich <eich@suse.com>