blob: 1e638e7d72f8a13138a10706a2c31e719fca98ad (
plain)
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
|
# Created by: Michael Neumann <mneumann@ntecs.de>
# $FreeBSD$
PORTNAME= algae
PORTVERSION= 4.3.6
PORTREVISION= 18
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Programming language for numerical analysis
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_aarch64= does not build: checking for proper floating point exception handling... no
BROKEN_armv6= does not build: checking for proper floating point exception handling... no
BROKEN_armv7= does not build: checking for proper floating point exception handling... no
BROKEN_powerpc64= does not build: configure: error: Cannot handle floating point exceptions
GNU_CONFIGURE= yes
USES= fortran
CONFIGURE_ARGS= --disable-dlmalloc --without-fftw --without-blas \
--without-lapack --without-bcslib --without-npsol
PLIST_SUB= ALGAE_VERSION=${PORTVERSION}
INFO= ${PORTNAME}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>
|