From 64a306d30b721616d8f04318d202eff5d8576ebf Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 22 Apr 2017 01:39:31 +0200 Subject: longdescription is now the same as upstream see https://bugs.gentoo.org/show_bug.cgi?id=614928#c1 Closes: https://github.com/gentoo/gentoo/pull/4465 Signed-off-by: Justin Lecher --- sci-libs/openlibm/metadata.xml | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'sci-libs/openlibm') diff --git a/sci-libs/openlibm/metadata.xml b/sci-libs/openlibm/metadata.xml index d7e84e86fe3b..cd02d5ec2882 100644 --- a/sci-libs/openlibm/metadata.xml +++ b/sci-libs/openlibm/metadata.xml @@ -6,17 +6,12 @@ Gentoo Science Project - OpenLibm is an effort to have a high quality standalone LIBM - library. It is meant to be used standalone in applications and - programming language implementations. - OpenLibm also includes the AMOS library from Netlib, which is a - portable package for Bessel Functions of a Complex Argument and - Nonnegative Order. AMOS contains subroutines for computing Bessel - functions and Airy functions. - The OpenLIBM code derives from the FreeBSD msun implementation, which - in turn derives from FDLIBM 5.3. As a result, it has a number of fixes - and updates that have accumulated over the years in msun, and also - optimized assembly versions of many functions. +OpenLibm is an effort to have a high quality, portable, standalone C +mathematical library (libm). It can be used standalone in applications +and programming language implementations. +The project was born out of a need to have a good libm for the Julia +programming langage that worked consistently across compilers and +operating systems, and in 32-bit and 64-bit environments. JuliaLang/openlibm -- cgit v1.2.3-65-gdbad