SPECS: CAMD.spec - fixed shared patch, -fPIC hack no longer needed...

qboosh qboosh at pld-linux.org
Fri Jan 4 23:56:02 CET 2008


Author: qboosh                       Date: Fri Jan  4 22:56:02 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed shared patch, -fPIC hack no longer needed
- fortran library is not built/installed by default

---- Files affected:
SPECS:
   CAMD.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/CAMD.spec
diff -u SPECS/CAMD.spec:1.10 SPECS/CAMD.spec:1.11
--- SPECS/CAMD.spec:1.10	Wed Dec 26 13:30:38 2007
+++ SPECS/CAMD.spec	Fri Jan  4 23:55:57 2008
@@ -12,7 +12,6 @@
 Patch1:		%{name}-shared.patch
 URL:		http://www.cise.ufl.edu/research/sparse/camd/
 BuildRequires:	UFconfig
-BuildRequires:	gcc-fortran
 BuildRequires:	libtool >= 2:1.5
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -58,8 +57,7 @@
 %build
 %{__make} \
 	CC="%{__cc}" \
-	F77="gfortran" \
-	CFLAGS="%{rpmcflags} -fPIC" \
+	CFLAGS="%{rpmcflags}" \
 	LDFLAGS="%{rpmldflags}" \
 	libdir=%{_libdir}
 
@@ -87,7 +85,7 @@
 
 %files devel
 %defattr(644,root,root,755)
-%doc CAMD_UserGuide.pdf
+%doc Doc/CAMD_UserGuide.pdf
 %attr(755,root,root) %{_libdir}/libcamd.so
 %{_libdir}/libcamd.la
 %{_includedir}/camd
@@ -102,6 +100,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2008-01-04 22:55:57  qboosh
+- fixed shared patch, -fPIC hack no longer needed
+- fortran library is not built/installed by default
+
 Revision 1.10  2007-12-26 12:30:38  qboosh
 - more docs
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/CAMD.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list