File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,13 @@ cmake .. -G "Ninja" ^
13
13
-DNGLIB_INCLUDE_DIR=%LIBRARY_PREFIX% /include/nglib ^
14
14
-DOCC_INCLUDE_DIR=%LIBRARY_PREFIX% /include/opencascade ^
15
15
-DOCC_LIBRARY_DIR=%LIBRARY_PREFIX% /lib ^
16
- -DOCC_LIBRARIES=%LIBRARY_PREFIX% /lib CACHE ^
16
+ -DOCC_LIBRARIES=%LIBRARY_PREFIX% /lib ^
17
17
-DFREECAD_USE_OCC_VARIANT=" Official Version" ^
18
18
-DOCC_OCAF_LIBRARIES=%LIBRARY_PREFIX% /lib ^
19
19
-DSWIG_DIR=%LIBRARY_PREFIX% /share/swig/3.0.8 ^
20
20
-DSWIG_EXECUTABLE=%LIBRARY_PREFIX% /bin/swig ^
21
21
-DPYTHON_EXECUTABLE=%PYTHON% ^
22
- -DBUILD_REVERSEENGINEERING=NO ^
23
- .
22
+ -DBUILD_REVERSEENGINEERING=NO
24
23
25
24
26
25
if errorlevel 1 exit 1
Original file line number Diff line number Diff line change @@ -13,9 +13,13 @@ build:
13
13
- vc14 # [win and py>=35]
14
14
- occt7.1.0
15
15
16
+ # source:
17
+ # git_url: https://github.com/looooo/FreeCAD
18
+ # git_tag: master
19
+
16
20
source :
17
- git_url : https://github.com/looooo/ FreeCAD
18
- git_tag : master
21
+ fn : FreeCAD.tar.gz
22
+ url : https://github.com/FreeCAD/FreeCAD/archive/ master.tar.gz
19
23
20
24
requirements :
21
25
build :
You can’t perform that action at this time.
0 commit comments