SPECS: fftw.spec - description updated - single precision is now b...

blekot blekot at pld-linux.org
Sat Jun 25 14:29:45 CEST 2005


Author: blekot                       Date: Sat Jun 25 12:29:45 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- description updated
- single precision is now build in subirectory

---- Files affected:
SPECS:
   fftw.spec (1.54 -> 1.55) 

---- Diffs:

================================================================
Index: SPECS/fftw.spec
diff -u SPECS/fftw.spec:1.54 SPECS/fftw.spec:1.55
--- SPECS/fftw.spec:1.54	Sat Jun 25 00:12:21 2005
+++ SPECS/fftw.spec	Sat Jun 25 14:29:39 2005
@@ -26,15 +26,15 @@
 FFTW is a collection of fast C routines for computing the Discrete
 Fourier Transform in one or more dimensions. It includes complex,
 real, and parallel transforms, and can handle arbitrary array sizes
-efficiently. This RPM package includes the double precision FFTW
-uniprocessor and threads libraries.
+efficiently. This RPM package includes the single and double precision
+FFTW uniprocessor and threads libraries.
 
 %description -l pl
 FFTW jest zbiorem szybkich funkcji C do obliczania dyskretnych
 transformat Fouriera w jednym lub więcej wymiarach. Zawiera również
 zespolone, rzeczywiste oraz równoległe transformaty i potrafi wydajnie
 radzić sobie z tablicami o dowolnych rozmiarach. Ten pakiet RPM
-zawiera wersje FFTW o podwójnej precyzji dla architektur
+zawiera wersje FFTW o pojedyńczej i podwójnej precyzji dla architektur
 jednoprocesorowych oraz z obsługą wątków.
 
 %description -l pt_BR
@@ -89,8 +89,9 @@
 %build
 # This is important to do sfftw (Single precision library)
 %if %{with single}
-cp -r ../%{name}-%{version} ../single
-cd ../single
+
+tar xzf %{SOURCE0}
+mv %{name}-%{version}/ single/
 
 %{__libtoolize}
 %{__aclocal}
@@ -130,7 +131,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %if %{with single}
-cd ../single
+cd single
 %{__make} install \
         DESTDIR=$RPM_BUILD_ROOT
 cd -
@@ -172,6 +173,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.55  2005/06/25 12:29:39  blekot
+- description updated
+- single precision is now build in subirectory
+
 Revision 1.54  2005/06/24 22:12:21  blekot
 - my commit reverted --> BR: lam is important to compile FFTW MPI library, but we don't need FFTW MPI library at this time
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/fftw.spec?r1=1.54&r2=1.55&f=u




More information about the pld-cvs-commit mailing list