freebsd-ports/math/tblis/Makefile
Mark Linimon 4cb19e7f87 Mark these ports as broken on aarch64, and, where appropriate, on armvX.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-06-22 01:15:19 +00:00

38 lines
906 B
Makefile

# Created by: Johannes M Dieterich <jmd@FreeBSD.org>
# $FreeBSD$
PORTNAME= tblis
PORTVERSION= 1.1.2
DISTVERSIONPREFIX= v
CATEGORIES= math
MAINTAINER= jmd@FreeBSD.org
COMMENT= Framework for performing tensor operations
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_aarch64= fails to compile: include_configs.hpp:2:10: fatal error: 'configs/armv7a/config.hpp' file not found
BROKEN_armv6= fails to compile: include_configs.hpp:2:10: fatal error: 'configs/armv7a/config.hpp' file not found
NOT_FOR_ARCHS= i386
NOT_FOR_ARCHS_REASON= i386 requires SSE
OPTIONS_DEFINE= PARA
PARA_DESC= use pthread parallelization
OPTIONS_DEFAULT= PARA
USES= gmake libtool
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= devinamatthews
HAS_CONFIGURE= yes
PARA_CONFIGURE_ON= --enable-thread-model=pthreads
PARA_CONFIGURE_OFF= --enable-thread-model=none
INSTALL_TARGET= install-strip
.include <bsd.port.mk>