Skip to content

Commit

Permalink
add qt-wayland to appimage and sort packages
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianinsaval committed Nov 3, 2024
1 parent 62819e1 commit d9eb091
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions conda/linux/create_bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,33 +11,34 @@ echo -e "\nCreate the environment"
mamba create --copy -y -p ${conda_env} \
-c freecad/label/dev \
-c conda-forge \
noqt6 \
freecad=*dev \
occt \
vtk \
python=3.11 \
noqt6 \
appimage-updater-bridge \
blas=*=openblas \
numpy \
matplotlib-base \
scipy \
sympy \
pandas \
six \
pyyaml \
pycollada \
lxml \
xlutils \
olefile \
requests \
blinker \
opencv \
nine \
docutils \
opencamlib \
calculix \
docutils \
ifcopenshell \
lark \
appimage-updater-bridge
lxml \
matplotlib-base \
nine \
numpy \
occt \
olefile \
opencamlib \
opencv \
pandas \
pycollada \
pyyaml \
qt-wayland \
requests \
scipy \
six \
sympy \
vtk \
xlutils

mamba run -p ${conda_env} python ../scripts/get_freecad_version.py
read -r version_name < bundle_name.txt
Expand Down

0 comments on commit d9eb091

Please sign in to comment.