rpms/R-RScaLAPACK/devel R-RScaLAPACK.spec,1.22,1.23

Tom Callaway (spot) fedora-extras-commits at redhat.com
Wed Mar 12 15:06:53 UTC 2008


Author: spot

Update of /cvs/extras/rpms/R-RScaLAPACK/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15443

Modified Files:
	R-RScaLAPACK.spec 
Log Message:

try another pass to see wtf is happening



Index: R-RScaLAPACK.spec
===================================================================
RCS file: /cvs/extras/rpms/R-RScaLAPACK/devel/R-RScaLAPACK.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- R-RScaLAPACK.spec	20 Feb 2008 00:57:47 -0000	1.22
+++ R-RScaLAPACK.spec	12 Mar 2008 15:06:13 -0000	1.23
@@ -9,14 +9,14 @@
 
 Name: R-%{packname}
 Version: 0.5.1
-Release: 11%{?dist}.1
+Release: 11%{?dist}.2
 Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{version}.tar.gz
 License: MIT
 URL: http://cran.r-project.org/contrib
 Group: Applications/Engineering
 Summary: An interface to perform parallel computation on linear algebra problems using ScaLAPACK
 BuildRequires: lam-libs, lam-devel, R-devel, tetex-latex, lapack-devel
-BuildRequires: gcc-gfortran, blacs-devel, scalapack-devel, autoconf
+BuildRequires: gcc-gfortran, blacs-devel, scalapack-devel, autoconf, automake
 Requires: R, scalapack, lam-libs
 Requires(post): R
 Requires(postun): R
@@ -44,8 +44,13 @@
 %patch3 -p1
 %patch4 -p1
 
+# Just to see what is in the buildroot
+/sbin/ldconfig -p |grep libmpi
+/sbin/ldconfig -p |grep liblam
+
 %build
 cd RScaLAPACK
+aclocal
 autoconf
 
 %install
@@ -74,6 +79,9 @@
 %{_libdir}/R/library/%{packname}/
 
 %changelog
+* Wed Mar 12 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.5.1-11.2
+- debugging build pass
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.5.1-11.1
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list