for p in $FFTW_PRECISION; do
  cd "$SOURCE_DIRECTORY/build/$p" &&
  default_install || exit 1
done
