Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jul 2020 19:36:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        fortran@FreeBSD.org
Subject:   [Bug 247542] math/lapack: upgrade to 3.9.0 with math/blas + math/xlapack + math/cblas
Message-ID:  <bug-247542-37611-7QbhtDGBhU@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-247542-37611@https.bugs.freebsd.org/bugzilla/>
References:  <bug-247542-37611@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247542

--- Comment #6 from John Hein <jcfyecrayz@liamekaens.com> ---
(In reply to Thierry Thomas from comment #5)
Did you perhaps intend to delete the '.include <bsd.port.options.mk>' line?=
=20
The latest patch adds a second one.


=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

'make patch' in math/lapack is failing.  I think you just forgot some
files/patch* deletions that were in the first patch.

Some additions were omitted in the new patch, too (e.g., static.mk).

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

The manpages.tgz file now no longer has a version tag.  If one keeps old
distfiles around (I do), that can cause a conflict on an update.  Maybe
consider DIST_SUBDIR=3Dlapack/${PORTVERSION} (qemu does that, for example, =
and
linux-flashplayer)?

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

In static.mk (in the original patch), it references SRC in two places.  The
post-build replaces 'cd SRC' with 'cd xxx/SRC', but does not replace SRC in=
 the
RANLIB line.  So ranlib is failing as follows when, for instance, building
math/blas:

ranlib: 'SRC/libblas.a': No such file

Maybe just remove 'cd ' in the sed lines in post-build so the sed replaces =
both
instances of SRC?

I don't understand why the earlier exp-run was not failing here.

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247542-37611-7QbhtDGBhU>