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)
Fri, May 24, 10:44 AM
Unknown Object (File)
May 15 2024, 6:39 PM
Unknown Object (File)
May 8 2024, 3:50 PM
Unknown Object (File)
May 5 2024, 12:43 AM
Unknown Object (File)
May 3 2024, 11:52 PM
Unknown Object (File)
May 2 2024, 12:53 AM
Unknown Object (File)
Apr 26 2024, 3:23 PM
Unknown Object (File)
Jan 25 2024, 6:23 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 13945
Build 14141: arc lint + arc unit

Event Timeline

math/tmv/Makefile
27–28

You could simply set:

MAKEFILE= ${FILESDIR}/Makefile
30–34

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