From 0627b13f65feef2f6f1bee8ca97818a4e8af6bba Mon Sep 17 00:00:00 2001 From: Rafal Date: Tue, 21 Dec 2021 19:55:21 +0100 Subject: [PATCH] Update PKGBUILD --- mingw-w64-arpack/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mingw-w64-arpack/PKGBUILD b/mingw-w64-arpack/PKGBUILD index 0e77c6d549..bb7bd3c62a 100644 --- a/mingw-w64-arpack/PKGBUILD +++ b/mingw-w64-arpack/PKGBUILD @@ -88,8 +88,8 @@ build() { msg2 "Build shared ARPACK with 64-bit indexing" _build_arpack "-DINTERFACE64=1 -DLIBSUFFIX=_64 -DBLAS_LIBRARIES=openblas_64" - fi + } check() { @@ -99,10 +99,10 @@ check() { ${MINGW_PREFIX}/bin/cmake --build . --target test if [ "${CARCH}" != "i686" ]; then - cd "${srcdir}/build-${MSYSTEM}-static-64" - ${MINGW_PREFIX}/bin/cmake --build . --target test - cd "${srcdir}/build-${MSYSTEM}-shared-64" - ${MINGW_PREFIX}/bin/cmake --build . --target test + cd "${srcdir}/build-${MSYSTEM}-static-64" + ${MINGW_PREFIX}/bin/cmake --build . --target test + cd "${srcdir}/build-${MSYSTEM}-shared-64" + ${MINGW_PREFIX}/bin/cmake --build . --target test fi }