From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 75534139695 for ; Sat, 22 Apr 2017 16:03:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E5A9E0C04; Sat, 22 Apr 2017 16:03:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B3B2E0C04 for ; Sat, 22 Apr 2017 16:03:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57C5333FE7D for ; Sat, 22 Apr 2017 16:03:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2DE3743A for ; Sat, 22 Apr 2017 16:03:12 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1492876988.64a306d30b721616d8f04318d202eff5d8576ebf.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/openlibm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/openlibm/metadata.xml X-VCS-Directories: sci-libs/openlibm/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 64a306d30b721616d8f04318d202eff5d8576ebf X-VCS-Branch: master Date: Sat, 22 Apr 2017 16:03:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 50fc8485-fdc2-42ad-8915-ea88caecfa95 X-Archives-Hash: 2c52eea4e5ec45871dcabd4c86110176 commit: 64a306d30b721616d8f04318d202eff5d8576ebf Author: Alessandro Barbieri alice it> AuthorDate: Fri Apr 21 23:39:31 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Apr 22 16:03:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a306d3 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 gentoo.org> sci-libs/openlibm/metadata.xml | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/sci-libs/openlibm/metadata.xml b/sci-libs/openlibm/metadata.xml index d7e84e86fe3..cd02d5ec288 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