mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-nnls: auto updated to 1.5-1
This commit is contained in:
parent
5d3bbff0b5
commit
1227c73816
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=nnls
|
||||
_pkgver=1.4
|
||||
_pkgver=1.5
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.4
|
||||
pkgrel=9
|
||||
pkgver=1.5
|
||||
pkgrel=1
|
||||
pkgdesc='The Lawson-Hanson algorithm for non-negative least squares (NNLS)'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -16,7 +16,7 @@ makedepends=(
|
|||
gcc-fortran
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('0e5d77abae12bc50639d34354f96a8e079408c9d7138a360743b73bd7bce6c1f')
|
||||
sha256sums=('cd70feb286f86f6dead75da693a8f67c9bd3b91eb738e6e6ac659e3b8c7a3452')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue