1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/devel/inastemp/Makefile
Yuri Victorovich d4cff33309 New port: devel/inastemp: C++ library to use SIMD vectorization
Submitted by:	myself
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13703
2018-01-02 10:41:23 +00:00

23 lines
515 B
Makefile

# $FreeBSD$
PORTNAME= inastemp
DISTVERSION= 0.2.4
CATEGORIES= devel
MASTER_SITES= https://gitlab.mpcdf.mpg.de/bbramas/${PORTNAME}/repository/${DISTVERSION}/archive.tar.gz?ref=v${PORTVERSION}&dummy=/
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ library to use SIMD vectorization
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake:outsource
NO_ARCH= yes
CMAKE_ARGS= -DINASTEMP_DO_INSTALL:BOOL=ON \
-DINASTEMP_JUST_LIB:BOOL=ON
post-extract:
@${MV} ${WRKDIR}/${PORTNAME}-* ${WRKSRC}
.include <bsd.port.mk>