From 777e5227896424e57e31899c77f6f7c5ccc1d9d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Insaurralde=20Avalos?= Date: Mon, 29 Apr 2024 16:52:01 -0400 Subject: [PATCH] Update dockerfile for qt6 --- Dockerfile | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6d55fa3..7ef1ce4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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