summaryrefslogtreecommitdiffstats
path: root/src/itk.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-06-27 13:18:29 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-06-27 13:18:29 (GMT)
commit59dfeb6d53e2492e4c599818d20d9f5c3945957a (patch)
tree4d06f86e1cc85689556d1a8c07a54a863f6a13dc /src/itk.mk
parenta42b180729ede707856e77e3b80189641beb5020 (diff)
downloadmxe-59dfeb6d53e2492e4c599818d20d9f5c3945957a.zip
mxe-59dfeb6d53e2492e4c599818d20d9f5c3945957a.tar.gz
mxe-59dfeb6d53e2492e4c599818d20d9f5c3945957a.tar.bz2
packge itk: fix whitespace and update placeholder and disable examples
Diffstat (limited to 'src/itk.mk')
-rw-r--r--src/itk.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/itk.mk b/src/itk.mk
index 2f73203..b4f8442 100644
--- a/src/itk.mk
+++ b/src/itk.mk
@@ -11,7 +11,7 @@ $(PKG)_DEPS := gcc hdf5
define $(PKG)_UPDATE
echo 'TODO: Updates for package ITK need to be written.' >&2;
- echo $(vtk6_VERSION)
+ echo $(itk_VERSION)
endef
define $(PKG)_BUILD
@@ -22,7 +22,8 @@ define $(PKG)_BUILD
-DBUILD_SHARED_LIBS=FALSE \
-DCMAKE_VERBOSE_MAKEFILE=TRUE \
-DBUILD_TESTING=FALSE \
- -DITK_USE_SYSTEM_HDF5=TRUE \
+ -DBUILD_EXAMPLES=FALSE \
+ -DITK_USE_SYSTEM_HDF5=TRUE \
'$(1)'
$(MAKE) -C '$(1).build' -j '$(JOBS)' install VERBOSE=1
endef