How to cross compile lapack? #842
Unanswered
atptour2017
asked this question in
Q&A
Replies: 2 comments
-
CMAKE uses mixed case in the Fortran compiler option, try setting |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @atptour2017. Was your issue fixed? Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to cross compile lapack for armv8 CPU.
I have define the fortran complier (aarch64-kedacom-linux-gnu-gfortran) but it still check complier by itself:
(base) [root@localhost build]# cmake -DCMAKE_C_COMPLIER=aarch64-kedacom-linux-gnu-gcc -DCMAKE_CXX_COMPLIER=aarch64-kedacom-linux-gnu-g++ -DCMAKE_FORTRAN_COMPLIER=aarch64-kedacom-linux-gnu-gfortran -DCMAKE_INSTALL_LIBDIR=/root/build/third_party_scipy/lapack/dist ..
-- The Fortran compiler identification is unknown
/usr/bin/f95.br_real: No such file or directory
-- The C compiler identification is unknown
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - failed
-- Check for working Fortran compiler: /usr/bin/f95
-- Check for working Fortran compiler: /usr/bin/f95 - broken
Beta Was this translation helpful? Give feedback.
All reactions