Accepting request 958493 from network:cluster
- Remove unneeded build dependency. - Make dependencies of spack and spack-recipes symetrical. (forwarded request 958481 from eeich) OBS-URL: https://build.opensuse.org/request/show/958493 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spack?expand=0&rev=22
This commit is contained in:
commit
36b9c06bc0
@ -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>
|
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: fdupes
|
||||||
BuildRequires: lua-lmod
|
BuildRequires: lua-lmod
|
||||||
BuildRequires: polkit
|
BuildRequires: polkit
|
||||||
BuildRequires: python-base
|
|
||||||
BuildRequires: python3-urllib3
|
BuildRequires: python3-urllib3
|
||||||
BuildRequires: sudo
|
BuildRequires: sudo
|
||||||
BuildRequires: sysuser-tools
|
BuildRequires: sysuser-tools
|
||||||
@ -81,7 +80,6 @@ Requires: sudo
|
|||||||
Requires: tar
|
Requires: tar
|
||||||
Requires: xz
|
Requires: xz
|
||||||
Recommends: %spack_trigger_recommended
|
Recommends: %spack_trigger_recommended
|
||||||
Recommends: spack-recipes = %version
|
|
||||||
%else
|
%else
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: makeinfo
|
BuildRequires: makeinfo
|
||||||
@ -115,7 +113,7 @@ This package provides a module file that must be loaded to use spack.
|
|||||||
|
|
||||||
%package recipes
|
%package recipes
|
||||||
Summary: Spack built-in package recipes
|
Summary: Spack built-in package recipes
|
||||||
Requires: %{name} >= %version
|
Requires: %{name} = %version
|
||||||
|
|
||||||
%description recipes
|
%description recipes
|
||||||
Spack is a configurable Python-based HPC package manager, automating
|
Spack is a configurable Python-based HPC package manager, automating
|
||||||
@ -309,7 +307,7 @@ EOF
|
|||||||
|
|
||||||
# compile python files for python3
|
# compile python files for python3
|
||||||
# %%{buildroot}%%{spack_dir}/spack
|
# %%{buildroot}%%{spack_dir}/spack
|
||||||
%py_compile .
|
%py3_compile .
|
||||||
|
|
||||||
# make shell scripts executeable
|
# make shell scripts executeable
|
||||||
find %{buildroot}%{_localstatedir}/lib/spack/ -type f -name \*.sh -exec chmod 755 {} \;
|
find %{buildroot}%{_localstatedir}/lib/spack/ -type f -name \*.sh -exec chmod 755 {} \;
|
||||||
|
Loading…
Reference in New Issue
Block a user