-
Notifications
You must be signed in to change notification settings - Fork 39
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
Unable to install Queso Library on Ubuntu VM #669
Comments
Queso doesn't use cmake; it uses autotools. https://github.com/libqueso/queso/#installation |
When I try to configure using that above process. I am getting the Epetra error checking absolute name of <Trilinos_version.h>... checking for Trilinos_version.h... (cached) yes When I try to re-configure Trilinos & install queso I am getting the same error |
Is there a Makefile.export.Epetra installed? You might need a Trilinos configuration option to enable export Makefiles ... assuming Trilinos still has such an option? I don't think Queso has been tested with any recent versions of it. |
On the Trilinos versions installed, there is no makefile.export.epetra file installed, I have checked in the first and last versions but no luck. Is ther any other way we can get it done? |
|
I have tried to clone the Queso Library from the link https://github.com/libqueso/queso.git on a ubuntu VM
Tried to configure it using cmake..
However, when I tried to configure it throws an error, that the file downloaded doesnt have CMakeLists.txt
Could you please help in sorting out the issue. Also Please let me know if there are any other ways to install queso library
The text was updated successfully, but these errors were encountered: