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)
Tue, Apr 23, 10:11 PM
Unknown Object (File)
Fri, Apr 19, 1:56 PM
Unknown Object (File)
Wed, Apr 17, 6:06 AM
Unknown Object (File)
Jan 17 2024, 7:50 AM
Unknown Object (File)
Jan 1 2024, 11:46 AM
Unknown Object (File)
Jan 1 2024, 11:46 AM
Unknown Object (File)
Dec 19 2023, 11:47 PM
Unknown Object (File)
Oct 3 2023, 5:54 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.