323cbd403a
* Upgraded to OCCT 6.8.0 * Build system changes - Remove OCE_DISABLE_BSPLINE_MESHER option, OCCT improved meshing in recent releases. Version 0.16.1 - November 2014 * cppcheck fixes (memory leaks and parse errors) * Fix LDOMBasicString assignment operator * Mingw fixes (OpenGl compilation) * Fix build failures with Mesa 10.3.1 Version 0.16 - July 2014 * Upgraded to OCCT 6.7.1 * Fix a numerical bug in ApproxAFunc2Var due to compiler optimization. * Speed improvements in BOPTools_AlgoTools2D. * Many bug and warning fixes detected by static analysis and compilers. * Force 8 byte alignment in NCollection_IncAllocator to fix bus errors reported on RISC architectures. * Build system improvements and additions - Readd OCE_DISABLE_TKSERVICE_FONT option, a solution has been found to build TKService without freetype. - Fix Standard_Construction_Error exception in BOP - Fix RPATH issues reported on openSUSE - Fix gl2ps libraries installation - Build improvements and fixes with Mingw - Fix compatibility with CMake 3.0 - Enable support for OpenCL - New OCE_COPY_HEADERS_BUILD option to copy header files when building, to get rid of the long list of include directories on command line
19 lines
478 B
Makefile
19 lines
478 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2015/06/25 12:41:09 fhajny Exp $
|
|
|
|
BUILDLINK_TREE+= oce
|
|
|
|
.if !defined(OCE_BUILDLINK3_MK)
|
|
OCE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.oce+= oce>=0.17
|
|
BUILDLINK_PKGSRCDIR.oce?= ../../wip/oce
|
|
|
|
.if !empty(PKG_OPTIONS:Mx11)
|
|
.include "../../graphics/Mesa/buildlink3.mk"
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../lang/tcl/buildlink3.mk"
|
|
.include "../../x11/tk/buildlink3.mk"
|
|
.endif
|
|
.endif # OCE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -oce
|