Skip to content

Commit

Permalink
Update dockerfile for qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianinsaval committed Apr 29, 2024
1 parent bc9049d commit 777e522
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@ RUN pacman -Syu --noconfirm --needed base-devel ccache namcap \
; pacman -Scc --noconfirm

# FreeCAD depends
RUN pacman -S --noconfirm --needed boost-libs fmt glew jsoncpp med-openmpi \
netcdf opencascade openmpi pyside2 pyside2-tools python-yaml \
python-matplotlib python-pivy python-ply python-packaging \
qt5-svg qt5-tools qt5-webengine qt5-webchannel qt5-x11extras \
qt5-xmlpatterns qt5-base shared-mime-info xerces-c vtk adios2 verdict fast_float \
RUN pacman -S --noconfirm --needed boost-libs coin fmt glew jsoncpp \
med-openmpi netcdf opencascade openmpi pyside6 pyside6-tools python-yaml \
python-matplotlib python-pivy python-ply python-packaging qt6-svg \
qt6-tools qt6-base shared-mime-info verdict vtk xerces-c yaml-cpp \
; pacman -Scc --noconfirm
# FreeCAD makedepends
RUN pacman -S --noconfirm --needed boost cmake coin eigen git\
ninja python-shiboken2 shiboken2 swig gendesk \
RUN pacman -S --noconfirm --needed boost cmake eigen git ninja nlohmann-json \
shiboken6 swig gendesk fast_float \
; pacman -Scc --noconfirm
# FreeCAD checkdepends and optional
RUN pacman -S --noconfirm --needed pugixml libspnav povray \
RUN pacman -S --noconfirm --needed pugixml libspnav \
; pacman -Scc --noconfirm

# xflr5
Expand Down

0 comments on commit 777e522

Please sign in to comment.