Revisions of spack
Egbert Eich (eeich)
committed
(revision 50)
- 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)
Egbert Eich (eeich)
accepted
request 1037625
from
Christian Goll (mslacken)
(revision 49)
- updated to version 0.19.0 with follwoinig 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 need to either use spack add <spec> or spack install --add <spec>. * spack uninstall will not remove from your environment's specs: list; you'll need to use spack remove or spack uninstall --remove. * 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 * package ++variant: enabled variant that will be propagated to dependencies * git. prefix to specify git tags or branches as versions. All of these are valid git versions in * spack ci generate --tests will generate a .gitlab-ci.yml file that not only does builds but also runs tests for built packages * spack test run --explicit will only run tests for packages that are explicitly installed, instead of all packages. * You can add a new shared_linking option to config.yaml to make Spack embed absolute paths to needed shared libraries in ELF executables and shared libraries on Linux * spack spec prints dependencies more legibly. Dependencies in the output now appear at the earliest level of indentation possible (#33406) * 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 * 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
buildservice-autocommit
accepted
request 998181
from
Christian Goll (mslacken)
(revision 48)
baserev update by copy to link target
Christian Goll (mslacken)
accepted
request 995220
from
Dirk Mueller (dirkmueller)
(revision 47)
- avoid bashism in post scripts (bsc#1195391)
buildservice-autocommit
accepted
request 967990
from
Egbert Eich (eeich)
(revision 46)
baserev update by copy to link target
Egbert Eich (eeich)
accepted
request 967985
from
Egbert Eich (eeich)
(revision 45)
- Fix: Fix-error-during-documentation-build-due-to-recursive-module-inclusion.patch This is needed to prevent an AttributeError during 'import spack.environment as some_name' when building Sphinx documentation - due to an outdated Python on SLE. The original version caused errors: 'NameError: name 'uenv' is not defined' when using 'spack env activate' et.al. (bsc#1198212).
Egbert Eich (eeich)
accepted
request 958481
from
Egbert Eich (eeich)
(revision 44)
- Remove unneeded build dependency. - Make dependencies of spack and spack-recipes symetrical.
Egbert Eich (eeich)
accepted
request 953232
from
Egbert Eich (eeich)
(revision 43)
- Add openssl-devel, xz-devel and libzip-devel as recommends bsc#1195789.
Egbert Eich (eeich)
accepted
request 945312
from
Christian Goll (mslacken)
(revision 41)
- updated to spack 0.17.1 with following chnages: * Allow locks to work under high contention (#27846) * Improve errors messages from clingo (#27707 #27970) * Respect package permissions for sbang (#25764) * Fix --enable-locks behavior (#24675) * Fix log-format reporter ignoring install errors (#25961) * Fix overloaded argparse keys (#27379) * Allow style commands to run with targets other than "develop" (#27472) * Log lock messages to debug level, instead of verbose level (#27408) * Handle invalid unicode while logging (#21447) * spack audit: fix API calls to variants (#27713) * Provide meaningful message for empty environment installs (#28031) * Added opensuse leap containers to spack containerize (#27837) * Revert "patches: make re-applied patches idempotent" (#27625) * MANPATH can use system defaults (#21682) * Add "setdefault" subcommand to `spack module tcl` (#14686) * Regenerate views when specs already installed (#28113) - removed leap-container.patch as incoperated upstream
Christian Goll (mslacken)
accepted
request 940447
from
Christian Goll (mslacken)
(revision 40)
- fixed the configuration files /etc/skel/.spack/{config|modules}.yaml so that spack writes to $HOME if started as user
Christian Goll (mslacken)
accepted
request 940167
from
Christian Goll (mslacken)
(revision 39)
- made objects.inv (Source5) to be static as the online version is changed dynamically
Christian Goll (mslacken)
committed
(revision 38)
update sphinx thing
Christian Goll (mslacken)
accepted
request 936284
from
Christian Goll (mslacken)
(revision 37)
- added leap-container.patch which adds leap15 as os to the spack containerize command.
Christian Goll (mslacken)
committed
(revision 36)
updated the parts needed for offline sphinx
Christian Goll (mslacken)
accepted
request 931785
from
Christian Goll (mslacken)
(revision 35)
- updated to version 0.17.0 (Upstream feature/bug references (<ID>) are relative to https://github.com/spack/spack/issues/<ID>). * New concretizer is now default The new concretizer introduced as an experimental feature in v0.16.0 is now the default (#25502). The new concretizer is based on the clingo logic programming system, and it enables us to do much higher quality and faster dependency solving The old concretizer is still available via the concretizer: original setting, but it is deprecated and will be removed in v0.18.0. * Binary Bootstrapping To make it easier to use the new concretizer and binary packages, Spack now bootstraps clingo and GnuPG from public binaries. If it is not able to bootstrap them from binaries, it installs them from source code. With these changes, you should still be able to clone Spack and start using it almost immediately. * Reuse existing packages (experimental) The most wanted feature from our 2020 user survey and the most wanted Spack feature of all time (#25310). spack install, spack spec, and spack concretize now have a --reuse option, which causes Spack to minimize the number of rebuilds it does. The --reuse option will try to find existing installations and binary packages locally and in registered mirrors, and will prefer to use them over building new versions. This will allow users to build from source far less than in prior versions of Spack. This feature will continue to be improved, with configuration options and better CLI expected in v0.17.1. It will become the default concretization mode in v0.18.0. * Better error messages We have improved the error messages generated by the new concretizer by
Christian Goll (mslacken)
accepted
request 925529
from
Egbert Eich (eeich)
(revision 34)
- Fix sysuser file name.
Egbert Eich (eeich)
committed
(revision 33)
- Update spack binary without recursive loop.
Egbert Eich (eeich)
committed
(revision 32)
- fix typo to export prefix in patch (bsc#1191395):
Christian Goll (mslacken)
accepted
request 922783
from
Egbert Eich (eeich)
(revision 31)
- Utilize sysuser infrastructure to set group spack.
Displaying revisions 61 - 80 of 110