mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-torch: auto updated to 0.14.2-1
This commit is contained in:
parent
30e9d7b04e
commit
242c2958db
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: sukanka <su975853527@gmail.com>
|
||||
|
||||
_pkgname=torch
|
||||
_pkgver=0.14.1
|
||||
_pkgver=0.14.2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
pkgdesc="Tensors and Neural Networks with 'GPU' Acceleration"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
|
@ -37,9 +37,9 @@ optdepends=(
|
|||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz"
|
||||
"fix-build.patch")
|
||||
md5sums=('96fc880d40746f5f1c1a15341d8c59aa'
|
||||
md5sums=('7486d8533d3226024caa1de2716d8445'
|
||||
'539874681ec47604d54ac506a0f7a14d')
|
||||
b2sums=('8c695631e2e793364c46d8d9f8417f32ec886fa04cc2b317d30b7f088beecec620847a0da1af007965a8325d251308825e212c6ebf489bb6bfebce6ebafd10da'
|
||||
b2sums=('ae96f2e0853a1a00cc78b3e79ca42553e0f4490b88f81e9e193ab7f71367e628110b23966fc459e9891c96783bff89474cff9179a8e6b7f289935ba67fa9d5da'
|
||||
'81629ea7a33491bf8dcec19019d97b90d838559adb023cde8e1bca1165bba58c9d48fb931300f51a717c0b048fd13750b3fdec16c416ed43e1de9296d146ee6e')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Add table
Reference in a new issue