Skip to content

Commit 2195ed9

Browse files
authored
Merge pull request #38 from sarthakpati/master
Sync up
2 parents 7f703ae + 0e88733 commit 2195ed9

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SET( ${PROJECT_NAME}_Variant "Full" ) # the particular variant of CaPTk (Full/Ne
1313

1414
SET( PROJECT_VERSION_MAJOR 0 )
1515
SET( PROJECT_VERSION_MINOR 0 )
16-
SET( PROJECT_VERSION_PATCH 4 )
16+
SET( PROJECT_VERSION_PATCH 5 )
1717
SET( PROJECT_VERSION_TWEAK )
1818

1919
# check for the string "nonRelease" in the PROJECT_VERSION_PATCH variable

scripts/linux-makeself

+2-5
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,8 @@ install_captk () {
133133
make install_fets
134134
cd ../LabelFusion
135135
echo "Setting up the Python environment for LabelFusion (this needs SimpleITK==2.0.2, but GaNDLF needs 1.2.4)..."
136-
python_version ?= python3
137-
venv = venv/bin/$(python_version)
138-
$(venv):
139-
$(python_version) -m venv venv
140-
venv/bin/pip3 install -e .
136+
python3 -m venv venv
137+
venv/bin/pip3 install -e .
141138

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

0 commit comments

Comments
 (0)