I was too optimistic about the fix from r478932 and it quickly falls
to pieces with a higher number (> 16) of jobs. Upstream has never
supported building in parallel either.
- While I'm here:
- Use DISTVERSIONSUFFIX instead of DISTNAME
- Use = instead of += for MAKE_ENV and PLIST_SUB
- Update post-install: to avoid stripping shared library multiple times
PR: 231206
Submitted by: Neel Chauhan <neel@neelc.org>
- While I'm here:
- Use DISTVERSIONSUFFIX instead of DISTNAME
- Use = instead of += for MAKE_ENV and PLIST_SUB
- Update post-install: to avoid stripping shared library multiple times
PR: 231205
Submitted by: Neel Chauhan <neel@neelc.org>
- While I'm here:
- Use DISTVERSIONSUFFIX instead of DISTNAME
- Use = instead of += for MAKE_ENV and PLIST_SUB
- Update post-install: to avoid stripping shared library multiple times
PR: 231203
Submitted by: Neel Chauhan <neel@neelc.org>
- While I'm here:
- Use DISTVERSIONSUFFIX instead of DISTNAME
- Use = instead of += for MAKE_ENV and PLIST_SUB
- Update post-install: to avoid stripping shared library multiple times
PR: 231202
Submitted by: Neel Chauhan <neel@neelc.org>
- While I'm here:
- Use DISTVERSIONSUFFIX instead of DISTNAME
- Use = instead of += for MAKE_ENV and PLIST_SUB
- Update post-install: to avoid stripping shared library multiple times
PR: 231201
Submitted by: Neel Chauhan <neel@neelc.org>
- While I'm here:
- Use DISTVERSIONSUFFIX instead of DISTNAME
- Use = instead of += for MAKE_ENV and PLIST_SUB
- Update post-install: to avoid stripping shared library multiple times
PR: 231200
Submitted by: Neel Chauhan <neel@neelc.org>
- While I'm here:
- Use DISTVERSIONSUFFIX instead of DISTNAME
- Use = instead of += for MAKE_ENV and PLIST_SUB
- Update post-install: to avoid stripping shared library multiple times
PR: 231199
Submitted by: Neel Chauhan <neel@neelc.org>
This introduces flang-driver, a clang6-derived driver / companion compiler, and
uses math/libpgmath as the math library backend. Notably, the latter currently
limits us to 12-CURRENT.
Patches are a combination of carry-over and adapted OpenBSD ones.
While there, pet portlint.
Reviewed by: zeising (mentor), mat
Approved by: zeising (mentor)
Obtained from: Brian Callahan (bcallah@openbsd.org) with adaptations
Differential Revision: https://reviews.freebsd.org/D17036
This adds the compiler-callable math intrinsics library libpgmath. It is the
math library of the flang compiler with support for vector operations.
Patches were in large part adapted from the OpenBSD port.
Reviewed by: zeising (mentor), mat
Approved by: zeising (mentor)
Obtained from: Brian Callahan (bcallah@openbsd.org) with adaptations
Differential Revision: https://reviews.freebsd.org/D17034
SLEEF is the SIMD Library for Evaluating Elementary Functions, vectorized libm
and DFT. It provides a vectorabi interface for vectorized libm.
Reviewed by: zeising (mentor), mat
Approved by: zeising (mentor)
Differential Revision: https://reviews.freebsd.org/D17045