Skip to content

Commit

Permalink
remove pfft
Browse files Browse the repository at this point in the history
  • Loading branch information
svchb authored Oct 17, 2023
1 parent 546167b commit 85fcc53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pySurfMod.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 85fcc53

Please sign in to comment.