mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-svd: auto updated to 0.5.1-1
This commit is contained in:
parent
f37707c145
commit
05bcc34000
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=svd
|
||||
_pkgver=0.5
|
||||
_pkgver=0.5.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.5
|
||||
pkgrel=2
|
||||
pkgver=0.5.1
|
||||
pkgrel=1
|
||||
pkgdesc='Interfaces to Various State-of-Art SVD and Eigensolvers'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -19,7 +19,7 @@ makedepends=(
|
|||
gcc-fortran
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('d042d448671355d0664d37fd64dc90932eb780e6494c479d4431d1faae2071a1')
|
||||
sha256sums=('d4dcb650757bfbf8ae388622686be20e8d55cca68096146a30aee8ced96aa113')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue