aboutsummaryrefslogtreecommitdiffstats
path: root/science/tfel/Makefile
blob: 4a539e05ed985883e7139cdf14ab21e081d57c0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Created by: Pedro F. Giffuni
# $FreeBSD$

PORTNAME=   tfel
PORTVERSION=    3.3.0
PORTREVISION=   1
CATEGORIES= science
MASTER_SITES=   SF/${PORTNAME}/
PKGNAMESUFFIX=  -mfront

MAINTAINER= ports@FreeBSD.org
COMMENT=    Code generation tool dedicated to material knowledge

LICENSE=    GPLv3

BUILD_DEPENDS=  gnuplot:math/gnuplot
RUN_DEPENDS=    gnuplot:math/gnuplot

USES=       cmake compiler:c++0x fortran tar:bzip2

CONFLICTS=  tfel-mfront-edf-3.*

OPTIONS_DEFINE=     DOCS PYTHON
OPTIONS_DEFAULT=    DOCS PYTHON

OPTIONS_SUB=        yes

PYTHON_USES=        localbase python
PYTHON_BUILD_DEPENDS=   ${PYNUMPY}
PYTHON_LIB_DEPENDS= ${PY_BOOST} \
            libboost_thread.so:devel/boost-libs
PYTHON_RUN_DEPENDS= ${PYNUMPY}
PYTHON_CMAKE_BOOL=  enable-python enable-python-bindings

CMAKE_ON=   enable-aster enable-calculix enable-fortran
CMAKE_ARGS+=    -DCOMPILER_CXXFLAGS="${CXXFLAGS}" -DCOMPILER_FLAGS="${CFLAGS}"
USE_LDCONFIG=   yes

.ifdef PACKAGE_BUILDING
CMAKE_ON+=  enable-portable-build
.endif

TEST_TARGET=    check

.include <bsd.port.mk>