Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Coin3D version 4 is needed (same version as for python3-pivy). Fixes …
…broken nightly builds on Fedora.
  • Loading branch information
hevanaa authored and yorikvanhavre committed Jun 17, 2020
1 parent ddf0cf3 commit 0460279
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package/fedora/freecad.spec
Expand Up @@ -46,7 +46,7 @@ BuildRequires: git

# Development Libraries

BuildRequires: Coin3-devel
BuildRequires: Coin4-devel
BuildRequires: Inventor-devel
BuildRequires: opencascade-devel
BuildRequires: boost-devel
Expand Down Expand Up @@ -198,8 +198,8 @@ LDFLAGS='-Wl,--as-needed -Wl,--no-undefined'; export LDFLAGS
-DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3 \
-DMEDFILE_INCLUDE_DIRS=%{MEDFILE_INCLUDE_DIRS} \
-DOpenGL_GL_PREFERENCE=GLVND \
-DCOIN3D_INCLUDE_DIR=%{_includedir}/Coin3 \
-DCOIN3D_DOC_PATH=%{_datadir}/Coin3/Coin \
-DCOIN3D_INCLUDE_DIR=%{_includedir}/Coin4 \
-DCOIN3D_DOC_PATH=%{_datadir}/Coin4/Coin \
-DFREECAD_USE_EXTERNAL_PIVY=TRUE \
-DUSE_OCC=TRUE \
%if ! %{bundled_smesh}
Expand Down

0 comments on commit 0460279

Please sign in to comment.