diff --git a/conda/linux/create_bundle.sh b/conda/linux/create_bundle.sh index cafa1bf8..39d47bb4 100755 --- a/conda/linux/create_bundle.sh +++ b/conda/linux/create_bundle.sh @@ -11,10 +11,10 @@ echo -e "\nCreate the environment" packages="freecad=*.pre occt vtk python=3.10 blas=*=openblas numpy \ matplotlib-base scipy sympy pandas six pyyaml pycollada lxml \ xlutils olefile requests blinker opencv qt.py nine docutils \ - opencamlib calculix" -if [[ "$ARCH" = "x86_64" ]]; then - packages=${packages}" ifcopenshell appimage-updater-bridge" -fi + opencamlib calculix ifcopenshell appimage-updater-bridge" +#if [[ "$ARCH" = "x86_64" ]]; then +# packages=${packages}" ifcopenshell appimage-updater-bridge" +#fi mamba create -p ${conda_env} ${packages} \ --copy -c freecad/label/dev -c conda-forge -y