[Bug 247542] math/lapack: upgrade to 3.9.0 with math/blas + math/xlapack + math/cblas
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jul 17 19:36:28 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247542
--- Comment #6 from John Hein <jcfyecrayz at liamekaens.com> ---
(In reply to Thierry Thomas from comment #5)
Did you perhaps intend to delete the '.include <bsd.port.options.mk>' line?
The latest patch adds a second one.
===============
'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).
===================
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=lapack/${PORTVERSION} (qemu does that, for example, and
linux-flashplayer)?
==================
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.
=================
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-fortran
mailing list