Search Criteria
Package Details: newmat-shared 10E-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/newmat-shared.git (read-only, click to copy) |
---|---|
Package Base: | newmat-shared |
Description: | C++ matrix library |
Upstream URL: | http://www.robertnz.net |
Licenses: | custom |
Conflicts: | newmat |
Provides: | newmat |
Submitter: | joposter |
Maintainer: | joposter |
Last Packager: | joposter |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-11-11 00:46 (UTC) |
Last Updated: | 2022-05-22 18:59 (UTC) |
Dependencies (0)
Required by (2)
- 3dtk-svn (requires newmat) (optional)
- objcryst-fox (requires newmat) (make)
Latest Comments
joposter commented on 2022-05-22 18:57 (UTC)
@MarsSeed sadly i cannot replicate the package being broken using lto. I tried building the package by changing the makefile to explicitly enable lto during linking and by changeing the makepkg.conf file to include lto in the OPTIONS array.
Both versions compiled and performed as expected with the included testsuite. Can you maybe provide some kind of hint what might be broken? An error log from the makepkg run would be helpful.
MarsSeed commented on 2022-05-22 16:55 (UTC) (edited on 2022-05-22 16:56 (UTC) by MarsSeed)
Build fails with LTO enabled (default for Arch devtools chrootbuild).
Fix: add
options=('!lto')
as a PKGBUILD variable (beginning section, before the functions).Also I'd like to suggest you declare
pkgver=10E
for precisions's sake (as that is the current version downloaded via the declared source URL).