6fe90ee684
- Add libopenblas.so:math/openblas to OCC_LIB_DEPENDS - Add USE_OCC= gnome=cairo - Remove patch for taucs cmake configuration. It is now incorporated upstream. Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8229
13 lines
252 B
Makefile
13 lines
252 B
Makefile
# Created by: Thierry Thomas <thierry@pompo.net>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -occ
|
|
|
|
COMMENT= Automatic 3D finite element mesh generator with OpenCascade support
|
|
|
|
MASTERDIR= ${.CURDIR}/../../cad/gmsh
|
|
|
|
OPTIONS_SLAVE= OCC
|
|
|
|
.include "${MASTERDIR}/Makefile"
|