You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a feature that we use in nixpkgs to separate runtime and development parts of packages. Unfortunately, this is currently producing a cmake config file that reports invalid paths.
Confirming for --includedir= and (for some cases) of --libdir=. A clean universal fix is not trivial and the issue can be worked around on packaging level (downstream) rather easily, so it's not very high priority right now.
hartwork
changed the title
Generated cmake config does not respect --includedir --libdir
[>=2.3.0] Autotools: Generated CMake config does not respect --includedir --libdir
Jul 4, 2021
hartwork
changed the title
[>=2.3.0] Autotools: Generated CMake config does not respect --includedir --libdir
[wontfix][>=2.3.0] Autotools: Generated CMake config does not respect --includedir --libdir
May 24, 2023
The autotools configuration allows to specify different absolute paths for various components:
This is a feature that we use in nixpkgs to separate runtime and development parts of packages. Unfortunately, this is currently producing a cmake config file that reports invalid paths.
Downstream issues NixOS/nixpkgs#129092 NixOS/nixpkgs#128997
The text was updated successfully, but these errors were encountered: