FS#79809 - [vtk] PLEASE ENTER SUMMARY
Attached to Project:
Arch Linux
Opened by Hoream Xiao (Hoream) - Thursday, 28 September 2023, 15:27 GMT
Last edited by Antonio Rojas (arojas) - Thursday, 28 September 2023, 18:16 GMT
Opened by Hoream Xiao (Hoream) - Thursday, 28 September 2023, 15:27 GMT
Last edited by Antonio Rojas (arojas) - Thursday, 28 September 2023, 18:16 GMT
|
Details
Description: vtk is built with boost 1.81 and was outdated,
this leads to packages that depend on VTK not being able to
compile.
https://aur.archlinux.org/packages/pcl#comment-932621
Additional info: * 9.2.6-8 Steps to reproduce: 1. Tried to compile aur/pcl 2. Encountered an error "Could NOT find Boost: Found unsuitable version "1.83.0", but required is exact version "1.81.0" (found /usr/include)." 3. Compilation failed. |
This task depends upon
Closed by Antonio Rojas (arojas)
Thursday, 28 September 2023, 18:16 GMT
Reason for closing: Fixed
Additional comments about closing: vtk 9.2.6-9
Thursday, 28 September 2023, 18:16 GMT
Reason for closing: Fixed
Additional comments about closing: vtk 9.2.6-9
find_package(Boost
1.81.0
EXACT
As vtk is requiring the exact version of boost the package it is built with be used, could it be added to the rebuild list for boost or edit VTK-vtk-module-find-packages.cmake to drop the EXACT requirement?