Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#38828 - [lapack] Package does not install auxiliary CMake files

Attached to Project: Arch Linux
Opened by Philipp M (bo0ts) - Friday, 07 February 2014, 15:14 GMT
Last edited by Antonio Rojas (arojas) - Monday, 16 November 2015, 20:25 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Ronald van Haren (pressh)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

LAPACK usually installs a lapack-config.cmake as well as lapack-targets.cmake which can be used by other CMake-based projects through the CMake command find_package(LAPACK).

The ArchLinux package does not install those files. Additionally, some of the test files are installed, but this is not an issue.

Instead of using `install` in the PKGBUILD `make install` would solve this problem, but I'm not a packager so there might be a downside to it that I don't know of.

Additional info:
* Version: LAPACK 3.5.0-1


Steps to reproduce:
pacman -S lapack
pacman -Ql lapack
# contrast this with the list of files installed by make install
# ├── include
# │   ├── lapacke_config.h
# │   ├── lapacke.h
# │   ├── lapacke_mangling.h
# │   └── lapacke_utils.h
# └── lib
# ├── cmake
# │   └── lapack-3.4.2
# │   ├── lapack-config.cmake
# │   ├── lapack-config-version.cmake
# │   ├── lapack-targets.cmake
# │   └── lapack-targets-noconfig.cmake
# ├── libblas.so
# ├── liblapacke.so
# ├── liblapack.so
# └── pkgconfig
# ├── blas.pc
# ├── lapacke.pc
# └── lapack.pc
This task depends upon

Closed by  Antonio Rojas (arojas)
Monday, 16 November 2015, 20:25 GMT
Reason for closing:  Fixed
Additional comments about closing:  lapack 3.6.0
Comment by Doug Newgard (Scimmia) - Wednesday, 13 May 2015, 20:20 GMT
ping pressh...
Comment by Michel (xantares) - Monday, 16 November 2015, 10:27 GMT
I think we could use make install for the lapack package and remove the blas files.

Loading...