From 25402fe00a56009b142de9b3ced7588f4ff9ba53 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Thu, 23 Jun 2022 09:10:55 +0200 Subject: [PATCH] qrupdate: disable clang, requires fortran --- mingw-w64-qrupdate/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-qrupdate/PKGBUILD b/mingw-w64-qrupdate/PKGBUILD index d078a93685..61f48d6e28 100644 --- a/mingw-w64-qrupdate/PKGBUILD +++ b/mingw-w64-qrupdate/PKGBUILD @@ -10,7 +10,7 @@ pkgver=1.1.2 pkgrel=2 pkgdesc="Fortran library for fast updates of QR and Cholesky decompositions (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64') url="https://sourceforge.net/projects/qrupdate/" options=('strip' 'staticlibs') license=('GPL' 'LGPL')