Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sci-libs/openlibm license change, longdescription update #4465

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 6 additions & 11 deletions sci-libs/openlibm/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,12 @@
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
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.
</longdescription>
<upstream>
<remote-id type="github">JuliaLang/openlibm</remote-id>
Expand Down
2 changes: 1 addition & 1 deletion sci-libs/openlibm/openlibm-0.5.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DESCRIPTION="High quality system independent, open source libm"
HOMEPAGE="https://github.com/JuliaLang/openlibm"
SRC_URI="https://github.com/JuliaLang/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT freedist public-domain BSD"
LICENSE="public-domain MIT ISC BSD-2 LGPL-2.1+"
SLOT="0/${PV}.0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"

Expand Down