Author: qboosh Date: Fri Jan 4 22:49:26 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - fixed shared patch, -fPIC hack no longer needed - fortran library is not built/packaged by default
---- Files affected: SPECS: AMD.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: SPECS/AMD.spec diff -u SPECS/AMD.spec:1.14 SPECS/AMD.spec:1.15 --- SPECS/AMD.spec:1.14 Wed Dec 26 13:30:38 2007 +++ SPECS/AMD.spec Fri Jan 4 23:49:21 2008 @@ -12,7 +12,6 @@ Patch1: amd-shared.patch URL: http://www.cise.ufl.edu/research/sparse/amd/ BuildRequires: UFconfig -BuildRequires: gcc-fortran BuildRequires: libtool >= 2:1.5 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -63,8 +62,7 @@ %build %{__make} \ CC="%{__cc}" \ - F77="gfortran" \ - CFLAGS="%{rpmcflags} -fPIC" \ + CFLAGS="%{rpmcflags}" \ LDFLAGS="%{rpmldflags}" \ libdir=%{_libdir} @@ -107,6 +105,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2008-01-04 22:49:21 qboosh +- fixed shared patch, -fPIC hack no longer needed +- fortran library is not built/packaged by default + Revision 1.14 2007-12-26 12:30:38 qboosh - more docs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/AMD.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
