You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git -C ${INIT_PWD}/plugins/cacao-src status # git -C doesn't cd back to original dir
else
echo " Not present."
fi
mkdir -p plugins/milk-extra-src
cd plugins/milk-extra-src
# MILK PLUGINS
for mod in clustering fft ZernikePolyn cudacomp image_basic image_filter image_format image_gen img_reduce info kdtree linARfilterPred linopt_imtools psf statistic
do
echo "Module ${mod}"
if [ -d "${mod}" ]; then
echo " Already installed -> status:"
git -C ${INIT_PWD}/plugins/milk-extra-src/${mod} status