Revisions of spack

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1158555 from Egbert Eich's avatar Egbert Eich (eeich) (revision 41)
- Add libgfortran, libfl2 and libzip5 to the Spack runtime
  container as the Spack build container has the corresponding
  devel packages but these libraries are not installed in a
  BCI-style base container by default (bsc#1221503). (forwarded request 1158547 from eeich)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1146129 from Egbert Eich's avatar Egbert Eich (eeich) (revision 39)
- Make python version used configurable.
- Filter out more rpmlint errors. (forwarded request 1146128 from eeich)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1143572 from Egbert Eich's avatar Egbert Eich (eeich) (revision 38)
- Update Spack to version 0.21.1
  * Add support for reading buildcaches created by Spack v0.22
  * Bugfixes
    + `spack graph`: fix coloring with environments
    + `spack info`: sort variants in --variants-by-name
    + `Spec.format`: error on old style format strings
    + ASP-based solver:
       - fix infinite recursion when computing concretization
         errors,
       - don't error for type mismatch on preferences,
       - don't emit spurious debug output.
    + Improve the error message for deprecated preferences.
    + Fix multi-word aliases.
    + Add a warning for unconfigured compiler.
    + environment: fix an issue with deconcretization/reconcretization
      of specs.
    + buildcache: don't error if a patch is missing, when
      installing from binaries
- From version 0.21.0
  * following new features:
    + Better error messages with condition chaining:
      In v0.18, we added better error messages that could tell you
      what problem happened, but they couldn't tell you why it
      happened. 0.21 adds condition chaining to the solver, and
      Spack can now trace back through the conditions that led to
      an error and build a tree of causes potential causes and
      where they came from.
    + OCI build caches:
      You can now use an arbitrary OCI registry as a build cache:
      - For Dockerhub:
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1124071 from Egbert Eich's avatar Egbert Eich (eeich) (revision 37)
- Update to version 0.20.3 with the following changes:
  * Bug fixes:
    + Fix a bug where `spack mirror set-url` would drop configured
	  connection info.
    + Fix a minor issue with package hash computation for Python 3.12.
    + Improve escaping in Tcl module files.
    + Make repo cache work on repositories with zero mtime.
    + Ignore errors for newer, incompatible buildcache version.
    + Print an error when git is required, but missing.
    + Ensure missing build dependencies get installed when using
	  `spack install --overwrite`.
    + Fix an issue where Spack freezes when the build process
	  unexpectedly exits.
    + Fix a bug where installation failures cause an unrelated
	  `NameError` to be thrown.
    + Fix an issue where Spack package versions would be incorrectly
	  derived from git tags.
    + Fix a bug triggered when file locking fails internally.
    + Prevent `spack external find` to error out when a directory
	  cannot be accessed.
    + Fix multiple performance regressions in environments.
    + Add more ignored modules to `pyproject.toml` for `mypy`.
  * Features:
    + Spack now supports Python 3.12.
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1110682 from Egbert Eich's avatar Egbert Eich (eeich) (revision 36)
- Update to version 0.20.1 with the following changes:
  * Bug fixes:
    + Fix spec removed from an environment where not actually
      removed if `--force` was not given.
    + Hotfix for a few recipes that treat CMake as a link
      dependency.
    + Fix re-running stand-alone test a second time, which was
      getting a trailing spurious failure.
    + Fix reading JSON manifest on Cray, reporting non-concrete
      specs.
    + Fix a few bugs when generating Dockerfiles from Spack.
    + Fix a few long-standing bugs when generating module files.
    + Fix issues with building Python extensions when using an
      external Python.
    + Fix `spack compiler remove`: remove from command line even
      if they appear in different scopes.
  * Features:
    + Speed-up module file generation.
    + Show external status as `[e]`.
    + Backport `archspec` fixes.
    + Improve a few error messages. (forwarded request 1110679 from eeich)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1103772 from Egbert Eich's avatar Egbert Eich (eeich) (revision 35)
- Fix SPACK_ROOT setting in /etc/profile.d/spack.[c]sh (bsc#1214222).
- Don't source /etc/os-release directly, use a subshell.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1095551 from Egbert Eich's avatar Egbert Eich (eeich) (revision 34)
- Make sure, libhwloc and hwloc are installed together when
  spack is installed. (forwarded request 1095549 from eeich)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1090534 from Egbert Eich's avatar Egbert Eich (eeich) (revision 33)
- Do not attempt to build documentation for 32-bit, s390x and
  ppc64*. There are build issues on some build targets. (forwarded request 1090531 from eeich)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1074104 from Egbert Eich's avatar Egbert Eich (eeich) (revision 30)
- run-find-external.sh: Extend the range of versions of MPI
  flavors to be searched for when asking Spack to look (forwarded request 1074103 from eeich)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1068487 from Egbert Eich's avatar Egbert Eich (eeich) (revision 28)
- Udpate to 0.19.1 with following bug fixes:
  * buildcache create: make "file exists" less verbose
  * spack mirror create: don't change paths to urls
  * Improve error message for requirements
  * Fix libtool filter for Fujitsu compilers
  * FileCache: delete the new cache file on exception
- using `--all` flag for `spack external find` in the %triggrin 
  section, as MPI packages were not recognized any more, fixing
  (bsc#1208751) (forwarded request 1068458 from mslacken)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1062188 from Egbert Eich's avatar Egbert Eich (eeich) (revision 27)
- Make sure the spack environment is set up correctly in
  spack-generated Dockerfiles (boo#1207784):
  Make-sure-spack-environment-is-set-up-in-Dockerfile-template.patch (forwarded request 1062187 from eeich)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1057974 from Egbert Eich's avatar Egbert Eich (eeich) (revision 26)
- Yet another fix for /var/spack/repos -> /usr/share/spack/repos
  move. (forwarded request 1057973 from eeich)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1040236 from Christian Goll's avatar Christian Goll (mslacken) (revision 25)
env stuff fixed (forwarded request 1040235 from mslacken)
Displaying revisions 1 - 20 of 43
openSUSE Build Service is sponsored by