guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Attempt to fix OpenBLAS on MIPS.


From: Ricardo Wurmus
Subject: Re: [PATCH] Attempt to fix OpenBLAS on MIPS.
Date: Wed, 22 Jul 2015 17:59:06 +0200

Mark H Weaver <address@hidden> writes:

>> With this patch, openblas builds successfully on mips64el, although I
>> cannot say whether it works, since there are no tests.
>
> I've since learned that normally tests are run during the 'build' phase,
> but that doesn't seem to be happening anymore on MIPS with this new
> patch applied.  Here's the transcript of the end of the build phase:

The test target appears to only do something if TARGET is not set:

~~~~~~
tests :
ifndef NOFORTRAN
ifndef TARGET
ifndef CROSS
        touch $(LIBNAME)
ifndef NO_FBLAS
        $(MAKE) -C test all
ifdef UTEST_CHECK
        $(MAKE) -C utest all
endif
endif
ifndef NO_CBLAS
        $(MAKE) -C ctest all
endif
endif
endif
endif
~~~~~~

Since we do pass TARGET=SICORTEX the tests are skipped.  I don’t know if
there’s a good reason for this.

~~ Ricardo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]