Skip to content

Commit

Permalink
added stnava ITK git
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Sep 5, 2018
1 parent ba1fde6 commit ca104f4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ITKR
Type: Package
Title: ITK in R
Version: 0.4.16.0
Version: 0.4.16.1
Date: 2018-08-08
Authors@R: c(
person(c("Brian", "B"), "Avants", role = c("aut", "cre"), email = "[email protected]"),
Expand Down
6 changes: 4 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ 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/InsightSoftwareConsortium/ITK.git
# itktag=8e821376ee7e19d81c29741acdc32bcda911eafc # Jacobian registration speedup
itkgit=https://github.com/stnava/ITK.git
itktag=f44174c188466da6a9dcfbf3928d52bbd3b05cd2
# if there is a directory but no git,
# remove it
if [[ -d itks ]]; then
Expand Down
6 changes: 4 additions & 2 deletions configure.win
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ CXX=`R CMD config CXX`
JTHREADS=1
CMAKE_BUILD_TYPE=Release
cd ./src
itkgit=https://github.com/InsightSoftwareConsortium/ITK.git
itktag=b2f5227b9f8d44cb155176f5dbcad6f911206841 # most up to date
# itkgit=https://github.com/InsightSoftwareConsortium/ITK.git
# itktag=b2f5227b9f8d44cb155176f5dbcad6f911206841 # most up to date
itkgit=https://github.com/stnava/ITK.git
itktag=f44174c188466da6a9dcfbf3928d52bbd3b05cd2
# itktag= # latest
mkdir itks itkb
# as per https://discourse.itk.org/t/path-length-limitation-in-windows-lifted/545/12
Expand Down

0 comments on commit ca104f4

Please sign in to comment.