mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-proxyc: fix build
This commit is contained in:
parent
985ee8a704
commit
73f8dda296
3 changed files with 8 additions and 7 deletions
|
@ -2,10 +2,10 @@
|
||||||
# Contributor: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Contributor: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=proxyC
|
_pkgname=proxyC
|
||||||
_pkgver=0.3.4
|
_pkgver=0.4.0
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=${_pkgver//-/.}
|
pkgver=${_pkgver//-/.}
|
||||||
pkgrel=3
|
pkgrel=0
|
||||||
pkgdesc="Computes Proximity in Large Sparse Matrices"
|
pkgdesc="Computes Proximity in Large Sparse Matrices"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://cran.r-project.org/package=$_pkgname"
|
url="https://cran.r-project.org/package=$_pkgname"
|
||||||
|
@ -14,7 +14,6 @@ depends=(
|
||||||
blas
|
blas
|
||||||
onetbb
|
onetbb
|
||||||
r-rcpp
|
r-rcpp
|
||||||
r-rcppparallel
|
|
||||||
)
|
)
|
||||||
makedepends=(
|
makedepends=(
|
||||||
r-rcpparmadillo
|
r-rcpparmadillo
|
||||||
|
@ -32,8 +31,8 @@ optdepends=(
|
||||||
r-testthat
|
r-testthat
|
||||||
)
|
)
|
||||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
md5sums=('e57fe4d1fd003337b06845fe6c8cd591')
|
md5sums=('42557eb4e121b03858186d3cc7eea542')
|
||||||
b2sums=('c35d2ec7a6f506b0fb9f5ad3e0392289d147731a1f20d065ee9bde4cb8474e95854bc78be146cb64ba8b526eedc9cd2adbb44e6ef39b3523525736b80e95f901')
|
b2sums=('451afa0b9b22431f63c0c357f0633b356b434846392c40a30c5d25ac1a7a73595725a66109ee2d29e896e5188ef8c2617d42836e81fad55c37c2f01d2d9a1de2')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|
|
@ -7,7 +7,10 @@ sys.path.append(os.path.normpath(f'{__file__}/../../../lilac-extensions'))
|
||||||
from lilac_r_utils import r_pre_build
|
from lilac_r_utils import r_pre_build
|
||||||
|
|
||||||
def pre_build():
|
def pre_build():
|
||||||
r_pre_build(_G)
|
r_pre_build(
|
||||||
|
_G,
|
||||||
|
expect_systemrequirements = "Intel oneAPI Threading Building Blocks",
|
||||||
|
)
|
||||||
|
|
||||||
def post_build():
|
def post_build():
|
||||||
git_pkgbuild_commit()
|
git_pkgbuild_commit()
|
||||||
|
|
|
@ -4,7 +4,6 @@ maintainers:
|
||||||
email: pekkarr@protonmail.com
|
email: pekkarr@protonmail.com
|
||||||
repo_depends:
|
repo_depends:
|
||||||
- r-rcpp
|
- r-rcpp
|
||||||
- r-rcppparallel
|
|
||||||
repo_makedepends:
|
repo_makedepends:
|
||||||
- r-rcpparmadillo
|
- r-rcpparmadillo
|
||||||
- r-entropy
|
- r-entropy
|
||||||
|
|
Loading…
Add table
Reference in a new issue