[gentoo-commits] proj/sci:master commit in: sci-libs/openlibm/files/, sci-libs/openlibm/

2020-09-22 Thread Aisha Tammy
commit: b138654fee03bbcaf53f49bfd55cbc900718e0dd
Author: Aisha Tammy  aisha  cc>
AuthorDate: Tue Sep 22 12:12:18 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Tue Sep 22 12:12:18 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=b138654f

sci-libs/openlibm: drop package

present in ::gentoo

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy  aisha.cc>

 .../files/openlibm-respect-toolchain.patch | 42 --
 sci-libs/openlibm/metadata.xml | 16 -
 sci-libs/openlibm/openlibm-.ebuild | 38 
 3 files changed, 96 deletions(-)

diff --git a/sci-libs/openlibm/files/openlibm-respect-toolchain.patch 
b/sci-libs/openlibm/files/openlibm-respect-toolchain.patch
deleted file mode 100644
index 365aa17ec..0
--- a/sci-libs/openlibm/files/openlibm-respect-toolchain.patch
+++ /dev/null
@@ -1,42 +0,0 @@
 Make.inc.orig  2013-07-16 15:50:21.227405299 -0700
-+++ Make.inc   2013-07-16 15:52:17.539087715 -0700
-@@ -2,26 +2,18 @@
- 
- OS := $(shell uname)
- 
--FC = gfortran
--FFLAGS += -O3
-+FC := gfortran
- 
--USEGCC = 1
--USECLANG = 0
- 
--ifeq ($(OS), Darwin)
--USEGCC = 0
--USECLANG = 1
--endif
--
--AR = ar
-+AR := ar
- 
--ifeq ($(USECLANG),1)
-+ifneq (,$(findstring clang,$(CC)))
- USEGCC = 0
- CC = clang
- CFLAGS_add += -fno-builtin
- endif
- 
--ifeq ($(USEGCC),1)
-+ifneq (,$(findstring gcc,$(CC)))
- CC = gcc
- CFLAGS_add += -fno-gnu89-inline
- endif
-@@ -31,7 +23,7 @@
- $(error "the mingw32 compiler you are using fails the openblas testsuite. 
please see the Julia README.windows.md document for a replacement")
- endif
- 
--CFLAGS_add += -std=c99 -Wall -O3 -I$(OPENLIBM_HOME) 
-I$(OPENLIBM_HOME)/include -I$(OPENLIBM_HOME)/ld80 -I$(OPENLIBM_HOME)/$(ARCH) 
-I$(OPENLIBM_HOME)/src -DASSEMBLER -D__BSD_VISIBLE 
-Wno-implicit-function-declaration
-+CFLAGS_add += -std=c99 -Wall -I$(OPENLIBM_HOME) -I$(OPENLIBM_HOME)/include 
-I$(OPENLIBM_HOME)/ld80 -I$(OPENLIBM_HOME)/$(ARCH) -I$(OPENLIBM_HOME)/src 
-DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration
- 
- default: all
- 

diff --git a/sci-libs/openlibm/metadata.xml b/sci-libs/openlibm/metadata.xml
deleted file mode 100644
index eee1adbcf..0
--- a/sci-libs/openlibm/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   s...@gentoo.org
-   Gentoo Science Project
-   
-   
-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.
-
-

diff --git a/sci-libs/openlibm/openlibm-.ebuild 
b/sci-libs/openlibm/openlibm-.ebuild
deleted file mode 100644
index de78d6715..0
--- a/sci-libs/openlibm/openlibm-.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit git-r3 eutils fortran-2
-
-DESCRIPTION="High quality system independent, open source libm"
-HOMEPAGE="http://julialang.org/;
-SRC_URI=""
-EGIT_REPO_URI="git://github.com/JuliaLang/openlibm.git"
-
-LICENSE="public-domain MIT ISC BSD-2 LGPL-2.1+"
-SLOT="0"
-KEYWORDS=""
-
-IUSE="static-libs"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PN}-respect-toolchain.patch
-}
-
-src_compile() {
-   emake libopenlibm.so
-   use static-libs && emake libopenlibm.a
-}
-
-src_test() {
-   default
-}
-
-src_install() {
-   dolib.so libopenlibm.so*
-   use static-libs && dolib.a libopenlibm.a
-   doheader include/{cdefs,types}-compat.h src/openlibm.h
-   dodoc README.md
-}



[gentoo-commits] proj/sci:master commit in: sci-libs/openlibm/

2017-05-13 Thread Justin Lecher
commit: 838cf0394007677f994a2f35aec75145c32fc627
Author: Alessandro Barbieri  alice  it>
AuthorDate: Wed May 10 04:13:56 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat May 13 15:51:14 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=838cf039

longdescription change

now same as upstream and downstream
Closes: https://github.com/gentoo/sci/pull/785

 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 531a08360..d8ec828a7 100644
--- a/sci-libs/openlibm/metadata.xml
+++ b/sci-libs/openlibm/metadata.xml
@@ -6,16 +6,11 @@
 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.
 
 



[gentoo-commits] proj/sci:master commit in: sci-libs/openlibm/

2017-05-13 Thread Justin Lecher
commit: f27511f2d78751251733c1055730a0fa58956a2a
Author: Alessandro Barbieri  alice  it>
AuthorDate: Wed May 10 04:10:43 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat May 13 15:51:13 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=f27511f2

license now same as upstream and downstream

Closes: https://github.com/gentoo/sci/pull/785

 sci-libs/openlibm/openlibm-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/openlibm/openlibm-.ebuild 
b/sci-libs/openlibm/openlibm-.ebuild
index ec2cc9052..de78d6715 100644
--- a/sci-libs/openlibm/openlibm-.ebuild
+++ b/sci-libs/openlibm/openlibm-.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://julialang.org/;
 SRC_URI=""
 EGIT_REPO_URI="git://github.com/JuliaLang/openlibm.git"
 
-LICENSE="MIT freedist public-domain BSD"
+LICENSE="public-domain MIT ISC BSD-2 LGPL-2.1+"
 SLOT="0"
 KEYWORDS=""