We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c819d18 commit a683147Copy full SHA for a683147
Dockerfile
@@ -68,8 +68,7 @@ RUN curl -o fftw.tar.gz http://www.fftw.org/fftw-${FFTW_VERSION}.tar.gz \
68
&& tar -xzvf fftw.tar.gz && cd fftw-${FFTW_VERSION} \
69
&& ./configure --disable-double --enable-float --enable-sse2 --enable-avx --enable-avx2 --enable-avx512 --enable-shared --disable-static \
70
&& make -j ${JOBS} \
71
- && make install \
72
- && rm fftw.tar.gz fftw.tar.gz.md5
+ && make install
73
74
# build GROMACS and run unit tests
75
# To cater to different architectures, we build for all of them
0 commit comments