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

Changed files:
    COLAMD.spec -> 1.6

COLAMD.spec

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