Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libflame.a.in: No such file or directory #55

Open
liu-shaobo opened this issue Oct 22, 2021 · 4 comments
Open

libflame.a.in: No such file or directory #55

liu-shaobo opened this issue Oct 22, 2021 · 4 comments

Comments

@liu-shaobo
Copy link

liu-shaobo commented Oct 22, 2021

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

@zhouych87
Copy link

I met the same problem. Have u solved this problem?

Here is my cmd to install:

git clone https://github.com/amd/libflame cd libflame CC=clang CXX=clang++ FC=flang ./configure \ --enable-lapack2flame --enable-max-arg-list-hack \ --prefix=/opt/amd/libflame make -j4

gives:

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

@longerzone
Copy link

get same error with spack:
spack -d install -v amdlibflame@3.1 +ilp64 %aocc@3.2.0

install succed with "amdlibflame@3.0".

@neil-lindquist
Copy link

I also ran into this issue and was able to fix it by upgrading make.
The libflame makefile uses the file function, but that wasn't added to GNU make until version 4.0.

@rlKoekie
Copy link

I also ran into this issue and was able to fix it by upgrading make. The libflame makefile uses the file function, but that wasn't added to GNU make until version 4.0.

Thank you!

heerener added a commit to heerener/spack that referenced this issue Feb 2, 2023
heerener added a commit to BlueBrain/spack that referenced this issue Feb 2, 2023
heerener added a commit to BlueBrain/spack that referenced this issue Feb 3, 2023
heerener added a commit to BlueBrain/spack that referenced this issue Feb 3, 2023
heerener added a commit to BlueBrain/spack that referenced this issue Feb 3, 2023
alalazo pushed a commit to spack/spack that referenced this issue Feb 6, 2023
tldahlgren pushed a commit to tldahlgren/spack that referenced this issue Feb 13, 2023
amd-toolchain-support pushed a commit to amd-toolchain-support/spack that referenced this issue Feb 16, 2023
techxdave pushed a commit to Tech-XCorp/spack that referenced this issue Feb 17, 2023
jmcarcell pushed a commit to key4hep/spack that referenced this issue Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants