Browse Source

Daniel Jahre:


			
			
				rocklinux
			
			
		
Daniel Jahre 19 years ago
parent
commit
9a2b0c07a1
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      package/sirkull/fftw3/fftw3.conf

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

@ -26,7 +26,8 @@ if [ $arch_machine = i686 -o $arch_machine = i586 -o $arch_machine = i486 -o $ar
echo "Enable i386 hacks" echo "Enable i386 hacks"
fi fi
if [ $ROCKCFG_DEFAULT_CC="gcc40" ]; then
#if [ $ROCKCFG_DEFAULT_CC="gcc40" ]; then
if [ "${ROCKCFG_DEFAULT_CC}" == "gcc40" ]; then
export F77="/usr/bin/gfortran-40" export F77="/usr/bin/gfortran-40"
fi fi

Loading…
Cancel
Save