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