- supported arguments <2,3>,[<build,run>]
- A unique version 2 or 3 is required
- Optionally
- build -> BUILD_DEPENDS only
- run -> RUN_DEPENDS only
- build,run / run,build -> BUILD_DEPENDS and RUN_DEPENDS
- <none> -> BUILD_DEPNDS only
Details
Details
- Reviewers
rakuco - Group Reviewers
kde O5: Ports Framework (Owns No Changed Paths) portmgr - Commits
- rP457914: New USES=eigen
- actually test it =) did not yet get to it
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 14001 Build 14194: arc lint + arc unit
Event Timeline
Mk/Uses/eigen.mk | ||
---|---|---|
46–54 | wouldn't that break 'build,run'? |
Comment Actions
It'd be good if you could take a look at the 2 ports that claim to have a runtime dependency on Eigen: unless they're actually building programs themselves, it doesn't make much sense for them to runtime-depend on a header-only library.
Comment Actions
Make eigen only a build depend in
- graphics/movit [1]
- biology/iqtree [2]
[1] http://libregraphicsworld.org/blog/entry/introducing-movit-free-library-for-gpu-side-video-processing
[2] http://www.iqtree.org/doc/Compilation-Guide
Comment Actions
Now you need to bump PORTREVISION in those ports too. And it also means you can get rid of USES=eigen:run.
Comment Actions
...right, stupid me =)
I think I'll keep eigen:run for now, as I believe there will be a new port that will need it.
Mk/Uses/eigen.mk | ||
---|---|---|
46–54 | Mmmm, yes, it would. |