Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/openblas/
Date: Sun, 27 Dec 2020 03:37:07
Message-Id: 1609038823.bb05c0a118e039743ebb22d6f34a7d76808c6581.sam@gentoo
1 commit: bb05c0a118e039743ebb22d6f34a7d76808c6581
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Wed Dec 23 01:03:54 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 27 03:13:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb05c0a1
7
8 sci-libs/openblas: version bump 0.3.13
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12 Closes: https://github.com/gentoo/gentoo/pull/18769
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 sci-libs/openblas/Manifest | 1 +
16 sci-libs/openblas/openblas-0.3.13.ebuild | 198 +++++++++++++++++++++++++++++++
17 2 files changed, 199 insertions(+)
18
19 diff --git a/sci-libs/openblas/Manifest b/sci-libs/openblas/Manifest
20 index 13a601adbee..7f5fccb0865 100644
21 --- a/sci-libs/openblas/Manifest
22 +++ b/sci-libs/openblas/Manifest
23 @@ -1,3 +1,4 @@
24 DIST openblas-0.3.10.tar.gz 12246979 BLAKE2B 507aa3f058b841f477720cff98480afda5c3e236b688fb1a12ff45ce20c42c6e84c786d62a5db7e6de6d133d40286e58777fcb51d6542b7030629d55ba12086f SHA512 64a5f983b2f6e02cdb6e0f14433498cc5daa1ccfb49246f7a2dcd38f9982fa608f2abea069fe0e35012af8c1441c43d1f6418eaccd40795f5002fed1c36ce05d
25 DIST openblas-0.3.12.tar.gz 12325103 BLAKE2B 3d6706e59e83f87dd58b287753bf697de99e83c8a4484453f120d8f8c9c69ea5b481a143db04342a1dcb1779ce548a49618cf4941d08d636e12ed481305e8fb5 SHA512 1ff5a065c41f7e460857f8428fc77900b189f051fa8129eea9ae93237f234d387cc1c6e627c2c95636164f512d4d721d4229729f04a04e8d5f655abbf5463d98
26 +DIST openblas-0.3.13.tar.gz 12437434 BLAKE2B d8f9d3296506c6148cd506278f0b6a2a4fe50975a7fd3f54108e98e88a13002b1035f5697322ba73df7c6397faee6d0772c1d4d46b66db8e862f17b980dbdf97 SHA512 86e7f496587cc35d7feede99cbe3cf627ef690dd7489bb03b95f7d15ed758e32baf17d79f17b1de187184394233f60a8249a64dd53c3d59a9540db92269b7ee4
27 DIST openblas-0.3.9.tar.gz 12189745 BLAKE2B 3cc4c6a403d6a52845cf4ff8cef254f57587e17e3d09bfb6ed7c02ad06a6002e50b340177c73a944c2a621c12b7f494c516025751c194d019662c0b4db17f4dc SHA512 c6b8ee465f1cf53b37f21ec3ff9a28d5cafe20fec59d8c1bff5923a9e1989dfa5ae8c032a5d43988fe7722ed08c64c7957a3d30e6ae917e2e7aa2977a91e67a3
28
29 diff --git a/sci-libs/openblas/openblas-0.3.13.ebuild b/sci-libs/openblas/openblas-0.3.13.ebuild
30 new file mode 100644
31 index 00000000000..ef165228c14
32 --- /dev/null
33 +++ b/sci-libs/openblas/openblas-0.3.13.ebuild
34 @@ -0,0 +1,198 @@
35 +# Copyright 1999-2020 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=7
39 +
40 +inherit flag-o-matic fortran-2 toolchain-funcs
41 +
42 +DESCRIPTION="Optimized BLAS library based on GotoBLAS2"
43 +HOMEPAGE="http://xianyi.github.com/OpenBLAS/"
44 +SRC_URI="https://github.com/xianyi/OpenBLAS/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 +S="${WORKDIR}"/OpenBLAS-${PV}
46 +
47 +LICENSE="BSD"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
50 +IUSE="dynamic eselect-ldso index-64bit openmp pthread +relapack test"
51 +REQUIRED_USE="?? ( openmp pthread )"
52 +RESTRICT="!test? ( test )"
53 +
54 +RDEPEND="
55 + eselect-ldso? (
56 + >=app-eselect/eselect-blas-0.2
57 + >=app-eselect/eselect-lapack-0.2
58 + )
59 +"
60 +BDEPEND="virtual/pkgconfig"
61 +
62 +PATCHES=(
63 + "${FILESDIR}/${PN}-0.3.12-shared-blas-lapack.patch"
64 + "${FILESDIR}/${PN}-0.3.10-dont-clobber-fflags.patch"
65 +)
66 +
67 +pkg_pretend() {
68 + elog "This software has a massive number of options that"
69 + elog "are configurable and it is *impossible* for all of"
70 + elog "those to fit inside any manageable ebuild."
71 + elog "The Gentoo provided package has enough to build"
72 + elog "a fully optimized library for your targeted CPU."
73 + elog "You can set the CPU target using the environment"
74 + elog "variable - OPENBLAS_TARGET or it will be detected"
75 + elog "automatically from the target toolchain (supports"
76 + elog "cross compilation toolchains)."
77 + elog "You can control the maximum number of threads"
78 + elog "using OPENBLAS_NTHREAD, default=64 and number of "
79 + elog "parallel calls to allow before further calls wait"
80 + elog "using OPENBLAS_NPARALLEL, default=8."
81 +}
82 +
83 +pkg_setup() {
84 + fortran-2_pkg_setup
85 +
86 + # List of most configurable options - Makefile.rule
87 +
88 + # https://github.com/xianyi/OpenBLAS/pull/2663
89 + tc-export CC FC LD AR AS RANLIB
90 +
91 + # HOSTCC is used for scripting
92 + export HOSTCC=$(tc-getBUILD_CC)
93 +
94 + # threading options
95 + use openmp && tc-check-openmp
96 + USE_THREAD=0
97 + if use openmp; then
98 + USE_THREAD=1; USE_OPENMP=1;
99 + elif use pthread; then
100 + USE_THREAD=1; USE_OPENMP=0;
101 + fi
102 + export USE_THREAD USE_OPENMP
103 +
104 + # We need to filter these while building the library, and not just
105 + # while building the test suite. Will hopefully get fixed upstream:
106 + # https://github.com/xianyi/OpenBLAS/issues/2657
107 + use test && filter-flags "-fbounds-check" "-fcheck=bounds" "-fcheck=all"
108 +
109 + # disable submake with -j and default optimization flags
110 + # in Makefile.system
111 + # Makefile.rule says to not modify COMMON_OPT/FCOMMON_OPT...
112 + export MAKE_NB_JOBS=-1 \
113 + COMMON_OPT=" " \
114 + FCOMMON_OPT=" "
115 +
116 + # Target CPU ARCH options
117 + # generally detected automatically from cross toolchain
118 + use dynamic && \
119 + export DYNAMIC_ARCH=1 \
120 + NO_AFFINITY=1 \
121 + TARGET=GENERIC
122 +
123 + export NUM_PARALLEL=${OPENBLAS_NPARALLEL:-8} \
124 + NUM_THREADS=${OPENBLAS_NTHREAD:-64}
125 +
126 + # setting OPENBLAS_TARGET to override auto detection
127 + # in case the toolchain is not enough to detect
128 + # https://github.com/xianyi/OpenBLAS/blob/develop/TargetList.txt
129 + if ! use dynamic && [[ ! -z "${OPENBLAS_TARGET}" ]] ; then
130 + export TARGET="${OPENBLAS_TARGET}"
131 + fi
132 +
133 + export NO_STATIC=1
134 +
135 + BUILD_RELAPACK=1
136 + if ! use relapack; then
137 + BUILD_RELAPACK=0
138 + fi
139 +
140 + export PREFIX="${EPREFIX}/usr" BUILD_RELAPACK
141 +}
142 +
143 +src_prepare() {
144 + default
145 +
146 + # Disable tests by default
147 + sed -e "/^all ::/s/tests //" -i Makefile || die
148 +
149 + # if 64bit-index is needed, create second library
150 + # with LIBPREFIX=libopenblas64
151 + if use index-64bit; then
152 + cp -aL "${S}" "${S}-index-64bit" || die
153 + fi
154 +}
155 +
156 +src_compile() {
157 + default
158 + cd interface || die
159 + emake shared-blas-lapack
160 +
161 + if use index-64bit; then
162 + emake -C"${S}-index-64bit" \
163 + INTERFACE64=1 \
164 + LIBPREFIX=libopenblas64
165 + fi
166 +}
167 +
168 +src_test() {
169 + emake tests
170 +}
171 +
172 +src_install() {
173 + emake install DESTDIR="${D}" \
174 + OPENBLAS_INCLUDE_DIR='$(PREFIX)'/include/${PN} \
175 + OPENBLAS_LIBRARY_DIR='$(PREFIX)'/$(get_libdir)
176 +
177 + dodoc GotoBLAS_*.txt *.md Changelog.txt
178 +
179 + if use index-64bit; then
180 + dolib.so "${S}-index-64bit"/libopenblas64*.so*
181 + fi
182 +
183 + if use eselect-ldso; then
184 + insinto /usr/$(get_libdir)/blas/openblas/
185 + doins interface/libblas.so.3
186 + dosym libblas.so.3 usr/$(get_libdir)/blas/openblas/libblas.so
187 + doins interface/libcblas.so.3
188 + dosym libcblas.so.3 usr/$(get_libdir)/blas/openblas/libcblas.so
189 +
190 + insinto /usr/$(get_libdir)/lapack/openblas/
191 + doins interface/liblapack.so.3
192 + dosym liblapack.so.3 usr/$(get_libdir)/lapack/openblas/liblapack.so
193 + doins interface/liblapacke.so.3
194 + dosym liblapacke.so.3 usr/$(get_libdir)/lapack/openblas/liblapacke.so
195 + fi
196 +}
197 +
198 +pkg_postinst() {
199 + use eselect-ldso || return
200 + local libdir=$(get_libdir) me="openblas"
201 +
202 + # check blas
203 + eselect blas add ${libdir} "${EROOT}"/usr/${libdir}/blas/${me} ${me}
204 + local current_blas=$(eselect blas show ${libdir} | cut -d' ' -f2)
205 + if [[ ${current_blas} == "${me}" || -z ${current_blas} ]]; then
206 + eselect blas set ${libdir} ${me}
207 + elog "Current eselect: BLAS/CBLAS ($libdir) -> [${current_blas}]."
208 + else
209 + elog "Current eselect: BLAS/CBLAS ($libdir) -> [${current_blas}]."
210 + elog "To use blas [${me}] implementation, you have to issue (as root):"
211 + elog "\t eselect blas set ${libdir} ${me}"
212 + fi
213 +
214 + # check lapack
215 + eselect lapack add ${libdir} "${EROOT}"/usr/${libdir}/lapack/${me} ${me}
216 + local current_lapack=$(eselect lapack show ${libdir} | cut -d' ' -f2)
217 + if [[ ${current_lapack} == "${me}" || -z ${current_lapack} ]]; then
218 + eselect lapack set ${libdir} ${me}
219 + elog "Current eselect: LAPACK ($libdir) -> [${current_lapack}]."
220 + else
221 + elog "Current eselect: LAPACK ($libdir) -> [${current_lapack}]."
222 + elog "To use lapack [${me}] implementation, you have to issue (as root):"
223 + elog "\t eselect lapack set ${libdir} ${me}"
224 + fi
225 +}
226 +
227 +pkg_postrm() {
228 + if use eselect-ldso; then
229 + eselect blas validate
230 + eselect lapack validate
231 + fi
232 +}