Page MenuHomeFreeBSD

New port: graphics/instant-meshes: Interactive field-aligned mesh generator
ClosedPublic

Authored by yuri on Dec 28 2017, 9:11 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Sep 13, 7:46 AM
Unknown Object (File)
Sat, Sep 13, 1:25 AM
Unknown Object (File)
Tue, Sep 9, 6:00 PM
Unknown Object (File)
Tue, Sep 9, 11:33 AM
Unknown Object (File)
Sun, Sep 7, 9:11 PM
Unknown Object (File)
Jun 27 2025, 3:54 PM
Unknown Object (File)
Jun 26 2025, 4:53 PM
Unknown Object (File)
Jun 26 2025, 1:45 AM
Subscribers

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 13888
Build 14097: arc lint + arc unit

Event Timeline

Why does it need eigen at runtime?

This comment was removed by yuri.

Sorry, Eigen isn't needed in the runtime.
They are needed for nanogui only, which should have been a depedency.
I didn't submit nanogui yet.

graphics/instant-meshes/Makefile
31

CMAKE_OFF=NANOGUI_BUILD_PYTHON

This revision now requires changes to proceed.Jan 15 2018, 4:14 PM
yuri marked an inline comment as done.

CMAKE_ON.

This revision is now accepted and ready to land.Jan 19 2018, 7:43 PM
graphics/instant-meshes/Makefile
15

^ sorry, just notices, that you could use USES=eigen:3 :)