diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-06-27 13:18:29 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-06-27 13:18:29 (GMT) |
commit | 59dfeb6d53e2492e4c599818d20d9f5c3945957a (patch) | |
tree | 4d06f86e1cc85689556d1a8c07a54a863f6a13dc /src/itk.mk | |
parent | a42b180729ede707856e77e3b80189641beb5020 (diff) | |
download | mxe-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.mk | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |