Accepting request 848906 from science
OBS-URL: https://build.opensuse.org/request/show/848906 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/superlu?expand=0&rev=26
This commit is contained in:
commit
36046f9efb
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4339ba714c3ad2165d2b9a608114d3150921509fbc8757184a693ee4d4581abe
|
||||
size 2595228
|
||||
oid sha256:0682bc8d6690fe8286595449a61bab55bf0c4775dc004ffeab09d2e12b599f90
|
||||
size 2595040
|
||||
|
@ -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