From 85fcc532d47eb2bae1a1479f2bb443a4a7592d4c Mon Sep 17 00:00:00 2001 From: Sven Berger Date: Tue, 17 Oct 2023 16:13:49 +0200 Subject: [PATCH] remove pfft --- pySurfMod.dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pySurfMod.dockerfile b/pySurfMod.dockerfile index 1b67a7c..29f2e05 100644 --- a/pySurfMod.dockerfile +++ b/pySurfMod.dockerfile @@ -18,10 +18,10 @@ RUN chmod a+rwx /root/ # cd .. && \ # rm -r fftw-3.3.10 -WORKDIR /root/build/ -RUN git clone https://github.com/mpip/pfft.git && \ - cd pfft && \ - ./bootstrap.sh && ./configure && make && make install +#WORKDIR /root/build/ +#RUN git clone https://github.com/mpip/pfft.git && \ +# cd pfft && \ +# ./bootstrap.sh && ./configure && make && make install # install sundials # WORKDIR /root/