]> git.pld-linux.org Git - packages/arpack.git/commitdiff
- use x8664 macro
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 19 Aug 2006 12:08:37 +0000 (12:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- static arpack doesn't enforce static blas

Changed files:
    arpack.spec -> 1.15

arpack.spec

index e8a50487d73af143e8340618e994867b985d0d32..fcb43a1f00e20d73eb26c27d857ef29c64574219 100644 (file)
@@ -1,6 +1,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
@@ -25,7 +26,7 @@ BuildRequires:        automake
 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
@@ -67,7 +68,6 @@ Summary:      Static ARPACK library
 Summary(pl):   Statyczna biblioteka ARPACK
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
-%{!?with_acml:Requires:        blas-static}
 
 %description static
 Static ARPACK library.
@@ -91,7 +91,6 @@ cp %{SOURCE4} .
 %configure \
        LDFLAGS=%{?with_acml:-lacml}%{!?with_acml:-lblas}
 
-
 %{__make}
 
 %install
This page took 0.08727 seconds and 4 git commands to generate.