# --- ROCK-COPYRIGHT-NOTE-BEGIN --- # # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # Please add additional copyright information _after_ the line containing # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by # the ./scripts/Create-CopyPatch script. Do not edit this copyright text! # # ROCK Linux: rock-src/package/sirkull/fftw3/fftw3.conf # ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. A copy of the GNU General Public # License can be found at Documentation/COPYING. # # Many people helped and are helping developing ROCK Linux. Please # have a look at https://www.rocklinux.org/ and the Documentation/TEAM # file for details. # # --- ROCK-COPYRIGHT-NOTE-END --- # 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_status "Enable i386 hacks" fi #if [ $ROCKCFG_DEFAULT_CC="gcc40" ]; then if [ "${ROCKCFG_DEFAULT_CC}" == "gcc40" ]; then export F77="/usr/bin/gfortran-40" fi var_append confopt " " "--enable-threads" 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