Page MenuHomeFreeBSD

New port: math/tmv: Fast, intuitive linear algebra library for C++
ClosedPublic

Authored by yuri on Dec 30 2017, 6:40 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 15, 10:29 AM
Unknown Object (File)
Nov 23 2025, 12:36 PM
Unknown Object (File)
Nov 22 2025, 11:59 PM
Unknown Object (File)
Nov 22 2025, 11:58 PM
Unknown Object (File)
Nov 18 2025, 3:05 PM
Unknown Object (File)
Nov 11 2025, 2:57 AM
Unknown Object (File)
Nov 10 2025, 10:48 PM
Unknown Object (File)
Nov 10 2025, 3:30 AM
Subscribers

Details

Summary

Fast, intuitive linear algebra library for C++

Diff Detail

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

Event Timeline

math/tmv/Makefile
26–27

You could simply set:

MAKEFILE= ${FILESDIR}/Makefile
29–33

As the Makefile is provided by the port, any reason not to do all this in files/Makefile ?

For example, use ${BSD_INSTALL_LIB} to install the .so, saving the trouble of stripping afterwards.

yuri marked 2 inline comments as done.Dec 30 2017, 9:06 AM
math/tmv/files/Makefile
31–32

This is always stripping which is bad. Any reason not to use ${BSD_INSTALL_LIB} here ?

yuri marked an inline comment as done.Dec 30 2017, 9:20 AM

Everything has been resolved here.

This revision is now accepted and ready to land.Jan 19 2018, 9:34 PM