From 120017723d7ae5d2305a8d3e0179c11684a7e24d Mon Sep 17 00:00:00 2001 From: yuanchunlin Date: Thu, 22 Feb 2024 07:22:06 +0000 Subject: [PATCH] =?UTF-8?q?update=20package/elpa/2019.05.001/install.sh.?= =?UTF-8?q?=20-j=E4=BC=9A=E6=8A=A5=E9=94=99=EF=BC=8C-j=204=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E7=BC=96=E8=AF=91=E6=88=90=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yuanchunlin --- package/elpa/2019.05.001/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/elpa/2019.05.001/install.sh b/package/elpa/2019.05.001/install.sh index 01bb474..528e2b8 100755 --- a/package/elpa/2019.05.001/install.sh +++ b/package/elpa/2019.05.001/install.sh @@ -30,5 +30,5 @@ fi ./configure --prefix=$1 --enable-openmp --enable-shared=no LIBS="$scalapack_path/libscalapack.a $openblas_path/libopenblas.a" --disable-sse --disable-sse-assembly --disable-avx --disable-avx2 -make -j +make -j 4 make install -- Gitee