[Pkg-julia-devel] openlibm on armhf

Peter Colberg peter at colberg.org
Sun Jan 22 21:09:05 UTC 2017


On Sun, Jan 22, 2017 at 08:47:38AM +0200, Graham Inggs wrote:
> My testing went well and I have already uploaded openspecfun with the change.
> I have committed some changes to julia.git.
> 
> I found USE_SYSTEM_LIBM was being overridden in Make.inc [1].
> I'm wondering whether to remove the other overrides (lines 541-544),
> or the entire ifneq block (lines 533-546), or just leave it for now.

You could remove only the "override" and submit the patch upstream.

USE_BLAS64=0
OPENBLAS_DYNAMIC_ARCH=0
OPENBLAS_TARGET_ARCH=ARMV7
USE_SYSTEM_LIBM=1

Any subsequent assigments to these variables should be done with ?=.

> Anything else we want for this upload?

Not for stretch, but for buster I suggest we make the test suite
mandatory for all archs; better disable a few tests here and there
than not run any tests at all. Recently mips64el is passing the
build, but we have no idea whether the package is actually usable.

I am a bit worried though that julia in Debian will be stalled for
much longer than the freeze. The pull request for TLS support in
libgit2 has been open for four months now with no merge in sight.

https://github.com/libgit2/libgit2/pull/3935

Peter



More information about the Pkg-julia-devel mailing list