Skip to content

Commit 047bc8b

Browse files
jcfrvicory
andcommittedJul 21, 2020
ENH: Update ShapeVariationAnalyzer
List of changes: $ git shortlog 59dfda34..33cd9b5 --no-merges Jared Vicory (1): [backport PR-52] ENH: Fix vertical spacing of module UI Jean-Christophe Fillion-Robin (5): COMP: Generate (Extension)Config.cmake STYLE: Update CMakeLists.txt files to consistently use spaces instead of tabs BUG: Fix loading of modules by installing and packaging scikit-learn COMP: Fix install when bundled in Slicer custom application COMP: Fix bundling when using older version of Slicer with NUMPY/SciPy external projects Co-authored-by: Jared Vicory <jared.vicory@kitware.com>
1 parent 35cf669 commit 047bc8b

3 files changed

+1
-45
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ set(${extension_name}_SOURCE_DIR "${CMAKE_BINARY_DIR}/${extension_name}")
270270
FetchContent_Populate(${extension_name}
271271
SOURCE_DIR ${${extension_name}_SOURCE_DIR}
272272
GIT_REPOSITORY ${EP_GIT_PROTOCOL}://github.com/slicersalt/${extension_name}
273-
GIT_TAG 59dfda341c5a78f2511e6d0a66bdb09ed867604b # slicersalt-2020-01-15-d8c9fc0
273+
GIT_TAG 33cd9b51e6590a6cf58e79d8e334bf6d736b4149 # slicersalt-2020-07-21-f16236d
274274
GIT_PROGRESS 1
275275
QUIET
276276
)

‎SuperBuild/External_python-ShapeVariationAnalyzer-requirements.cmake

-43
This file was deleted.

‎SuperBuild/ShapeVariationAnalyzer-requirements.txt

-1
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.