Skip to content

Commit

Permalink
BUG: Bump TubeTK to fix use of ArrayFire and installation command
Browse files Browse the repository at this point in the history
Two major fixes in this bump:
TubeTK was missing specification of ArrayFire paths needed for
outside application to compile if ArrayFire was turned on when
ITK/TubeTK was compiled.

TubeTK attempted to install a file that is no longer included with
TubeTK

TubeTK can now build its applications. Requires building ITK with
TubeTK, building SlicerExecutionModel (which depends on ITK), and
then re-building ITK with it pointing to the build of
SlicerExecutionModel.   Ugly, but it works.
  • Loading branch information
aylward committed Mar 24, 2020
1 parent 8f64ced commit 566604a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Remote/TubeTK.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ itk_fetch_module(TubeTK
"
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKTubeTK.git
GIT_TAG e3eb8677e802812c06a4a3fe19f39d3c6756cf59
GIT_TAG 707fa9f67d073739a14cd9b3d05b680271022240
)

0 comments on commit 566604a

Please sign in to comment.