Make sure every package using a C/C++ compiler depends on one

The "cc" virtual package provides the environment default compiler.
This commit is contained in:
Christoph Reiter
2022-01-06 17:47:13 +01:00
parent 4f66cd2e09
commit 7c67d9c465
1278 changed files with 1657 additions and 1054 deletions

View File

@@ -15,7 +15,7 @@ url="https://github.com/pydata/numexpr"
license=('MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python-numpy")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-gcc")
"${MINGW_PACKAGE_PREFIX}-cc")
source=("${_realname}-${pkgver}.tar.gz"::https://github.com/pydata/numexpr/archive/v${pkgver}.tar.gz)
sha256sums=('00d6b1518605afe0ed10417e0ff07123e5d531c02496c6eed7dd4b9923238e1e')