Skip to content

Commit

Permalink
Merge pull request #38 from sarthakpati/master
Browse files Browse the repository at this point in the history
Sync up
  • Loading branch information
sarthakpati authored Mar 30, 2021
2 parents 7f703ae + 0e88733 commit 2195ed9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SET( ${PROJECT_NAME}_Variant "Full" ) # the particular variant of CaPTk (Full/Ne

SET( PROJECT_VERSION_MAJOR 0 )
SET( PROJECT_VERSION_MINOR 0 )
SET( PROJECT_VERSION_PATCH 4 )
SET( PROJECT_VERSION_PATCH 5 )
SET( PROJECT_VERSION_TWEAK )

# check for the string "nonRelease" in the PROJECT_VERSION_PATCH variable
Expand Down
7 changes: 2 additions & 5 deletions scripts/linux-makeself
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,8 @@ install_captk () {
make install_fets
cd ../LabelFusion
echo "Setting up the Python environment for LabelFusion (this needs SimpleITK==2.0.2, but GaNDLF needs 1.2.4)..."
python_version ?= python3
venv = venv/bin/$(python_version)
$(venv):
$(python_version) -m venv venv
venv/bin/pip3 install -e .
python3 -m venv venv
venv/bin/pip3 install -e .

echo "Downloading weights for nnUNet..."
cd ${target_dir}/squashfs-root/usr/data/fets
Expand Down

0 comments on commit 2195ed9

Please sign in to comment.