Skip to content

Commit a683147

Browse files
committed
no need to tidy up, this is staged build
1 parent c819d18 commit a683147

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ RUN curl -o fftw.tar.gz http://www.fftw.org/fftw-${FFTW_VERSION}.tar.gz \
6868
&& tar -xzvf fftw.tar.gz && cd fftw-${FFTW_VERSION} \
6969
&& ./configure --disable-double --enable-float --enable-sse2 --enable-avx --enable-avx2 --enable-avx512 --enable-shared --disable-static \
7070
&& make -j ${JOBS} \
71-
&& make install \
72-
&& rm fftw.tar.gz fftw.tar.gz.md5
71+
&& make install
7372

7473
# build GROMACS and run unit tests
7574
# To cater to different architectures, we build for all of them

0 commit comments

Comments
 (0)