summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Mullins2021-04-08 22:52:18 +0000
committerChris Mullins2021-04-08 22:52:18 +0000
commitc129dee44f58a5e1820d0ec4fe3c79f3233c09eb (patch)
treefaab1920787857c024b4f943695dd681e4f13e4a
parent0d3871774be3a6bcd94c0a98a6f1c7dee80f2655 (diff)
downloadaur-c129dee44f58a5e1820d0ec4fe3c79f3233c09eb.tar.gz
Add SimpleITK Filters
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68b5ea741b20..abe57a6b54ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = insight-toolkit
pkgdesc = Cross-platform system that provides developers with an extensive suite of software tools for image analysis
pkgver = 5.1.2
- pkgrel = 13
+ pkgrel = 14
url = http://www.itk.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 656e8009b46a..8640cf0825c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=insight-toolkit
pkgver=5.1.2
-pkgrel=13
+pkgrel=14
pkgdesc='Cross-platform system that provides developers with an extensive suite of software tools for image analysis'
arch=('i686' 'x86_64')
url='http://www.itk.org/'
@@ -58,6 +58,7 @@ build() {
-DITK_USE_SYSTEM_HDF5:BOOL=ON \
-DModule_ITKIOMINC:BOOL=ON \
-DModule_ITKIOTransformMINC:BOOL=ON \
+ -DModule_SimpleITKFilters:BOOL=ON \
../InsightToolkit-${pkgver}
make