Page MenuHomeFreeBSD

graphics/opencv: fix configure when EIGEN is off
ClosedPublic

Authored by avilla on Jun 23 2015, 8:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 25 2025, 11:06 AM
Unknown Object (File)
Feb 25 2025, 4:09 AM
Unknown Object (File)
Feb 24 2025, 5:15 AM
Unknown Object (File)
Feb 23 2025, 12:26 PM
Unknown Object (File)
Feb 11 2025, 2:01 PM
Unknown Object (File)
Jan 31 2025, 4:15 AM
Unknown Object (File)
Jan 30 2025, 9:24 PM
Unknown Object (File)
Jan 20 2025, 4:45 AM
Subscribers
None

Details

Summary

When EIGEN option is off, CMAKE_ARGS is reset, thus enabling build of tests and docs (causing some leftovers), and, should it be installed, linking against libdc1394 even when option DC1394 is off. PORTREVISION bump is needed to address the latter case.

Meanwhile, re-enable make jobs.

Test Plan

Install libdc1394, then build with EIGEN and DC1394 off, and check CMake log: it will show support for DC1394. Also, it will fail at check-plist due to docs being built.

Make jobs were tested several times on ref* machine with 24 concurrent jobs and many combinations of options.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

avilla retitled this revision from to graphics/opencv: fix configure when EIGEN is off.
avilla updated this object.
avilla edited the test plan for this revision. (Show Details)
avilla added a reviewer: jhale.
avilla set the repository for this revision to rP FreeBSD ports repository.
jhale edited edge metadata.
This revision is now accepted and ready to land.Jun 24 2015, 12:09 AM
This revision was automatically updated to reflect the committed changes.