Skip to content

Commit

Permalink
Try to disable OpenGL dependency completely
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsteger committed Jun 20, 2024
1 parent a100ea5 commit 1dc2fe3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "netgen_occt"
version = "0.0.9"
version = "0.0.10"
description = "Open CASCADE Technology libraries, used by Netgen Mesher"
readme = {file = "README.txt", content-type = "text/plain"}
requires-python = ">=3.8"
Expand Down Expand Up @@ -32,6 +32,15 @@ BUILD_MODULE_Visualization="OFF"
BUILD_MODULE_ApplicationFramework="OFF"
BUILD_MODULE_Draw="OFF"
BUILD_MODULE_DETools="OFF"
CAN_USE_FFMPEG="OFF"
CAN_USE_FREEIMAGE="OFF"
CAN_USE_FREETYPE="OFF"
CAN_USE_GLES2="OFF"
CAN_USE_OPENGL="OFF"
CAN_USE_OPENVR="OFF"
CAN_USE_TK="OFF"
CAN_USE_XLIB="OFF"
CAN_USE_VTK="OFF"
USE_FREETYPE="OFF"
USE_OPENGL="OFF"
USE_XLIB="OFF"
Expand Down
13 changes: 11 additions & 2 deletions pyproject_devel.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "netgen_occt_devel"
version = "0.0.9"
dependencies= ["netgen-occt==0.0.9"]
version = "0.0.10"
dependencies= ["netgen-occt==0.0.10"]
description = "Open CASCADE Technology libraries, used by Netgen Mesher (development files)"
readme = {file = "README.txt", content-type = "text/plain"}
requires-python = ">=3.8"
Expand Down Expand Up @@ -33,6 +33,15 @@ BUILD_MODULE_Visualization="OFF"
BUILD_MODULE_ApplicationFramework="OFF"
BUILD_MODULE_Draw="OFF"
BUILD_MODULE_DETools="OFF"
CAN_USE_FFMPEG="OFF"
CAN_USE_FREEIMAGE="OFF"
CAN_USE_FREETYPE="OFF"
CAN_USE_GLES2="OFF"
CAN_USE_OPENGL="OFF"
CAN_USE_OPENVR="OFF"
CAN_USE_TK="OFF"
CAN_USE_XLIB="OFF"
CAN_USE_VTK="OFF"
USE_FREETYPE="OFF"
USE_OPENGL="OFF"
USE_XLIB="OFF"
Expand Down

0 comments on commit 1dc2fe3

Please sign in to comment.