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)
Dec 20 2023, 1:48 AM
Unknown Object (File)
Dec 1 2023, 10:04 PM
Unknown Object (File)
Dec 1 2023, 10:04 PM
Unknown Object (File)
Dec 1 2023, 10:04 PM
Unknown Object (File)
Dec 1 2023, 10:03 PM
Unknown Object (File)
Nov 12 2023, 7:59 PM
Unknown Object (File)
Nov 9 2023, 3:19 PM
Unknown Object (File)
Nov 8 2023, 6:12 PM
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 :)