-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
libflame.a.in: No such file or directory #55
Comments
I met the same problem. Have u solved this problem? Here is my cmd to install:
gives: Compiling src/lapack/util/app/qutinc/lhfc/flamec/FLA_Apply_Q_UT_inc_lhfc_blk_var1.c |
get same error with spack: install succed with "amdlibflame@3.0". |
I also ran into this issue and was able to fix it by upgrading |
Thank you! |
amdlibflame: needs modern make See flame/libflame#55
amdlibflame: needs modern make See flame/libflame#55
amdlibflame: needs modern make See flame/libflame#55
CentOS-7.6
GCC-7.3
libflame-3.0.1 https://github.com/amd/libflame
./configure --prefix=/usr/local/libflame --enable-lapack2flame --enable-cblas-interfaces --enable-max-arg-list-hack
make -j
The error is as follows,What is the reason:
Compiling src/lapack/util/app/qutinc/lhfc/flamec/FLA_Apply_Q_UT_inc_lhfc_blk_var1.c
Compiling src/lapack/util/app/qutinc/lnfc/flamec/FLA_Apply_Q_UT_inc_lnfc_blk_var1.c
Archiving lib/x86_64-unknown-linux-gnu/libflame.a
ar: @lib/x86_64-unknown-linux-gnu/libflame.a.in: No such file or directory
make: *** [lib/x86_64-unknown-linux-gnu/libflame.a] Error 1
The text was updated successfully, but these errors were encountered: