r-proxyc: fix systemrequirements

This commit is contained in:
Pekka Ristola 2024-04-07 15:42:01 +03:00
parent 120cd66585
commit 8095bd1183
No known key found for this signature in database
GPG key ID: 2C20BE716E05213E
2 changed files with 5 additions and 8 deletions

View file

@ -2,10 +2,10 @@
# Contributor: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=proxyC
_pkgver=0.4.0
_pkgver=0.4.1
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
pkgrel=1
pkgrel=0
pkgdesc="Computes Proximity in Large Sparse Matrices"
arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname"
@ -31,8 +31,8 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('42557eb4e121b03858186d3cc7eea542')
b2sums=('451afa0b9b22431f63c0c357f0633b356b434846392c40a30c5d25ac1a7a73595725a66109ee2d29e896e5188ef8c2617d42836e81fad55c37c2f01d2d9a1de2')
md5sums=('6c6e79971fc1d393c1894bf387688965')
b2sums=('920699dbf8875611087064f6dedcbc7b2cbc870ec73d03e124fbf9a9ac210aa49b770df9b95db77229c3e1c5a05b29bf009d70f043753a9c6d911fc2b77ac413')
build() {
mkdir build

View file

@ -7,10 +7,7 @@ sys.path.append(os.path.normpath(f'{__file__}/../../../lilac-extensions'))
from lilac_r_utils import r_pre_build
def pre_build():
r_pre_build(
_G,
expect_systemrequirements = "Intel oneAPI Threading Building Blocks",
)
r_pre_build(_G)
def post_build():
git_pkgbuild_commit()