Skip to content

Commit cede034

Browse files
committed
ENH: Update BRAINSTools, ITKv4, NIPYPE
1 parent 45d64c3 commit cede034

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

SuperBuild/External_ANTs.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if(${PRIMARY_PROJECT_NAME}_USE_QT)
3535
endif()
3636
### --- End Project specific additions
3737
set(${proj}_REPOSITORY "https://github.com/stnava/ANTs.git")
38-
set(${proj}_GIT_TAG 0b42e26fd64cff94941335c98e157aecbc2f4df1) # 20161216
38+
set(${proj}_GIT_TAG 36624544936d4838b662aa7b0a8dd994ec2f0b9a) # 20161216
3939
ExternalProject_Add(${proj}
4040
${${proj}_EP_ARGS}
4141
GIT_REPOSITORY ${${proj}_REPOSITORY}

SuperBuild/External_BRAINSTools.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ ExternalProject_Include_Dependencies(${proj} PROJECT_VAR proj DEPENDS_VAR ${proj
113113
# message("${proj}_CMAKE_OPTIONS=${${proj}_CMAKE_OPTIONS}")
114114
### --- End Project specific additions
115115
set(${proj}_REPOSITORY "${git_protocol}://github.com/BRAINSia/BRAINSTools.git")
116-
set(${proj}_GIT_TAG "c3e1fc87f9cec3810559ad1c884277fc8e1406ac") # 20170222
116+
set(${proj}_GIT_TAG "fbe759e6105000237b2ad024a77cdc2b0b2dd233") # 20170302
117117
ExternalProject_Add(${proj}
118118
${${proj}_EP_ARGS}
119119
GIT_REPOSITORY ${${proj}_REPOSITORY}

SuperBuild/External_ITKv4.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if(NOT DEFINED ITK_DIR AND NOT ${CMAKE_PROJECT_NAME}_USE_SYSTEM_${proj})
4040
endif()
4141

4242
set(${proj}_REPOSITORY ${git_protocol}://itk.org/ITK.git)
43-
set(${proj}_GIT_TAG addc38277bdb4d25f5c41264891dcc869a407ba1 ) # 20170224
43+
set(${proj}_GIT_TAG bd47c7f538577f0afa9455787c903a30650f5197 ) # 20170302
4444
set(EXTERNAL_PROJECT_OPTIONAL_CMAKE_CACHE_ARGS)
4545

4646
if(NOT ${CMAKE_PROJECT_NAME}ITKV3_COMPATIBILITY AND CMAKE_CL_64)

SuperBuild/External_NIPYPE.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if(NOT ( DEFINED "USE_SYSTEM_${proj}" AND "${USE_SYSTEM_${proj}}" ) )
3737
### --- End Project specific additions
3838
set(${proj}_REPOSITORY "${git_protocol}://github.com/nipy/nipype.git")
3939
#set(${proj}_REPOSITORY "${git_protocol}://github.com/BRAINSia/nipype.git")
40-
set(${proj}_GIT_TAG b52524e2fb64d1f4011c8f95a569ef40b6709e3b) #20170224
40+
set(${proj}_GIT_TAG e450340a9c6b1668a617108d3372208e8f3bf68c) #20170302
4141
ExternalProject_Add(${proj}
4242
${${proj}_EP_ARGS}
4343
GIT_REPOSITORY ${${proj}_REPOSITORY}

0 commit comments

Comments
 (0)