summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21967c25fc88..773991016815 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = elastix-git
pkgdesc = Toolbox for rigid and nonrigid registration of images
pkgver = 4.9.0.r0.g6e031631
- pkgrel = 4
+ pkgrel = 5
url = http://elastix.isi.uu.nl/
arch = x86_64
license = apache
diff --git a/PKGBUILD b/PKGBUILD
index b57c0f7cf424..cfe419d511b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=elastix
pkgname=${_pkgname}-git
pkgver=4.9.0.r0.g6e031631
-pkgrel=4
+pkgrel=5
pkgdesc='Toolbox for rigid and nonrigid registration of images'
arch=('x86_64')
url='http://elastix.isi.uu.nl/'
@@ -40,7 +40,7 @@ prepare() {
-DELASTIX_IMAGE_4D_PIXELTYPES:STRING="unsigned char;short;float" \
-DELASTIX_BUILD_EXECUTABLE:BOOL=ON \
-DELASTIX_USE_OPENCL:BOOL=OFF \
- -DELASTIX_USE_OPENMP:BOOL=OFF \
+ -DELASTIX_USE_OPENMP:BOOL=ON \
-DELASTIX_USE_EIGEN:BOOL=OFF \
-DUSE_ALL_COMPONENTS:BOOL=OFF \
-DUSE_AdaptiveStochasticGradientDescent:BOOL=ON \