enable clang64/clangarm64 for some Fortran packages.
This commit is contained in:
parent
2f83044496
commit
92a8c59aa7
@ -7,7 +7,7 @@ pkgver=3.7.0
|
||||
pkgrel=1
|
||||
pkgdesc="Generally Applicable Atomic-Charge Dependent London Dispersion Correction. (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('ucrt64')
|
||||
mingw_arch=('ucrt64' 'clang64' 'clangarm64')
|
||||
url='https://dftd4.readthedocs.io/'
|
||||
msys2_repository_url="https://github.com/dftd4/dftd4"
|
||||
license=('spdx:LGPL-3.0-or-later')
|
||||
|
||||
@ -7,7 +7,7 @@ pkgver=0.3.0
|
||||
pkgrel=1
|
||||
pkgdesc="Molecular structure store for testing. (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('ucrt64')
|
||||
mingw_arch=('ucrt64' 'clang64' 'clangarm64')
|
||||
url='https://github.com/grimme-lab/mstore'
|
||||
license=('spdx:Apache-2.0')
|
||||
depends=($([[ ${MINGW_PACKAGE_PREFIX} == *-clang-* ]] || echo "${MINGW_PACKAGE_PREFIX}-gcc-libgfortran")
|
||||
|
||||
@ -7,7 +7,7 @@ pkgver=0.3.0
|
||||
pkgrel=1
|
||||
pkgdesc="Electronegativity equilibration model for atomic partial charges. (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('ucrt64')
|
||||
mingw_arch=('ucrt64' 'clang64' 'clangarm64')
|
||||
url='https://github.com/grimme-lab/multicharge'
|
||||
license=('spdx:Apache-2.0')
|
||||
depends=($([[ ${MINGW_PACKAGE_PREFIX} == *-clang-* ]] || echo "${MINGW_PACKAGE_PREFIX}-gcc-libgfortran")
|
||||
|
||||
@ -7,7 +7,7 @@ pkgver=1.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="Simple reimplementation of the DFT-D3 dispersion model. (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('ucrt64')
|
||||
mingw_arch=('ucrt64' 'clang64' 'clangarm64')
|
||||
url='https://github.com/dftd3/simple-dftd3'
|
||||
license=('spdx:LGPL-3.0-or-later')
|
||||
depends=($([[ ${MINGW_PACKAGE_PREFIX} == *-clang-* ]] || echo "${MINGW_PACKAGE_PREFIX}-gcc-libgfortran")
|
||||
|
||||
@ -7,7 +7,7 @@ pkgver=0.4.2
|
||||
pkgrel=1
|
||||
pkgdesc="A TOML parser implementation for data serialization and deserialization in Fortran. (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('ucrt64')
|
||||
mingw_arch=('ucrt64' 'clang64' 'clangarm64')
|
||||
url='https://github.com/toml-f/toml-f'
|
||||
license=('spdx:Apache-2.0 OR MIT')
|
||||
depends=($([[ ${MINGW_PACKAGE_PREFIX} == *-clang-* ]] || echo "${MINGW_PACKAGE_PREFIX}-gcc-libgfortran"))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user