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: Mark H Weaver
Subject: Re: [PATCH] Attempt to fix OpenBLAS on MIPS.
Date: Wed, 22 Jul 2015 21:28:21 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Mark H Weaver <address@hidden> writes:
> I will test on armhf as well; currently waiting for gfortran to compile.

And here's what happens on armhf:

--8<---------------cut here---------------start------------->8---
gcc -O2 -Wall -DF_INTERFACE_GFORT -fPIC -DDYNAMIC_ARCH -DNO_LAPACK -DNO_LAPACKE 
-DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=2 -marm -mfpu=vfpv3  -mfloat-abi=hard 
-march=armv7-a -DASMNAME=dynamic -DASMFNAME=dynamic_ -DNAME=dynamic_ 
-DCNAME=dynamic -DCHAR_NAME=\"dynamic_\" -DCHAR_CNAME=\"dynamic\" -DNO_AFFINITY 
-I../.. -c dynamic.c -o dynamic.o
dynamic.c: In function ‘support_avx’:
dynamic.c:105:3: warning: implicit declaration of function ‘cpuid’ 
[-Wimplicit-function-declaration]
   cpuid(1, &eax, &ebx, &ecx, &edx);
   ^
dynamic.c:95:3: error: impossible constraint in ‘asm’
   __asm__ __volatile__
   ^
Makefile:83: recipe for target 'dynamic.o' failed
make[1]: *** [dynamic.o] Error 1
make[1]: Leaving directory 
'/tmp/nix-build-openblas-0.2.14.drv-0/xianyi-OpenBLAS-2b0d8a8/driver/others'
Makefile:141: recipe for target 'libs' failed
make: *** [libs] Error 1
phase `build' failed after 619 seconds
note: keeping build directory `/tmp/nix-build-openblas-0.2.14.drv-0'
builder for `/gnu/store/bxzwwlg9n5ali25k0mypfmfq3rl81g0l-openblas-0.2.14.drv' 
failed with exit code 1
@ build-failed /gnu/store/bxzwwlg9n5ali25k0mypfmfq3rl81g0l-openblas-0.2.14.drv 
- 1 builder for 
`/gnu/store/bxzwwlg9n5ali25k0mypfmfq3rl81g0l-openblas-0.2.14.drv' failed with 
exit code 1
killing process 6213
guix build: error: build failed: build of 
`/gnu/store/bxzwwlg9n5ali25k0mypfmfq3rl81g0l-openblas-0.2.14.drv' failed
address@hidden:~$
--8<---------------cut here---------------end--------------->8---

      Mark



reply via email to

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