summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartino Pilia2018-09-11 11:01:30 +0200
committerMartino Pilia2018-09-11 11:01:30 +0200
commitf73a931b69bbdd19b92e588c083a6abcc2296b81 (patch)
tree6b9ec0c5c8be8218dfc1d8bb2e4d45383cf011fd /PKGBUILD
parent0bf49407b371b0269d80e93517e73af01228c902 (diff)
downloadaur-f73a931b69bbdd19b92e588c083a6abcc2296b81.tar.gz
fix OpenMP disabled by mistake
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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 \