File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ cd build
11
11
12
12
cmake -DCMAKE_BUILD_TYPE=Release \
13
13
-DCMAKE_INSTALL_PREFIX=$PREFIX \
14
- -DINSTALL_DIR=$PREFIX \
15
14
-DINCDIR=$PREFIX /include/netgen \
16
15
-DOCC_INCLUDE_DIR=$PREFIX /include/opencascade \
17
16
-DOCC_LIBRARY_DIR=$PREFIX /lib \
@@ -28,4 +27,4 @@ mkdir ${PREFIX}/include/netgen -p
28
27
# this line is not correct. There is already a mydef.hpp in the include files
29
28
# better just move the config.h and make FreeCAD-cmake look for a congfig.h instead of
30
29
# 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
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ package:
4
4
5
5
source :
6
6
git_url : https://github.com/looooo/netgen
7
- git_tag : 6.2_rebased1
7
+ git_tag : 6.2_rebased3
8
8
9
9
build :
10
- number : 3
10
+ number : 4
11
11
features :
12
12
- vc14 # [win and py>=35]
13
13
- occt7.1.0
You can’t perform that action at this time.
0 commit comments