Page MenuHomeFreeBSD

math/sleef: fix build on powerpc64
ClosedPublic

Authored by pkubaj on Aug 11 2019, 10:08 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 7, 1:30 PM
Unknown Object (File)
Sat, Mar 22, 11:34 AM
Unknown Object (File)
Mar 5 2025, 1:12 PM
Unknown Object (File)
Feb 24 2025, 5:51 AM
Unknown Object (File)
Feb 20 2025, 3:41 AM
Unknown Object (File)
Feb 9 2025, 11:49 PM
Unknown Object (File)
Feb 9 2025, 3:08 PM
Unknown Object (File)
Feb 6 2025, 2:43 AM
Subscribers
None

Details

Summary

Altivec needs {} for vectors instead of ().
lib/libsleefgnuabi.so is not built on powerpc64.

PR: 239468

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 25787
Build 24359: arc lint + arc unit

Event Timeline

math/sleef/Makefile
23

ARCH is defined after bsd.port.options.mk, no need for the pre/post.

24

This is badly named, it should be NO_PPC64, as it removes things on PPC64, not adds them.

Use bsd.port.options.mk and set NO_PPC64.

This revision is now accepted and ready to land.Aug 19 2019, 11:55 AM
This revision was automatically updated to reflect the committed changes.