Skip to content

Commit

Permalink
BUG: Python3: Update LandmarkRegistration and MultiVolumeExplorer
Browse files Browse the repository at this point in the history
List of LandmarkRegistration changes:

$ git shortlog 6569f69..7fc2acc --no-merges
Jean-Christophe Fillion-Robin (1):
      ENH: Support for Python3

Pablo Hernandez-Cerdan (1):
      BUG: Fix failing test_LandmarkRegistrationVTKv6Picking due to SampleDataSource constructor

List of MultiVolumeExplorer changes:

$ git shortlog 1618048..299f2d9 --no-merges
Jean-Christophe Fillion-Robin (1):
      ENH: Support for Python3
  • Loading branch information
jcfr committed Apr 4, 2019
1 parent d4fcfbc commit e175d66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SuperBuild.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ mark_as_advanced(Slicer_BUILD_MULTIVOLUME_SUPPORT)

Slicer_Remote_Add(MultiVolumeExplorer
GIT_REPOSITORY ${EP_GIT_PROTOCOL}://github.com/fedorov/MultiVolumeExplorer.git
GIT_TAG 1618048725c37d1c36b1cdbd51c562f14479b1e9
GIT_TAG 299f2d982d0ffca166f8a39093e0782cd44c1778
OPTION_NAME Slicer_BUILD_MultiVolumeExplorer
OPTION_DEPENDS "Slicer_BUILD_QTLOADABLEMODULES;Slicer_BUILD_MULTIVOLUME_SUPPORT;Slicer_USE_PYTHONQT"
LABELS REMOTE_MODULE
Expand Down Expand Up @@ -320,8 +320,8 @@ Slicer_Remote_Add(CompareVolumes
list_conditional_append(Slicer_BUILD_CompareVolumes Slicer_REMOTE_DEPENDENCIES CompareVolumes)

Slicer_Remote_Add(LandmarkRegistration
GIT_REPOSITORY "${EP_GIT_PROTOCOL}://github.com/pieper/LandmarkRegistration"
GIT_TAG 6569f69ecb5c6d766ca02845e02ab5962eaab971
GIT_REPOSITORY "${EP_GIT_PROTOCOL}://github.com/jcfr/LandmarkRegistration"
GIT_TAG 7fc2acc25daacf03895c063097e91289948fa013
OPTION_NAME Slicer_BUILD_LandmarkRegistration
OPTION_DEPENDS "Slicer_BUILD_CompareVolumes;Slicer_USE_PYTHONQT"
LABELS REMOTE_MODULE
Expand Down

0 comments on commit e175d66

Please sign in to comment.