SPECS: AMD.spec, CAMD.spec, CCOLAMD.spec, CHOLMOD.spec, COLAMD.spe...

baggins baggins at pld-linux.org
Fri Dec 7 17:42:55 CET 2007


Author: baggins                      Date: Fri Dec  7 16:42:55 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use rpmldflags

---- Files affected:
SPECS:
   AMD.spec (1.4 -> 1.5) , CAMD.spec (1.1 -> 1.2) , CCOLAMD.spec (1.4 -> 1.5) , CHOLMOD.spec (1.2 -> 1.3) , COLAMD.spec (1.9 -> 1.10) , UMFPACK.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/AMD.spec
diff -u SPECS/AMD.spec:1.4 SPECS/AMD.spec:1.5
--- SPECS/AMD.spec:1.4	Fri Dec  7 01:56:15 2007
+++ SPECS/AMD.spec	Fri Dec  7 17:42:49 2007
@@ -56,17 +56,18 @@
 	CC="%{__cc}" \
 	F77="gfortran" \
 	CFLAGS="%{rpmcflags} -fPIC" \
+	LDFLAGS="%{rpmldflags}" \
 	libdir=%{_libdir}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_includedir}
+install -d $RPM_BUILD_ROOT%{_includedir}/AMD
 
 %{__make} -C Lib install \
 	DESTDIR=$RPM_BUILD_ROOT \
 	libdir=%{_libdir}
 
-install Include/* $RPM_BUILD_ROOT%{_includedir}
+install Include/* $RPM_BUILD_ROOT%{_includedir}/AMD
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -83,7 +84,7 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libamd.so
 %{_libdir}/libamd.la
-%{_includedir}/*
+%{_includedir}/AMD
 
 %files static
 %defattr(644,root,root,755)
@@ -95,6 +96,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2007-12-07 16:42:49  baggins
+- use rpmldflags
+
 Revision 1.4  2007-12-07 00:56:15  baggins
 - rel 2
 - install all header files (reqd by UMFPACK)

================================================================
Index: SPECS/CAMD.spec
diff -u SPECS/CAMD.spec:1.1 SPECS/CAMD.spec:1.2
--- SPECS/CAMD.spec:1.1	Fri Dec  7 02:55:35 2007
+++ SPECS/CAMD.spec	Fri Dec  7 17:42:49 2007
@@ -54,6 +54,7 @@
 	CC="%{__cc}" \
 	F77="gfortran" \
 	CFLAGS="%{rpmcflags} -fPIC" \
+	LDFLAGS="%{rpmldflags}" \
 	libdir=%{_libdir}
 
 %install
@@ -93,6 +94,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007-12-07 16:42:49  baggins
+- use rpmldflags
+
 Revision 1.1  2007-12-07 01:55:35  baggins
 - initial revision
 

================================================================
Index: SPECS/CCOLAMD.spec
diff -u SPECS/CCOLAMD.spec:1.4 SPECS/CCOLAMD.spec:1.5
--- SPECS/CCOLAMD.spec:1.4	Fri Dec  7 01:51:59 2007
+++ SPECS/CCOLAMD.spec	Fri Dec  7 17:42:49 2007
@@ -73,6 +73,7 @@
 %{__make} \
 	CC="%{__cc}" \
 	CFLAGS="%{rpmcflags} -fPIC" \
+	LDFLAGS="%{rpmldflags}" \
 	libdir=%{_libdir}
 
 %install
@@ -111,6 +112,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2007-12-07 16:42:49  baggins
+- use rpmldflags
+
 Revision 1.4  2007-12-07 00:51:59  baggins
 - proper summary
 

================================================================
Index: SPECS/CHOLMOD.spec
diff -u SPECS/CHOLMOD.spec:1.2 SPECS/CHOLMOD.spec:1.3
--- SPECS/CHOLMOD.spec:1.2	Fri Dec  7 13:19:36 2007
+++ SPECS/CHOLMOD.spec	Fri Dec  7 17:42:49 2007
@@ -68,7 +68,7 @@
 	CFLAGS="%{rpmcflags} -fPIC -DNPARTITION" \
 	METIS= \
 %endif
-	LDFLAGS=%{rpmldflags} \
+	LDFLAGS="%{rpmldflags}" \
 	libdir=%{_libdir}
 
 %install
@@ -108,6 +108,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2007-12-07 16:42:49  baggins
+- use rpmldflags
+
 Revision 1.2  2007-12-07 12:19:36  baggins
 - use LDFLAGS
 

================================================================
Index: SPECS/COLAMD.spec
diff -u SPECS/COLAMD.spec:1.9 SPECS/COLAMD.spec:1.10
--- SPECS/COLAMD.spec:1.9	Fri Dec  7 01:49:08 2007
+++ SPECS/COLAMD.spec	Fri Dec  7 17:42:49 2007
@@ -76,6 +76,7 @@
 %{__make} \
 	CC="%{__cc}" \
 	CFLAGS="%{rpmcflags} -fPIC" \
+	LDFLAGS="%{rpmldflags}" \
 	libdir=%{_libdir}
 
 %install
@@ -114,6 +115,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2007-12-07 16:42:49  baggins
+- use rpmldflags
+
 Revision 1.9  2007-12-07 00:49:08  baggins
 - finished rename to COLAMD
 

================================================================
Index: SPECS/UMFPACK.spec
diff -u SPECS/UMFPACK.spec:1.1 SPECS/UMFPACK.spec:1.2
--- SPECS/UMFPACK.spec:1.1	Fri Dec  7 02:38:49 2007
+++ SPECS/UMFPACK.spec	Fri Dec  7 17:42:49 2007
@@ -60,6 +60,7 @@
 %{__make} \
 	CC="%{__cc}" \
 	CFLAGS="%{rpmcflags} -fPIC" \
+	LDFLAGS="%{rpmldflags}" \
 	libdir=%{_libdir}
 
 %install
@@ -99,6 +100,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007-12-07 16:42:49  baggins
+- use rpmldflags
+
 Revision 1.1  2007-12-07 01:38:49  baggins
 - initial revision
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/AMD.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/CAMD.spec?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/CCOLAMD.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/CHOLMOD.spec?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/COLAMD.spec?r1=1.9&r2=1.10&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/UMFPACK.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list