Compile abinit 7.6 under raspbian (raspberry pi)
Posted: Thu Mar 13, 2014 4:17 pm
Hello there)
Currently I am experiencing some difficulties with compiling abinit 7.6 under raspberry pi (yep, i do understand that this task is practically useless).
The problem is that RPi has an ARM11 like cpu, which based on deprecated armv6 arch (v7 arch supported just great, no problem with ARM CortexA9 and so on).
So, it seams that linalg libs from tarballs are not usable. Open-BLAS could not be compilled from src for v6 arch.
What would you advise?
Currently I am experiencing some difficulties with compiling abinit 7.6 under raspberry pi (yep, i do understand that this task is practically useless).
The problem is that RPi has an ARM11 like cpu, which based on deprecated armv6 arch (v7 arch supported just great, no problem with ARM CortexA9 and so on).
Code: Select all
./configure yields following:
Summary of important options:
* C compiler : gnu version 4.6
* Fortran compiler: gnu version 4.6
* architecture : ( bits)
* debugging : basic
* optimizations : standard
* OpenMP enabled : no (collapse: ignored)
* MPI enabled : no
* MPI-IO enabled : no
* GPU enabled : no (flavor: none)
* TRIO flavor = none
* TIMER flavor = abinit (libs: ignored)
* LINALG flavor = netlib-fallback (libs: ignored)
* ALGO flavor = none (libs: ignored)
* FFT flavor = none (libs: ignored)
* MATH flavor = none (libs: ignored)
* DFT flavor = none
So, it seams that linalg libs from tarballs are not usable. Open-BLAS could not be compilled from src for v6 arch.
What would you advise?