SPECS: arpack.spec - use x8664 macro - static arpack doesn't enfor...

qboosh qboosh at pld-linux.org
Sat Aug 19 14:08:42 CEST 2006


Author: qboosh                       Date: Sat Aug 19 12:08:42 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use x8664 macro
- static arpack doesn't enforce static blas

---- Files affected:
SPECS:
   arpack.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SPECS/arpack.spec
diff -u SPECS/arpack.spec:1.14 SPECS/arpack.spec:1.15
--- SPECS/arpack.spec:1.14	Tue Aug  8 16:38:10 2006
+++ SPECS/arpack.spec	Sat Aug 19 14:08:37 2006
@@ -2,6 +2,7 @@
 #
 # Conditional build:
 %bcond_with	acml	# With ACML version of BLAS instead of NETLIB implementation
+#
 Summary:	Subroutines for solving large scale eigenvalue problems
 Summary(pl):	Rozwiązywanie zagadnienia własnego dla dużych macierzy
 Name:		arpack
@@ -26,7 +27,7 @@
 BuildRequires:	gcc-g77
 BuildRequires:	libtool	>= 2:1.5
 %{!?with_acml:BuildRequires:	blas-devel}
-%{?with_acml:ExclusiveArch:	amd64}
+%{?with_acml:ExclusiveArch:	%{x8664}}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -68,7 +69,6 @@
 Summary(pl):	Statyczna biblioteka ARPACK
 Group:		Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
-%{!?with_acml:Requires:	blas-static}
 
 %description static
 Static ARPACK library.
@@ -92,7 +92,6 @@
 %configure \
 	LDFLAGS=%{?with_acml:-lacml}%{!?with_acml:-lblas}
 
-
 %{__make}
 
 %install
@@ -128,6 +127,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2006/08/19 12:08:37  qboosh
+- use x8664 macro
+- static arpack doesn't enforce static blas
+
 Revision 1.14  2006/08/08 14:38:10  sparky
 - mass attack: s/%patch /%patch0 / -- usefull for overloaded %patch macro
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/arpack.spec?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list