enable clang64/clangarm64 for some Fortran packages.

This commit is contained in:
مهدي شينون (Mehdi Chinoune) 2025-02-01 16:57:43 +01:00
parent 2f83044496
commit 92a8c59aa7
5 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ pkgver=3.7.0
pkgrel=1 pkgrel=1
pkgdesc="Generally Applicable Atomic-Charge Dependent London Dispersion Correction. (mingw-w64)" pkgdesc="Generally Applicable Atomic-Charge Dependent London Dispersion Correction. (mingw-w64)"
arch=('any') arch=('any')
mingw_arch=('ucrt64') mingw_arch=('ucrt64' 'clang64' 'clangarm64')
url='https://dftd4.readthedocs.io/' url='https://dftd4.readthedocs.io/'
msys2_repository_url="https://github.com/dftd4/dftd4" msys2_repository_url="https://github.com/dftd4/dftd4"
license=('spdx:LGPL-3.0-or-later') license=('spdx:LGPL-3.0-or-later')

View File

@ -7,7 +7,7 @@ pkgver=0.3.0
pkgrel=1 pkgrel=1
pkgdesc="Molecular structure store for testing. (mingw-w64)" pkgdesc="Molecular structure store for testing. (mingw-w64)"
arch=('any') arch=('any')
mingw_arch=('ucrt64') mingw_arch=('ucrt64' 'clang64' 'clangarm64')
url='https://github.com/grimme-lab/mstore' url='https://github.com/grimme-lab/mstore'
license=('spdx:Apache-2.0') license=('spdx:Apache-2.0')
depends=($([[ ${MINGW_PACKAGE_PREFIX} == *-clang-* ]] || echo "${MINGW_PACKAGE_PREFIX}-gcc-libgfortran") depends=($([[ ${MINGW_PACKAGE_PREFIX} == *-clang-* ]] || echo "${MINGW_PACKAGE_PREFIX}-gcc-libgfortran")

View File

@ -7,7 +7,7 @@ pkgver=0.3.0
pkgrel=1 pkgrel=1
pkgdesc="Electronegativity equilibration model for atomic partial charges. (mingw-w64)" pkgdesc="Electronegativity equilibration model for atomic partial charges. (mingw-w64)"
arch=('any') arch=('any')
mingw_arch=('ucrt64') mingw_arch=('ucrt64' 'clang64' 'clangarm64')
url='https://github.com/grimme-lab/multicharge' url='https://github.com/grimme-lab/multicharge'
license=('spdx:Apache-2.0') license=('spdx:Apache-2.0')
depends=($([[ ${MINGW_PACKAGE_PREFIX} == *-clang-* ]] || echo "${MINGW_PACKAGE_PREFIX}-gcc-libgfortran") depends=($([[ ${MINGW_PACKAGE_PREFIX} == *-clang-* ]] || echo "${MINGW_PACKAGE_PREFIX}-gcc-libgfortran")

View File

@ -7,7 +7,7 @@ pkgver=1.0.0
pkgrel=1 pkgrel=1
pkgdesc="Simple reimplementation of the DFT-D3 dispersion model. (mingw-w64)" pkgdesc="Simple reimplementation of the DFT-D3 dispersion model. (mingw-w64)"
arch=('any') arch=('any')
mingw_arch=('ucrt64') mingw_arch=('ucrt64' 'clang64' 'clangarm64')
url='https://github.com/dftd3/simple-dftd3' url='https://github.com/dftd3/simple-dftd3'
license=('spdx:LGPL-3.0-or-later') license=('spdx:LGPL-3.0-or-later')
depends=($([[ ${MINGW_PACKAGE_PREFIX} == *-clang-* ]] || echo "${MINGW_PACKAGE_PREFIX}-gcc-libgfortran") depends=($([[ ${MINGW_PACKAGE_PREFIX} == *-clang-* ]] || echo "${MINGW_PACKAGE_PREFIX}-gcc-libgfortran")

View File

@ -7,7 +7,7 @@ pkgver=0.4.2
pkgrel=1 pkgrel=1
pkgdesc="A TOML parser implementation for data serialization and deserialization in Fortran. (mingw-w64)" pkgdesc="A TOML parser implementation for data serialization and deserialization in Fortran. (mingw-w64)"
arch=('any') arch=('any')
mingw_arch=('ucrt64') mingw_arch=('ucrt64' 'clang64' 'clangarm64')
url='https://github.com/toml-f/toml-f' url='https://github.com/toml-f/toml-f'
license=('spdx:Apache-2.0 OR MIT') license=('spdx:Apache-2.0 OR MIT')
depends=($([[ ${MINGW_PACKAGE_PREFIX} == *-clang-* ]] || echo "${MINGW_PACKAGE_PREFIX}-gcc-libgfortran")) depends=($([[ ${MINGW_PACKAGE_PREFIX} == *-clang-* ]] || echo "${MINGW_PACKAGE_PREFIX}-gcc-libgfortran"))