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)
Tue, Feb 17, 12:19 PM
Unknown Object (File)
Tue, Feb 17, 5:45 AM
Unknown Object (File)
Mon, Feb 16, 5:42 PM
Unknown Object (File)
Sun, Feb 8, 1:46 PM
Unknown Object (File)
Sun, Feb 8, 11:44 AM
Unknown Object (File)
Sun, Feb 8, 4:17 AM
Unknown Object (File)
Sat, Feb 7, 8:05 PM
Unknown Object (File)
Sat, Feb 7, 5:31 PM
Subscribers

Details

Summary

Fast, intuitive linear algebra library for C++

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

math/tmv/Makefile
26–27 ↗(On Diff #37219)

You could simply set:

MAKEFILE= ${FILESDIR}/Makefile
29–33 ↗(On Diff #37219)

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
30–31 ↗(On Diff #37228)

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