Created attachment 243541 [details] Patch for nauty This breaks on non amd64 platforms and we already have CPUTYPE that handles this type of optimization. Use "safe" optimization for all platforms Compile and runtime tested on FreeBSD 13.2-RELEASE (aarch64) (make, make check-plist, make test) Compile and runtime tested on FreeBSD 13.2-RELEASE (amd64) (make, make check-plist, make test)
^Triage: reporter is committer, assign accordingly.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a5526837674995dd0eb7ce5dbeb4d7dd1735db77 commit a5526837674995dd0eb7ce5dbeb4d7dd1735db77 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-10-21 14:41:23 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-10-21 14:43:23 +0000 math/nauty: Remove NATIVE option This breaks on non amd64 platforms and we already have CPUTYPE that handles this type of optimization. Use "safe" optimization for all platforms PR: 272657 Approved by: portmgr (maintainer timeout, 2+ months) math/nauty/Makefile | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-)