summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2018-09-11 11:00:37 +0200
committerMartino Pilia2018-09-11 11:00:37 +0200
commit583100aec1a475da4f7f55e050d7d9db4f81fd40 (patch)
tree4f50f1124d7a7bd8ff0b9ae2109bce4a0232d03b
parent390fee882778f0bbe1686c64e079a83704a75bf4 (diff)
downloadaur-583100aec1a475da4f7f55e050d7d9db4f81fd40.tar.gz
fix OpenMP disabled by mistake
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffcef0c6331d..def9608144aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = elastix
pkgdesc = Toolbox for rigid and nonrigid registration of images
pkgver = 4.9.0
- pkgrel = 4
+ pkgrel = 5
url = http://elastix.isi.uu.nl/
arch = x86_64
license = apache
diff --git a/PKGBUILD b/PKGBUILD
index b4fb4c0bac62..5020cd3ee44e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer of this PKBGUILD file: Martino Pilia <martino.pilia@gmail.com>
pkgname=elastix
pkgver=4.9.0
-pkgrel=4
+pkgrel=5
pkgdesc='Toolbox for rigid and nonrigid registration of images'
arch=('x86_64')
url='http://elastix.isi.uu.nl/'
@@ -31,7 +31,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 \