From f72dacb7b8b39f6cdb37d714f88ae85ebef4f17f Mon Sep 17 00:00:00 2001 From: Bliven Spencer Edward Date: Thu, 4 Apr 2019 11:12:48 +0200 Subject: [PATCH] Fix fftw build script --- Compiler/fftw/build | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/Compiler/fftw/build b/Compiler/fftw/build index b352bf0..74cdc91 100755 --- a/Compiler/fftw/build +++ b/Compiler/fftw/build @@ -8,7 +8,6 @@ pbuild::set_sha256sum "fftw-3.3.8.tar.gz:6113262f6e92c5bd474f2875fa1b01054c4ad50 pbuild::install_docfiles 'COPYRIGHT' 'COPYING' 'README' 'NEWS' pbuild::pre_configure() { - echo "PRECONFIGURE" >&2 pbuild::add_configure_args "CC=${MPICC}" pbuild::add_configure_args "CXX=${MPICXX}" @@ -23,23 +22,3 @@ pbuild::pre_configure() { pbuild::add_configure_args "--enable-sse2" pbuild::add_configure_args "--enable-avx2" } - -pbuild::configure() { - echo "CONFIGURING" >&2 - pwd >&2 - ls >&2 - ./configure -} - -pbuild::compile() { - echo "COMPILING" >&2 - echo "PWD=$PWD" >&2 - echo "ls:" >&2 - ls >&2 - echo "make:" >&2 - make - exit 1 -} - -#pbuild::install() { -#}