mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
ada36887fa
Reported by: portscout
24 lines
527 B
Makefile
24 lines
527 B
Makefile
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>
|