Bug 53643 - Некорректный cflags в pkgconfig
Summary: Некорректный cflags в pkgconfig
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: eigen3 (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Andrey Cherepanov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-28 10:38 MSK by Alex
Modified: 2025-03-28 18:32 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex 2025-03-28 10:38:46 MSK
$ pkg-config --cflags --libs eigen3
-Iinclude/eigen3

Должно быть: -I/usr/include/eigen3
С текущим pkgconfig сборка не возможна без дополнительных патчей к собираемому софту.
Comment 1 Repository Robot 2025-03-28 18:32:57 MSK
eigen3-3.4.0-alt3 -> sisyphus:

 Fri Mar 28 2025 Andrey Cherepanov <cas@altlinux> 3.4.0-alt3
 - Fixed path to includes in pkgconfig file (ALT #53643).