Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 16 years ago
parent
commit
09f2328967
2 changed files with 21 additions and 4 deletions
  1. +19
    -2
      package/sirkull/fftw3/fftw3.conf
  2. +2
    -2
      package/sirkull/fftw3/fftw3.desc

+ 19
- 2
package/sirkull/fftw3/fftw3.conf

@ -23,7 +23,7 @@
# Optimization
if [ $arch_machine = i686 -o $arch_machine = i586 -o $arch_machine = i486 -o $arch_machine = Intel -o $arch_machine = k6 -o $arch_machine = k7 ] ; then
var_append confopt " " "--enable-i386-hacks"
echo "Enable i386 hacks"
echo_status "Enable i386 hacks"
fi
#if [ $ROCKCFG_DEFAULT_CC="gcc40" ]; then
@ -32,5 +32,22 @@ if [ "${ROCKCFG_DEFAULT_CC}" == "gcc40" ]; then
fi
var_append confopt " " "--enable-threads"
var_append confopt " " "--enable-float"
fftw3_main()
{
eval_config_command $( eval echo $confopt )
make; make install
make distclean
eval_config_command $( eval echo $confopt --enable-float )
make; make install
make distclean
eval_config_command $( eval echo $confopt --enable-long-double )
make; make install
}
custmain=fftw3_main

+ 2
- 2
package/sirkull/fftw3/fftw3.desc

@ -57,8 +57,8 @@
[L] GPL
[S] Stable
[V] 3.0.1
[V] 3.1.2
[P] X --?--5---9 203.300
[D] 3202325541 fftw-3.0.1.tar.gz http://www.fftw.org/
[D] 2193674161 fftw-3.1.2.tar.gz http://www.fftw.org/

Loading…
Cancel
Save