Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 260810 - sci-libs/mkl-10.1 version bump
Summary: sci-libs/mkl-10.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal with 1 vote (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords: EBUILD, PATCH
: 517590 682632 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-03-02 00:23 UTC by Michel Lang
Modified: 2020-11-09 07:38 UTC (History)
9 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
sci-libs/mkl-10.1.1.019.ebuild (mkl-10.1.1.019.ebuild,9.71 KB, text/plain)
2009-04-09 11:20 UTC, juantxorena@gmail.com
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Lang 2009-03-02 00:23:15 UTC
Version 10.1 is out since a while. I'd love to see this in portage.

Reproducible: Always

Steps to Reproduce:
Comment 1 juantxorena@gmail.com 2009-04-09 11:20:43 UTC
Created attachment 187776 [details]
sci-libs/mkl-10.1.1.019.ebuild

First failed attempt at this. It compiles fine, but the programs fail to link at it. For example, dev-lang/R, during configure, searches for dgemm in some libraries, and it fails to find it. octave fails in similar way. gsl tries to link to this, but it fails with the same error as in bug #246521.

I attach it anyway so anyone who knows something about linking and al that stuff can fix it (not like me).
Comment 2 Michel Lang 2009-05-18 15:35:38 UTC
Thank you for the ebuild. I successfully compiled dev-lang/R, dev-python/numeric, dev-python/numpy and sci-mathematics/octave using intels blas, cblas and lapack (threaded, gfortran) on amd64.

Only gsl threw an error during configure:

checking cblas.h usability... no                                                                                                                                                                                     
checking cblas.h presence... no                                                                                                                                                                                      
checking for cblas.h... no                                                                                                                                                                                           
configure: error:                                                                                                                                                                                                    
                *** Header file cblas.h not found.                                                                                                                                                                   
                *** If you installed cblas header in a non standard place,                                                                                                                                           
                *** specify its install prefix using the following option                                                                                                                                            
                ***  --with-cblas-cflags="-I<include_dir>"


Comment 3 Chris Larson 2009-08-18 21:43:27 UTC
For the gsl error, see bug 246521 for a possible fix.

Chris

(In reply to comment #2)
> Thank you for the ebuild. I successfully compiled dev-lang/R,
> dev-python/numeric, dev-python/numpy and sci-mathematics/octave using intels
> blas, cblas and lapack (threaded, gfortran) on amd64.
> 
> Only gsl threw an error during configure:
> 
> checking cblas.h usability... no                                                
> checking cblas.h presence... no                                                 
> checking for cblas.h... no                                                      
> configure: error:                                                               
>                 *** Header file cblas.h not found.                              
>                 *** If you installed cblas header in a non standard place,      
>                 *** specify its install prefix using the following option       
>                 ***  --with-cblas-cflags="-I<include_dir>"
> 

Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2018-02-09 11:15:37 UTC
*** Bug 517590 has been marked as a duplicate of this bug. ***
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2019-04-06 08:12:07 UTC
*** Bug 682632 has been marked as a duplicate of this bug. ***
Comment 6 Larry the Git Cow gentoo-dev 2020-11-09 07:38:27 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56846e03ed7c84387775b9ef6b99f8fdf65add10

commit 56846e03ed7c84387775b9ef6b99f8fdf65add10
Author:     Aisha Tammy <gentoo@aisha.cc>
AuthorDate: 2020-11-05 13:47:11 +0000
Commit:     Benda Xu <heroxbd@gentoo.org>
CommitDate: 2020-11-09 07:38:13 +0000

    sci-libs/mkl: version bump to 2020.4.304
    
    Use eselect-ldso mechanism.
    Respect Prefix.
    
    Closes: https://bugs.gentoo.org/587338
    Closes: https://bugs.gentoo.org/592662
    Closes: https://bugs.gentoo.org/747304
    Closes: https://bugs.gentoo.org/260810
    Closes: https://bugs.gentoo.org/715548
    Closes: https://bugs.gentoo.org/719976
    
    Reported-by: Juergen Rose, François Bissey, Florian D., Martin Mokrejš
    Reported-by: Michel Lang, juantxorena@gmail.com, Chris Larson, jorge
    
    Package-Manager: Portage-3.0.8, Repoman-3.0.1
    Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
    Signed-off-by: Benda Xu <heroxbd@gentoo.org>

 sci-libs/mkl/Manifest              |   1 +
 sci-libs/mkl/mkl-2020.4.304.ebuild | 230 +++++++++++++++++++++++++++++++++++++
 2 files changed, 231 insertions(+)