Path to this page:
Subject: CVS commit: pkgsrc/math/eigen3
From: Thomas Klausner
Date: 2023-05-02 11:32:57
Message id: 20230502093257.24A6FFA87@cvs.NetBSD.org
Log Message:
eigen3: remove patch that was rejected upstream
Eigen's intention here was that if the user is going to print their
types via something like
```
os << matrix;
```
then they should be including `<ostream>` explicitly on their own,
and not rely on a transitively included header. So this was by
design. As it is, it should build and run if
- you never actually call those functions, and don't include `<ostream>` \
on your own
- you do call those functions, and do include `<ostream>` in your own.
Bump PKGREVISION.
Files: