summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Mullins2018-12-16 00:28:54 -0500
committerChristopher Mullins2018-12-16 00:28:54 -0500
commit9e9779561b26e861be4291223b43e091b78d1ff7 (patch)
tree353e61a258052c5494f8044a6af1dc8e8355b119
parente4d515afbb7ad1a4d510827c1730c804b84c0d4d (diff)
downloadaur-9e9779561b26e861be4291223b43e091b78d1ff7.tar.gz
Use system GDCM.
Set cmake variable to use system GDCM now that the GDCM package is updated to v2.8.8, which should solve the problem with openjpeg2 being built and ignoring the USE_SYSTEM_OPENJPEG setting.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b747f1df065..19de5e0e421b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Dec 13 21:01:26 UTC 2018
+# Sun Dec 16 05:28:00 UTC 2018
pkgbase = insight-toolkit
pkgdesc = Cross-platform system that provides developers with an extensive suite of software tools for image analysis
pkgver = 4.13.1
diff --git a/PKGBUILD b/PKGBUILD
index 9088b2d75a5a..79255b067fa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,7 +45,7 @@ build() {
-DITK_USE_SYSTEM_PNG:BOOL=ON \
-DITK_USE_SYSTEM_ZLIB:BOOL=ON \
-DITK_USE_SYSTEM_TIFF:BOOL=ON \
- -DITK_USE_SYSTEM_GDCM:BOOL=OFF \
+ -DITK_USE_SYSTEM_GDCM:BOOL=ON \
-DITK_LEGACY_SILENT:BOOL=ON \
$( $_usepython && echo "-DITK_WRAP_PYTHON:BOOL=ON") \
$( $_usepython && echo "-DModule_ITKReview:BOOL=OFF") \