Skip to content

Commit

Permalink
sundials: disable clangarm64 again
Browse files Browse the repository at this point in the history
error: target not found: mingw-w64-clang-aarch64-msmpi
error: target not found: mingw-w64-clang-aarch64-petsc
error: target not found: mingw-w64-clang-aarch64-superlu_dist
  • Loading branch information
lazka committed Nov 12, 2023
1 parent e6613e8 commit f6c0c52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mingw-w64-octave/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
"${MINGW_PACKAGE_PREFIX}-pcre2"
"${MINGW_PACKAGE_PREFIX}-qhull"
"${MINGW_PACKAGE_PREFIX}-suitesparse"
"${MINGW_PACKAGE_PREFIX}-sundials"
$([[ ${MINGW_PACKAGE_PREFIX} == *-clang-aarch64* ]] || echo "${MINGW_PACKAGE_PREFIX}-sundials")
"${MINGW_PACKAGE_PREFIX}-qrupdate"
"${MINGW_PACKAGE_PREFIX}-qscintilla-qt5"
"${MINGW_PACKAGE_PREFIX}-qt5-tools")
Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-sundials/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pkgver=6.6.2
pkgrel=1
pkgdesc="SUite of Nonlinear and DIfferential/ALgebraic equation Solvers (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
url="https://computing.llnl.gov/projects/sundials"
license=('spdx:BSD-3-Clause')
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
Expand Down

0 comments on commit f6c0c52

Please sign in to comment.