Skip to content

Commit

Permalink
updated ITK tag to sync with ANTs
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Mar 23, 2020
1 parent 715331d commit 962ba84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: ITKR
Type: Package
Title: ITK in R
Version: 0.5.3
Date: 2020-03-04
Version: 0.5.3.1
Date: 2020-03-22
Authors@R: c(
person(c("Brian", "B"), "Avants", role = c("aut", "cre"), email = "[email protected]"),
person(c("Benjamin", "M"), "Kandel", role = "ctb", email = "NA"),
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [[ $TRAVIS -eq true ]] ; then
fi
cd ./src
itkgit=https://github.com/InsightSoftwareConsortium/ITK
itktag=bcd762e7bd743341c2dce84852ced49d8292f293 # enum --> type: Fixes N4 masking issue
itktag=1e708db2f586997e408cfdc2cea5114ae5575892 # enum --> type: Fixes N4 masking issue
# if there is a directory but no git,
# remove it
if [[ -d itks ]]; then
Expand Down
2 changes: 1 addition & 1 deletion configure.win
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cd ./src
# itkgit=https://github.com/InsightSoftwareConsortium/ITK
# itktag=81c14ce858a530699ee2fbf7fa48b884ad26b984
itkgit=https://github.com/muschellij2/ITK.git
itktag=e088bafd5cb957d45ce6af0413f1cbe7aa8e9aa7
itktag=508d0c05c26168fc50233b0d604e29f0dbf7de7c
mkdir itks itkb
# as per https://discourse.itk.org/t/path-length-limitation-in-windows-lifted/545/12
mkdir -p ../data
Expand Down

0 comments on commit 962ba84

Please sign in to comment.