maintainer-approval requested: [Bug 257004] math/lapack build of 3.10.0 fails with "argument list too long" error : [Attachment 226395] [patch] math/lapack: stop using excessively long command lines

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 12 Jul 2021 14:10:29 UTC
John Hein <jcfyecrayz@liamekaens.com> has asked freebsd-fortran (Nobody)
<fortran@FreeBSD.org> for maintainer-approval:
Bug 257004: math/lapack build of 3.10.0 fails with "argument list too long"
error
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257004

Attachment 226395: [patch] math/lapack: stop using excessively long command
lines
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=226395&action=edit



--- Comment #15 from John Hein <jcfyecrayz@liamekaens.com> ---
Created attachment 226395
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=226395&action=edit
[patch] math/lapack: stop using excessively long command lines

This patch sticks to using files and pipelines rather than long command line
argument lists.

I also noticed that /usr/local/lib/libtmglib.so.3.10.0 is a broke sym link, but
that is a separate bug.