FS#65652 - [intel-mkl] 2020.0.166-3 Missing mkl_link_tool

Attached to Project: Community Packages
Opened by Claudio Kozický (C5OK5Y) - Friday, 28 February 2020, 09:23 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Monday, 02 March 2020, 18:06 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Package `community/intel-mkl` version 2020.0.166-3 is missing the `mkl_link_tool` command. Looking at the PKGBUILD and unpacking the source files, I think it should be enough to add these two lines to the PKGBUILD:

mkdir -p "${pkgdir}"/opt/intel/mkl/tools
install -Dm755 opt/intel/compilers_and_libraries_${pkgver}/linux/mkl/tools/mkl_link_tool "${pkgdir}"/opt/intel/mkl/tools
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Monday, 02 March 2020, 18:06 GMT
Reason for closing:  Fixed
Comment by Sven-Hendrik Haase (Svenstaro) - Friday, 28 February 2020, 19:20 GMT
Please check rel -4.
Comment by Claudio Kozický (C5OK5Y) - Saturday, 29 February 2020, 14:55 GMT
Thanks, the issue has been resolved. I've created a new bug report [1] with another issue I've bumped into.

[1] https://bugs.archlinux.org/task/65663

Loading...