blob: c30bd8d7d040ea58464d13bfa29132222a9e80f8 (
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
|
PORTNAME= ssht
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.2
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= Fast and exact spin spherical harmonic transforms
WWW= https://astro-informatics.github.io/ssht/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libfftw3.so:math/fftw3
USES= cmake:testing pkgconfig # tests clone cmocka, see https://github.com/astro-informatics/ssht/issues/63
USE_GITHUB= yes
GH_ACCOUNT= astro-informatics
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= BUILD_TESTING
.include <bsd.port.mk>
|