Accepting request 848904 from home:anag:branches:science
- Fix package name, re-add lines removed by mistake. This fix duplicate binary names. (boo#1178840) OBS-URL: https://build.opensuse.org/request/show/848904 OBS-URL: https://build.opensuse.org/package/show/science/superlu?expand=0&rev=30
This commit is contained in:
parent
bb64cce769
commit
f22e43c088
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 16 14:41:49 UTC 2020 - Ana Guerrero Lopez <aguerrero@suse.com>
|
||||
|
||||
- Fix package name, re-add lines removed by mistake.
|
||||
This fix duplicate binary names. (boo#1178840)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 26 14:11:13 UTC 2020 - Ana Guerrero Lopez <aguerrero@suse.com>
|
||||
|
||||
|
@ -21,6 +21,7 @@
|
||||
# Base package name
|
||||
%define pname superlu
|
||||
%define ver 5.2.2
|
||||
%define _ver %(echo %{ver} | tr . _)
|
||||
|
||||
%if "%flavor" == ""
|
||||
ExclusiveArch: do_not_build
|
||||
@ -75,6 +76,7 @@ ExclusiveArch: do_not_build
|
||||
%define libname lib%{name}%{?_sover}
|
||||
%else
|
||||
%{hpc_init -c %compiler_family %{?c_f_ver:-v %{c_f_ver}} %{?ext:-e %{ext}}}
|
||||
%define package_name %{hpc_package_name %_ver}
|
||||
%define p_prefix %hpc_prefix
|
||||
%define p_includedir %hpc_includedir
|
||||
%define p_libdir %hpc_libdir
|
||||
|
Loading…
Reference in New Issue
Block a user