From 13d1af5a96d374b2c1582c805923abd6dcb9eb12 Mon Sep 17 00:00:00 2001 From: stnava Date: Tue, 30 Oct 2018 05:32:41 -0400 Subject: [PATCH] COMP: go back to insightconsortium finally --- configure | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/configure b/configure index fbd5cc6216..c34f74ed1f 100755 --- a/configure +++ b/configure @@ -9,13 +9,8 @@ if [[ $TRAVIS -eq true ]] ; then JTHREADS=2 fi cd ./src -# itkgit=https://github.com/InsightSoftwareConsortium/ITK.git -# itktag=8e821376ee7e19d81c29741acdc32bcda911eafc # Jacobian registration speedup -# itkgit=https://github.com/muschellij2/ITK.git -# itktag=e84f2b1fe6e127acaff52acf9428c2aa514e6a23 # latest -itkgit=https://github.com/stnava/ITK.git -itktag=dc8765dbfbcd47124579fba04c8cf5101dd585b7 # resolve hdf5 warnings - +itkgit=https://github.com/InsightSoftwareConsortium/ITK.git +itktag=3a6158a416bd6f20882ac0dde27a0c1c50809991 # if there is a directory but no git, # remove it if [[ -d itks ]]; then