Skip to content

Commit

Permalink
unify packages for x86_64 and aarch64 appimages
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianinsaval committed Nov 18, 2023
1 parent 70d0507 commit 095af52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conda/linux/create_bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 095af52

Please sign in to comment.