New port: math/libsharp2: Library for fast spherical harmonic transforms
This commit is contained in:
parent
fa6dd103dc
commit
5e865ee1ec
5 changed files with 41 additions and 0 deletions
|
@ -383,6 +383,7 @@
|
|||
SUBDIR += librdata
|
||||
SUBDIR += librsb
|
||||
SUBDIR += libsemigroups
|
||||
SUBDIR += libsharp2
|
||||
SUBDIR += libtommath
|
||||
SUBDIR += libxls
|
||||
SUBDIR += libxlsxwriter
|
||||
|
|
23
math/libsharp2/Makefile
Normal file
23
math/libsharp2/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
PORTNAME= libsharp2
|
||||
DISTVERSION= g20191210
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Library for fast spherical harmonic transforms
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= autoreconf gmake libtool
|
||||
USE_GITLAB= yes
|
||||
|
||||
GL_SITE= https://gitlab.mpcdf.mpg.de
|
||||
GL_ACCOUNT= mtr
|
||||
GL_PROJECT= libsharp
|
||||
GL_COMMIT= 54856313a5fcfb6a33817b7dfa28c4b1965ffbd1
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
3
math/libsharp2/distinfo
Normal file
3
math/libsharp2/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1619405647
|
||||
SHA256 (mtr-libsharp-54856313a5fcfb6a33817b7dfa28c4b1965ffbd1_GL0.tar.gz) = 30a8febdc30e210ba91a6e8e112aba25cd630d7821686872ce48bd08400e0f7a
|
||||
SIZE (mtr-libsharp-54856313a5fcfb6a33817b7dfa28c4b1965ffbd1_GL0.tar.gz) = 69059
|
4
math/libsharp2/pkg-descr
Normal file
4
math/libsharp2/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Library for efficient spherical harmonic transforms at arbitrary spins,
|
||||
supporting CPU vectorization, OpenMP and MPI.
|
||||
|
||||
WWW: https://gitlab.mpcdf.mpg.de/mtr/libsharp
|
10
math/libsharp2/pkg-plist
Normal file
10
math/libsharp2/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
|||
include/libsharp2/sharp.h
|
||||
include/libsharp2/sharp_almhelpers.h
|
||||
include/libsharp2/sharp_cxx.h
|
||||
include/libsharp2/sharp_geomhelpers.h
|
||||
include/libsharp2/sharp_mpi.h
|
||||
lib/libsharp2.a
|
||||
lib/libsharp2.so
|
||||
lib/libsharp2.so.0
|
||||
lib/libsharp2.so.0.0.0
|
||||
libdata/pkgconfig/libsharp2.pc
|
Loading…
Reference in a new issue