[Bug 244658] math/gmp: Update to 6.2.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Mar 7 17:38:36 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244658
Bug ID: 244658
Summary: math/gmp: Update to 6.2.0
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ale at FreeBSD.org
Reporter: daniel.engberg.lists at pyret.net
Assignee: ale at FreeBSD.org
Flags: maintainer-feedback?(ale at FreeBSD.org)
Created attachment 212222
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=212222&action=edit
Patch for gmp
Compile and "make test" tested on:
FreeBSD 13.0-CURRENT #0 r358620: (amd64) - With and without optimization
FreeBSD 13.0-CURRENT #0 r358691 (arm64) - Using generic aarch64 optimization
(set by gmp by default)
As far as I can tell it looks like gmp depends on /proc/cpuinfo to determine
CPU model for arm64
(https://gmplib.org/repo/gmp-6.2/file/tip/config.guess#l175) which isn't
available on FreeBSD and it's beyond my skill to improve CPU detection. On
arm64 it compiles irregardless if CPU optimization is set or not so it doesn't
cause any build failures.
Removed MAKE_JOBS_UNSAFE, can't trigger any compilation failures.
Patches removed as fixes are in upstream tree.
Tested ok using Poudiere, 12.1-RELEASE (amd64)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list