- 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:
parent
b5eb808f49
commit
3801f20f59
@ -1,7 +1,7 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 22 11:16:26 UTC 2022 - Christian Goll <cgoll@suse.com>
|
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
|
* Spack's traditional package preferences are soft, but we've added hard
|
||||||
requriements to packages.yaml and spack.yaml
|
requriements to packages.yaml and spack.yaml
|
||||||
* spack install in an environment will no longer add to the specs: list; you'll
|
* 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
|
* concretizer:unify:true is now the default mode for new environments
|
||||||
* include environment configuration from URLs
|
* include environment configuration from URLs
|
||||||
* An increasing number of packages in the ecosystem need the ability to
|
* An increasing number of packages in the ecosystem need the ability to
|
||||||
support multiple build systems
|
support multiple build systems
|
||||||
* package ++variant:
|
* package ++variant:
|
||||||
enabled variant that will be propagated to dependencies
|
enabled variant that will be propagated to dependencies
|
||||||
* git. prefix to specify git tags or branches as versions. All of these are
|
* 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
|
* 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
|
* There are a number of new architecture-related format strings you can use
|
||||||
in Spack configuration files to specify paths
|
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
|
* spack install --reuse was introduced in v0.17.0, and --reuse is now the
|
||||||
default concretization mode. Spack will try hard to resolve dependencies
|
default concretization mode. Spack will try hard to resolve dependencies
|
||||||
using installed packages or binaries
|
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
|
* In addition to being conditional themselves, variants can now have
|
||||||
conditional values that are only possible for certain configurations of a
|
conditional values that are only possible for certain configurations of a
|
||||||
package.
|
package.
|
||||||
- removed following patches as incooperated upstream:
|
- removed following patches as incorporated upstream:
|
||||||
* fix-tumbleweed-naming.patch
|
* fix-tumbleweed-naming.patch
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 15 19:39:22 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
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>
|
Thu Apr 7 12:56:45 UTC 2022 - Egbert Eich <eich@suse.com>
|
||||||
|
Loading…
Reference in New Issue
Block a user