-
Notifications
You must be signed in to change notification settings - Fork 7
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
QMP configuration program qmp-config not found #4
Comments
You could try adding |
My installation script might not support non-MPI builds, but it might help you in some way. |
Hi Martin! Thank you for your prompt respond! I have done both variants, but it is still not working... $HOME/qmp-single/bin contains qmp-config but script cant find it. Dmitriy |
It is peculiar that QIO wants to have QMP, actually, especially for a non-MPI build. But looking at my installation script I realize that I never build QIO on its own, but rather I clone the QDP++ repository with all its git submodules recursively and then build just that. Perhaps that will take of the interdependency of the two packages? |
Martin, thank you for help! I have resolved the issue. Actually, 'make install' was doing wrong in my environment and some header files were missed in working directory. Unfortunately, script still do not see the qmp-config file, and I have set QMP environment variables by hands. Dmitriy |
Hello!
I am trying to build QIO on Linux but the following problem has been encountered:
//----------------------
checking for qmp-config... no
configure: WARNING: QMP configuration program qmp-config not found.
configure: WARNING: Set environment variables QMP_CFLAGS QMP_LDFAGS QMP_LIBS
before configure
//-----------------------
But, the QMP lib is preinstalled in $HOME/qmp-single
with the following command:
$HOME/qmp-2.5.2/configure --prefix=$HOME/qmp-single --with-qmp-comms-type=SINGLE CC=gcc CFLAGS="-O2 -std=gnu99". The compilation was done successful.
This is how I am trying to configure QIO library (inside $HOME/qio-2.5.0).
./configure --prefix=$HOME/qio-2.5.0 --with-qmp=$HOME/qmp-single
Could you please help me with this issue?
The text was updated successfully, but these errors were encountered: