[Bug 257004] math/lapack build of 3.10.0 fails with "argument list too long" error

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 12 Jul 2021 00:01:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257004

--- Comment #14 from John Hein <jcfyecrayz@liamekaens.com> ---
Created attachment 226382
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=226382&action=edit
[patch] math/lapack: break up PLIST_FILES in generate-plist and MAN3L in
post-install

Here is a patch that allows lapack to build (actually 'stage') on 11.x/amd64
with the default ARG_MAX - or other platforms that might also have small enough
ARG_MAX.

It breaks up the PLIST_FILES / MAN3L list into smaller chunks.

This includes a change to bsd.port.mk.  It is not sufficiently general, so it
is nearly a certainty that this would not be acceptable to b.p.m owners.  But
one can apply this locally to get lapack building on platforms that hit the
'Argument list too long' error.

For the same reason, I did not request maintainer approval.  There should be a
better way.

-- 
You are receiving this mail because:
You are the assignee for the bug.