Opened 9 years ago
Closed 9 years ago
#49091 closed defect (fixed)
cmake @3.3.2: allow finding boost 1.59
Reported by: | ChristianFrisson (Christian Frisson) | Owned by: | michaelld (Michael Dickens) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | haspatch | Cc: | cssdev |
Port: | cmake |
Description
Hi,
As of today MacPorts provides cmake 3.3.2 and Boost 1.59.
FindBoost.cmake in cmake 3.3.2 requires an update to allow to find Boost 1.59. It has been fixed in cmake but after the 3.3.2 release: https://github.com/Kitware/CMake/commit/ff5bb2efbe9f7bb4a1824b0ad727713fcd6bc54a?diff=split
Attached are updated/new files to fix this: Portfile and patch-Modules-FindBoost.cmake.diff.
Best regards, Christian
Attachments (3)
Change History (5)
Changed 9 years ago by ChristianFrisson (Christian Frisson)
Attachment: | patch-Modules-FindBoost.cmake.diff added |
---|
Changed 9 years ago by ChristianFrisson (Christian Frisson)
Changed 9 years ago by ChristianFrisson (Christian Frisson)
Attachment: | Portfile.diff added |
---|
comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | css@… added |
---|---|
Keywords: | haspatch added |
Owner: | changed from macports-tickets@… to michaelld@… |
Port: | boost removed |
Summary: | Update to allow cmake 3.3.2 to find boost 1.59 → cmake @3.3.2: allow finding boost 1.59 |
comment:2 Changed 9 years ago by michaelld (Michael Dickens)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Done in r140920 and r140921. Thanks for the pointer to this issue!