libsharp 1.0.0-1 source package in Ubuntu

Changelog

libsharp (1.0.0-1) unstable; urgency=low

  * Initial release. (Closes: #947445)

 -- Leo Singer <email address hidden>  Thu, 26 Dec 2019 17:37:26 -0500

Upload details

Uploaded by:
Debian Astronomy Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Astronomy Maintainers
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libsharp_1.0.0-1.dsc 2.0 KiB 98c6b1136c31ea995ea6286968e2619457493341c00253a7e502e704e97d7cc3
libsharp_1.0.0.orig.tar.gz 380.1 KiB e98293315ee0f8a4c69c627bda36297b45e35e7afc33f510756f212d36c02f92
libsharp_1.0.0-1.debian.tar.xz 3.8 KiB 56c1761dbd9038eedab547a8bf28a09f06cfd04f3c2a0ecaa268a56c779385a3

No changes file available.

Binary packages built by this source

libsharp-dev: fast spherical harmonic transforms - C/C++ library

 libsharp is a library for spherical harmonic transforms (SHTs), which evolved
 from the libpsht library, addressing several of its shortcomings, such as
 adding MPI support for distributed memory systems and SHTs of fields with
 arbitrary spin, but also supporting new developments in CPU instruction sets
 like the Advanced Vector Extensions (AVX) or fused multiply-accumulate (FMA)
 instructions. The library is implemented in portable C99 and provides an
 interface that can be easily accessed from other programming languages such as
 C++, Fortran, Python etc. Generally, libsharp's performance is at least on par
 with that of its predecessor; however, significant improvements were made to
 the algorithms for scalar SHTs, which are roughly twice as fast when using the
 same CPU capabilities.
 .
 This package provides the static library and headers.

libsharp0: fast spherical harmonic transforms - C/C++ development library

 libsharp is a library for spherical harmonic transforms (SHTs), which evolved
 from the libpsht library, addressing several of its shortcomings, such as
 adding MPI support for distributed memory systems and SHTs of fields with
 arbitrary spin, but also supporting new developments in CPU instruction sets
 like the Advanced Vector Extensions (AVX) or fused multiply-accumulate (FMA)
 instructions. The library is implemented in portable C99 and provides an
 interface that can be easily accessed from other programming languages such as
 C++, Fortran, Python etc. Generally, libsharp's performance is at least on par
 with that of its predecessor; however, significant improvements were made to
 the algorithms for scalar SHTs, which are roughly twice as fast when using the
 same CPU capabilities.
 .
 This package provides the dynamic library.

libsharp0-dbgsym: debug symbols for libsharp0