Skip to content

Commit

Permalink
fix copy command (don't add -r and use *.so so cmake subfolder isn't …
Browse files Browse the repository at this point in the history
…copied)
  • Loading branch information
grlee77 committed Oct 27, 2023
1 parent 28fd183 commit 971d90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ cp -P -r cpp/plugins/cucim.kit.cumed/install/bin/* ./install/bin/
# Copy the resulting cucim pybind11 shared library into the Python package src folder
cp -P python/install/lib/* python/cucim/src/cucim/clara/
# also need these files in the clara wheel
cp -P install/lib/* python/cucim/src/cucim/clara/
cp -P install/lib/*.so python/cucim/src/cucim/clara/

cd "${package_dir}"

Expand Down

0 comments on commit 971d90d

Please sign in to comment.