SPECS: CHOLMOD.spec - fixed shared patch, -fPIC hack no longer needed
qboosh
qboosh at pld-linux.org
Sat Jan 5 00:22:39 CET 2008
Author: qboosh Date: Fri Jan 4 23:22:39 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed shared patch, -fPIC hack no longer needed
---- Files affected:
SPECS:
CHOLMOD.spec (1.7 -> 1.8)
---- Diffs:
================================================================
Index: SPECS/CHOLMOD.spec
diff -u SPECS/CHOLMOD.spec:1.7 SPECS/CHOLMOD.spec:1.8
--- SPECS/CHOLMOD.spec:1.7 Wed Dec 26 17:35:11 2007
+++ SPECS/CHOLMOD.spec Sat Jan 5 00:22:33 2008
@@ -68,9 +68,9 @@
%{__make} \
CC="%{__cc}" \
%if %{with metis}
- CFLAGS="%{rpmcflags} -fPIC" \
+ CFLAGS="%{rpmcflags}" \
%else
- CFLAGS="%{rpmcflags} -fPIC -DNPARTITION" \
+ CFLAGS="%{rpmcflags} -DNPARTITION" \
METIS= \
%endif
LDFLAGS="%{rpmldflags}" \
@@ -115,6 +115,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2008-01-04 23:22:33 qboosh
+- fixed shared patch, -fPIC hack no longer needed
+
Revision 1.7 2007-12-26 16:35:11 qboosh
- some parts are GPLed
- added ChangeLog to doc, UserGuide moved to -devel
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/CHOLMOD.spec?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list