Files
ports/math/dionysus/Makefile
T
Yuri Victorovich 507fdc1de8 math/dionysus: update g20210521 → 2.1.8
Reported by:	portscout
2026-01-19 02:17:45 -08:00

31 lines
707 B
Makefile

PORTNAME= dionysus
PORTVERSION= 2.1.8
CATEGORIES= math
PKGNAMESUFFIX= -topology-library
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library for computing persistent homology
WWW= https://mrzv.org/software/dionysus2/ \
https://github.com/mrzv/dionysus
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${LOCALBASE}/include/boost/range/adaptors.hpp:devel/boost-libs
RUN_DEPENDS= ${LOCALBASE}/include/boost/range/adaptors.hpp:devel/boost-libs
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= mrzv
CMAKE_OFF= build_examples build_python_bindings
NO_BUILD= yes
NO_ARCH= yes
do-install:
cd ${WRKSRC}/include && ${COPYTREE_SHARE} ${PORTNAME} ${STAGEDIR}${PREFIX}/include
.include <bsd.port.mk>