Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 556658 - sci-libs/mkl pkg-config files in overlay inconsistent with Intel recommendations
Summary: sci-libs/mkl pkg-config files in overlay inconsistent with Intel recommendations
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-04 11:37 UTC by Tiziano Müller (RETIRED)
Modified: 2020-11-10 03:45 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tiziano Müller (RETIRED) gentoo-dev 2015-08-04 11:37:53 UTC
According to https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/ it is well possible to for example use Intel OpenMP (libiomp5) with GNU GCC.
Furthermore does Intel always recommend to link against mkl_intel_lp64 instead of mkl_gf_lp64.
Plus, when selecting mkl64-dynamic-openmp we always link in Intel OpenMP while the link line advisor says to not use any OpenMP specific flags or libraries.

It it is well possible that the link line advisor has some bugs too, in that case we probably need some documentation...
Comment 1 Tiziano Müller (RETIRED) gentoo-dev 2015-08-04 11:55:48 UTC
... and shouldn't -fopenmp be added to Cflags instead of Libs (now for mkl64-gfortran-openmp)?
Comment 2 Benda Xu gentoo-dev 2020-11-09 08:15:48 UTC
Does this bug still applies with mkl-2020?
Comment 3 Matthias Maier gentoo-dev 2020-11-10 03:45:39 UTC
The new ebuild installs the pkg-config files and configuration supplied by intel. So we're good.