Page MenuHomeFreeBSD

math/sleef: fix build on powerpc64
ClosedPublic

Authored by pkubaj on Aug 11 2019, 10:08 AM.
Tags
None
Referenced Files
F81947653: D21216.id60648.diff
Tue, Apr 23, 3:00 PM
Unknown Object (File)
Sat, Apr 20, 3:48 PM
Unknown Object (File)
Thu, Apr 18, 9:08 AM
Unknown Object (File)
Mar 16 2024, 12:58 AM
Unknown Object (File)
Dec 20 2023, 12:34 AM
Unknown Object (File)
Nov 8 2023, 1:16 AM
Unknown Object (File)
Nov 4 2023, 2:48 AM
Unknown Object (File)
Oct 7 2023, 12:10 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 25842
Build 24413: arc lint + arc unit

Event Timeline

math/sleef/Makefile
31

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

32

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.