Skip to content

Commit

Permalink
graphics/f3d: Fix option OCCT and make it default
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Sep 11, 2022
1 parent 94cd2b2 commit 9566260
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions graphics/f3d/Makefile
@@ -1,6 +1,7 @@
PORTNAME= f3d
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.1
PORTREVISION= 1
CATEGORIES= graphics

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -24,7 +25,7 @@ GH_ACCOUNT= f3d-app

OPTIONS_GROUP= MODULES
OPTIONS_GROUP_MODULES= ALEMBIC ASSIMP EXODUS EXTERNAL_RENDERING OCCT RAYTRACING
OPTIONS_DEFAULT= ALEMBIC ASSIMP EXODUS
OPTIONS_DEFAULT= ALEMBIC ASSIMP EXODUS OCCT

MODULES_DESC= Build modules:

Expand All @@ -44,10 +45,10 @@ EXTERNAL_RENDERING_CMAKE_BOOL= F3D_MODULE_EXTERNAL_RENDERING
EXTERNAL_RENDERING_BROKEN= Requires VTK::RenderingExternal enabled in VTK

OCCT_DESC= OpenCASCADE module (STEP and IGES files)
OCCT_USES= localbase:ldflags
OCCT_CMAKE_BOOL= F3D_MODULE_OCCT
OCCT_LIB_DEPENDS= libTKBRep.so:cad/opencascade
OCCT_CMAKE_ON= -DOpenCASCADE_DIR=${LOCALBASE}/lib/cmake
OCCT_BROKEN= configure fails, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266280

RAYTRACING_DESC= Raytracing module
RAYTRACING_CMAKE_BOOL= F3D_MODULE_RAYTRACING
Expand Down

0 comments on commit 9566260

Please sign in to comment.