blob: 8c6e925652288487f6381b038ffe8289e4a3f535 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
pkgbase = simpleitk
pkgdesc = A simplified layer built on top of ITK, intended to facilitate its use in rapid prototyping, education, interpreted languages.
pkgver = 1.0rc2
pkgrel = 1
url = http://www.simpleitk.org/
arch = i686
arch = x86_64
license = Apache
makedepends = cmake
makedepends = clang
makedepends = git
makedepends = lua51
makedepends = mono
makedepends = python
makedepends = python-pip
makedepends = python-virtualenv
makedepends = python-numpy
makedepends = r
makedepends = ruby
makedepends = swig
makedepends = tcl
makedepends = tk
depends = gcc-libs
depends = insight-toolkit>=4.11.0
optdepends = lua51: Lua bindings
optdepends = mono: C# bindings
optdepends = python: Python bindings
optdepends = python-numpy: Python bindings
optdepends = r: R bindings
optdepends = ruby: Ruby bindings
optdepends = tcl: Tcl/TK bindings
optdepends = tk: Tcl/TK bindings
source = git+https://github.com/SimpleITK/SimpleITK#tag=v1.0rc2
source = Rlib.patch
source = lua51.patch
md5sums = SKIP
md5sums = 2888336abcbb122a49cb5817ac98f36c
md5sums = a25fe3562664dbef433a3f2cc20d6c39
pkgname = simpleitk
|