Accepting request 131705 from devel:libraries:c_c++
%build is expanded, also in comments, so the % needs to be escaped. This caused a failure on Fedora builds (forwarded request 131473 from MargueriteSu) OBS-URL: https://build.opensuse.org/request/show/131705 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
508f81e40a
commit
9473787d47
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 23 16:07:47 UTC 2012 - Rene.vanPaassen@gmail.com
|
||||
|
||||
- need to escape % in comments -- Fedora builds choked on them
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 16 19:33:14 UTC 2012 - i@marguerite.su
|
||||
|
||||
|
@@ -59,7 +59,7 @@ BuildRequires: lapack-devel
|
||||
%define umfpackver 5.6.1
|
||||
%define umfpackso 5_6_1
|
||||
# Your need define even it's just the same as main package
|
||||
# or the %build loop will override %version with umfpack's version.
|
||||
# or the %%build loop will override %%version with umfpack's version.
|
||||
%define configver 4.0.2
|
||||
%define configso 4_0_2
|
||||
%define amdlib libamd-%{amdso}
|
||||
@@ -235,9 +235,9 @@ CCOLAMD is part of the SuiteSparse sparse matrix suite.
|
||||
Version: %{cholmodver}
|
||||
Release: 0
|
||||
Summary: Supernodal Sparse Cholesky Factorization and Update/Downdate
|
||||
#bnc746867 cholmod from suitesparse should be GPL-2.0 and/or LGPL-2.0 licensed
|
||||
License: GPL-2.0 and LGPL-2.1
|
||||
Group: Development/Libraries/Parallel
|
||||
#bnc746867 cholmod from suitesparse should be GPL-2.0 and/or LGPL-2.0 licensed
|
||||
|
||||
%description -n %{cholmodlib}
|
||||
CHOLMOD is a set of ANSI C routines for sparse Cholesky factorization
|
||||
|
Reference in New Issue
Block a user