FS#72791 - [ptex] PLEASE ENTER SUMMARY
Attached to Project:
Community Packages
Opened by Patrick Northon (patlefort) - Friday, 19 November 2021, 20:41 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Saturday, 20 November 2021, 12:54 GMT
Opened by Patrick Northon (patlefort) - Friday, 19 November 2021, 20:41 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Saturday, 20 November 2021, 12:54 GMT
|
Details
Description:
The library build and install both shared and static libraries, but the static library is being stripped. The installed cmake files will fail when used because it won't find the static library for the static target. Solution: Build with `-DPTEX_BUILD_STATIC_LIBS=OFF` or with staticlibs option. Additional info: Package version: 2.4.1 Steps to reproduce: Try to use the library in a cmake project. |
This task depends upon
Closed by Sven-Hendrik Haase (Svenstaro)
Saturday, 20 November 2021, 12:54 GMT
Reason for closing: Fixed
Saturday, 20 November 2021, 12:54 GMT
Reason for closing: Fixed
Comment by
Sven-Hendrik Haase (Svenstaro) -
Saturday, 20 November 2021, 12:52 GMT
I'll roll with staticlibs for now as it seem the package fails to
build when disabling static libs altogether.