Accepting request 307405 from devel:libraries:c_c++
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/307405 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lapack?expand=0&rev=40
This commit is contained in:
parent
ecdab87c15
commit
dbba82e051
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 8 20:20:52 UTC 2015 - dmitry_r@opensuse.org
|
||||||
|
|
||||||
|
- Fix static libraries list
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 16 08:39:20 UTC 2014 - idonmez@suse.com
|
Wed Jul 16 08:39:20 UTC 2014 - idonmez@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lapack
|
# spec file for package lapack
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -80,7 +80,6 @@ Group: Development/Libraries/Parallel
|
|||||||
Requires: blas-devel = %{version}
|
Requires: blas-devel = %{version}
|
||||||
Requires: liblapack3 = %{version}
|
Requires: liblapack3 = %{version}
|
||||||
Provides: lapack = %{version}
|
Provides: lapack = %{version}
|
||||||
Provides: lapack-devel-static = %{version}
|
|
||||||
Obsoletes: lapack < %{version}
|
Obsoletes: lapack < %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -115,7 +114,6 @@ Summary: Basic Linear Algebra Subprograms
|
|||||||
Group: Development/Libraries/Parallel
|
Group: Development/Libraries/Parallel
|
||||||
Requires: libblas3 = %{version}
|
Requires: libblas3 = %{version}
|
||||||
Provides: blas = %{version}
|
Provides: blas = %{version}
|
||||||
Provides: blas-devel-static = %{version}
|
|
||||||
Obsoletes: blas < %{version}
|
Obsoletes: blas < %{version}
|
||||||
|
|
||||||
%description -n blas-devel
|
%description -n blas-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user