Summary: | math/taucs: use metis5 and try to fix memory detection | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Pedro F. Giffuni <pfg> | ||||||
Component: | Individual Port(s) | Assignee: | Pedro F. Giffuni <pfg> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | tcberner | ||||||
Priority: | --- | Keywords: | patch | ||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234142 | ||||||||
Bug Depends on: | 234146 | ||||||||
Bug Blocks: | 234142 | ||||||||
Attachments: |
|
Created attachment 200236 [details]
patch with fix for memory handling
Add dependency on calculix-ccx which will stop using taucs to avoid having the secondary metis4 dependency right away (I have to do a lot more testing with the new metis before we can use it there). A commit references this bug: Author: pfg Date: Fri Apr 19 20:18:06 UTC 2019 New revision: 499388 URL: https://svnweb.freebsd.org/changeset/ports/499388 Log: math/taucs: change metis4 dependency to metis. We don't ship metis4 due to license concerns. Use metis 5 instead as it is reported to work fine and it passes the same tests as the previous version. Use the BSD/darwin memory detection code although we still don't pass the corresponding test. Pet portlint while here. PR: 234141 Approved by: thierry (mentor) Changes: head/math/taucs/Makefile head/math/taucs/files/patch-src_taucs__memory.c Assign to committer that resolved |
Created attachment 200235 [details] Port patch Metis 4 has license and availability issues so move to metis5 which produces the same tests results as previous versions. Use the BSD/darwin memory detection instead of just reporting an error. Pet portlint while here.