]> git.pld-linux.org Git - packages/CCOLAMD.git/commitdiff
- rel 2 auto/th/ccolamd-2_7_1-2
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 2 Dec 2007 15:47:03 +0000 (15:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- build with -fPIC

Changed files:
    CCOLAMD.spec -> 1.2

CCOLAMD.spec

index 05612a5b3486d6cb6a63112d56c644f04be48eeb..5ea7f47defbe23b6d9ec344cd8a7480edc246e8e 100644 (file)
@@ -2,7 +2,7 @@ Summary:        CCOLAMD: column approximate minimum degree
 Summary(pl.UTF-8):     CCOLAMD - przybliżony algorytm minimalnego stopnia dla kolumn
 Name:          ccolamd
 Version:       2.7.1
-Release:       1
+Release:       2
 License:       LGPL
 Group:         Libraries
 Source0:       http://www.cise.ufl.edu/research/sparse/ccolamd/CCOLAMD-%{version}.tar.gz
@@ -71,7 +71,7 @@ Statyczna biblioteka ccolamd.
 %build
 %{__make} \
        CC="%{__cc}" \
-       CFLAGS="%{rpmcflags}" \
+       CFLAGS="%{rpmcflags} -fPIC" \
        libdir=%{_libdir}
 
 %install
This page took 0.058931 seconds and 4 git commands to generate.