Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions pkgs/by-name/fr/freecad/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@
libXmu,
medfile,
mpi,
netgen,
ninja,
ode,
opencascade-occt_7_6,
opencascade-occt,
pkg-config,
python311Packages,
python312Packages,
spaceNavSupport ? stdenv.hostPlatform.isLinux,
ifcSupport ? false,
stdenv,
Expand All @@ -39,7 +40,7 @@
qt6,
}:
let
inherit (python311Packages)
inherit (python312Packages)
boost
gitpython
ifcopenshell
Expand Down Expand Up @@ -78,6 +79,7 @@ freecad-utils.makeCustomizable (
[
cmake
ninja
netgen
pkg-config
gfortran
wrapGAppsHook3
Expand All @@ -104,6 +106,7 @@ freecad-utils.makeCustomizable (
matplotlib
medfile
mpi
netgen
ode
opencamlib
pivy
Expand Down Expand Up @@ -163,6 +166,9 @@ freecad-utils.makeCustomizable (
"-DBUILD_FLAT_MESH:BOOL=ON"
"-DINSTALL_TO_SITEPACKAGES=OFF"
"-DFREECAD_USE_PYBIND11=ON"
"-DBUILD_NETGEN=ON"
"-DBUILD_FEM_NETGEN=ON"

]
++ lib.optionals (qtVersion == 5) [
"-DBUILD_QT5=ON"
Expand Down