mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/erlang-cl to 1.2.4-8
This commit is contained in:
parent
a0aa7fabaa
commit
04027191c7
2 changed files with 18 additions and 1 deletions
17
extra/erlang-cl/.SRCINFO
Normal file
17
extra/erlang-cl/.SRCINFO
Normal file
|
@ -0,0 +1,17 @@
|
|||
pkgbase = erlang-cl
|
||||
pkgdesc = OpenCL binding for Erlang
|
||||
pkgver = 1.2.4
|
||||
pkgrel = 8
|
||||
url = https://github.com/tonyrog/cl
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
makedepends = git
|
||||
makedepends = opencl-headers
|
||||
makedepends = rebar
|
||||
depends = erlang
|
||||
depends = opencl-icd-loader
|
||||
replaces = cl
|
||||
source = git+https://github.com/tonyrog/cl#commit=f0a5631fdcf4e1c56e6bf1568c6c2c8fff0d66df
|
||||
b2sums = SKIP
|
||||
|
||||
pkgname = erlang-cl
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
pkgname=erlang-cl
|
||||
pkgver=1.2.4
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
arch=(x86_64)
|
||||
pkgdesc='OpenCL binding for Erlang'
|
||||
url='https://github.com/tonyrog/cl'
|
||||
|
|
Loading…
Reference in a new issue