From 5a6f47e3ac5d2c7ed1d32db241957addb8144920 Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Wed, 19 Jun 2024 01:22:13 +0200 Subject: [PATCH] build all --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6535362..63e4ecd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN wget -c -O qe.tar.gz https://gitlab.com/QEF/q-e/-/archive/qe-${QE_VERSION}/q tar xf qe.tar.gz -C qe --strip-components=1 && \ cd qe && \ LAPACK_LIBS=/usr/local/lapack/lib/liblapack.a BLAS_LIBS=/usr/local/lapack/lib/librefblas.a ./configure -enable-static && \ - make -j8 pw && \ + make -j8 all && \ make install