Skip to content

Commit cac3836

Browse files
committed
netgen: update recipe
1 parent c1a38ce commit cac3836

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

netgen/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ cd build
1111

1212
cmake -DCMAKE_BUILD_TYPE=Release \
1313
-DCMAKE_INSTALL_PREFIX=$PREFIX \
14-
-DINSTALL_DIR=$PREFIX \
1514
-DINCDIR=$PREFIX/include/netgen \
1615
-DOCC_INCLUDE_DIR=$PREFIX/include/opencascade \
1716
-DOCC_LIBRARY_DIR=$PREFIX/lib \
@@ -28,4 +27,4 @@ mkdir ${PREFIX}/include/netgen -p
2827
# this line is not correct. There is already a mydef.hpp in the include files
2928
# better just move the config.h and make FreeCAD-cmake look for a congfig.h instead of
3029
# a mydefs.hpp
31-
cp ${SRC_DIR}/build/config.h ${PREFIX}/include/netgen/mydefs.hpp
30+
cp ${SRC_DIR}/build/libsrc/include/mydefs.hpp ${PREFIX}/include/netgen/mydefs.hpp

netgen/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ package:
44

55
source:
66
git_url: https://github.com/looooo/netgen
7-
git_tag: 6.2_rebased1
7+
git_tag: 6.2_rebased3
88

99
build:
10-
number: 3
10+
number: 4
1111
features:
1212
- vc14 # [win and py>=35]
1313
- occt7.1.0

0 commit comments

Comments
 (0)