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)
Jan 25 2024, 6:23 AM
Unknown Object (File)
Jan 22 2024, 7:59 PM
Unknown Object (File)
Dec 20 2023, 3:29 AM
Unknown Object (File)
Dec 18 2023, 5:23 AM
Unknown Object (File)
Dec 8 2023, 5:35 AM
Unknown Object (File)
Dec 2 2023, 7:39 AM
Unknown Object (File)
Nov 10 2023, 9:11 AM
Unknown Object (File)
Nov 7 2023, 5:05 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