Skip to content

Commit

Permalink
enable netgen
Browse files Browse the repository at this point in the history
  • Loading branch information
looooo committed Nov 30, 2024
1 parent 5ac84fc commit 08d01fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cmake -G "Ninja" -B build -S . ^
-D CMAKE_INCLUDE_PATH:FILEPATH="%LIBRARY_PREFIX%/include" ^
-D CMAKE_LIBRARY_PATH:FILEPATH="%LIBRARY_PREFIX%/lib" ^
-D CMAKE_INSTALL_LIBDIR:FILEPATH="%LIBRARY_PREFIX%/lib" ^
-D BUILD_FEM_NETGEN:BOOL=OFF ^
-D BUILD_FEM_NETGEN:BOOL=ON ^
-D OCC_INCLUDE_DIR:FILEPATH="%LIBRARY_PREFIX%/include/opencascade" ^
-D OCC_LIBRARY_DIR:FILEPATH="%LIBRARY_PREFIX%/lib" ^
-D OCC_LIBRARIES:FILEPATH="%LIBRARY_PREFIX%/lib" ^
Expand Down
2 changes: 1 addition & 1 deletion recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ cmake -G "Ninja" -B build -S . \
-D BUILD_WITH_CONDA:BOOL=ON \
-D Python_EXECUTABLE:FILEPATH="$PYTHON" \
-D Python3_EXECUTABLE:FILEPATH="$PYTHON" \
-D BUILD_FEM_NETGEN:BOOL=OFF \
-D BUILD_FEM_NETGEN:BOOL=ON \
-D BUILD_SHIP:BOOL=OFF \
-D OCCT_CMAKE_FALLBACK:BOOL=OFF \
-D FREECAD_USE_QT_DIALOG:BOOL=ON \
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "freecad" %}
{% set version = "1.0.0" %}
{% set build_number = 1 %}
{% set build_number = 2 %}
{% set build_number = build_number + 500 %} # [FEATURE_DEBUG]

package:
Expand Down

0 comments on commit 08d01fc

Please sign in to comment.