Accepting request 958481 from home:eeich:branches:network:cluster
- Remove unneeded build dependency. - Make dependencies of spack and spack-recipes symetrical. OBS-URL: https://build.opensuse.org/request/show/958481 OBS-URL: https://build.opensuse.org/package/show/network:cluster/spack?expand=0&rev=44
This commit is contained in:
parent
dcff40561f
commit
5b9f174ff0
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 12:41:12 UTC 2022 - Egbert Eich <eich@suse.com>
|
||||
|
||||
- Remove unneeded build dependency.
|
||||
- Make dependencies of spack and spack-recipes symetrical.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 10 13:58:04 UTC 2022 - Egbert Eich <eich@suse.com>
|
||||
|
||||
|
@ -60,7 +60,6 @@ Patch9: Add-support-for-container-building-using-a-SLE-base-container.pa
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: lua-lmod
|
||||
BuildRequires: polkit
|
||||
BuildRequires: python-base
|
||||
BuildRequires: python3-urllib3
|
||||
BuildRequires: sudo
|
||||
BuildRequires: sysuser-tools
|
||||
@ -81,7 +80,6 @@ Requires: sudo
|
||||
Requires: tar
|
||||
Requires: xz
|
||||
Recommends: %spack_trigger_recommended
|
||||
Recommends: spack-recipes = %version
|
||||
%else
|
||||
BuildRequires: git
|
||||
BuildRequires: makeinfo
|
||||
@ -115,7 +113,7 @@ This package provides a module file that must be loaded to use spack.
|
||||
|
||||
%package recipes
|
||||
Summary: Spack built-in package recipes
|
||||
Requires: %{name} >= %version
|
||||
Requires: %{name} = %version
|
||||
|
||||
%description recipes
|
||||
Spack is a configurable Python-based HPC package manager, automating
|
||||
@ -309,7 +307,7 @@ EOF
|
||||
|
||||
# compile python files for python3
|
||||
# %%{buildroot}%%{spack_dir}/spack
|
||||
%py_compile .
|
||||
%py3_compile .
|
||||
|
||||
# make shell scripts executeable
|
||||
find %{buildroot}%{_localstatedir}/lib/spack/ -type f -name \*.sh -exec chmod 755 {} \;
|
||||
|
Loading…
Reference in New Issue
Block a user