Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 737410

Summary: sci-libs/clblas: need py3.7, 3.8 port
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Gentoo Science Related Packages <sci>
Status: RESOLVED FIXED    
Severity: normal CC: sam, treecleaner
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard: can remove USE=performance
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 695996    

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-08-16 10:08:19 UTC
The packages are stuck on py3.6 which means they will be pain once we switch to 3.7.  Please test them on 3.7 *and* 3.8 (so we don't to revisit this in a few months), and update PYTHON_COMPAT appropriately.  If it doesn't work, please either fix it, remove Python or issue last rites.  Please consider this urgent.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-09-01 10:53:49 UTC
ping.
Comment 2 Larry the Git Cow gentoo-dev 2020-12-29 12:57:36 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02156e32c4b284613180cde84812a06be830d2ae

commit 02156e32c4b284613180cde84812a06be830d2ae
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2020-12-29 12:57:26 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2020-12-29 12:57:26 +0000

    sci-libs/clblas: Remove old 2.10
    
    Closes: https://bugs.gentoo.org/608086
    Closes: https://bugs.gentoo.org/741386
    Closes: https://bugs.gentoo.org/737410
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: David Seifert <soap@gentoo.org>

 sci-libs/clblas/Manifest                           |   1 -
 sci-libs/clblas/clblas-2.10.ebuild                 | 102 ---------------------
 .../clblas-2.10-disable-multilib-cflags.patch      |  20 ----
 .../files/clblas-2.10-fix-blas-dot-calls.patch     |  59 ------------
 .../files/clblas-2.10-fix-doxygen-output-dir.patch |  16 ----
 .../files/clblas-2.10-fix-pthread-linkage.patch    |  18 ----
 .../files/clblas-2.10-use-boost-dynamic-libs.patch |  16 ----
 .../files/clblas-2.10-use-system-mathjax.patch     |  18 ----
 8 files changed, 250 deletions(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184456970fa09df86d419c48020fdad2b5b3911a

commit 184456970fa09df86d419c48020fdad2b5b3911a
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2020-12-29 12:57:25 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2020-12-29 12:57:25 +0000

    sci-libs/clblas: Version bump to 2.12
    
    Bug: https://bugs.gentoo.org/608086
    Bug: https://bugs.gentoo.org/741386
    Bug: https://bugs.gentoo.org/737410
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: David Seifert <soap@gentoo.org>

 sci-libs/clblas/Manifest                           |  1 +
 sci-libs/clblas/clblas-2.12.ebuild                 | 82 ++++++++++++++++++++++
 ....12-Detect-CBLAS-when-building-the-client.patch | 24 +++++++
 .../clblas-2.12-disable-multilib-cflags.patch      | 26 +++++++
 .../files/clblas-2.12-fix-doxygen-output-dir.patch | 16 +++++
 .../files/clblas-2.12-fix-pthread-linkage.patch    | 18 +++++
 .../files/clblas-2.12-reproducible-build.patch     | 17 +++++
 .../files/clblas-2.12-use-boost-dynamic-libs.patch | 16 +++++
 .../files/clblas-2.12-use-system-mathjax.patch     | 18 +++++
 9 files changed, 218 insertions(+)