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

Unable to install Queso Library on Ubuntu VM #669

Open
Prem7Chand opened this issue Jul 19, 2023 · 5 comments
Open

Unable to install Queso Library on Ubuntu VM #669

Prem7Chand opened this issue Jul 19, 2023 · 5 comments

Comments

@Prem7Chand
Copy link

Prem7Chand commented Jul 19, 2023

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

@Prem7Chand Prem7Chand changed the title Unable to install Queso Library Unable to install Queso Library on Ubuntu VM Jul 19, 2023
@roystgnr
Copy link
Member

Queso doesn't use cmake; it uses autotools. https://github.com/libqueso/queso/#installation

@Prem7Chand
Copy link
Author

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
///usr/local/include/Trilinos_version.h
configure: adding automake macro support
configure: creating aminclude.am
checking for main in -lepetra... yes
checking Epetra_Vector.h usability... yes
checking Epetra_Vector.h presence... yes
checking for Epetra_Vector.h... yes
checking for file ///usr/local/include/Makefile.export.Trilinos... yes
checking for file ///usr/local/include/Makefile.export.Epetra... no
configure: WARNING: Could not find ///usr/local/include/Makefile.export.Epetra. Was Trilinos compiled with: -D Trilinos_ENABLE_Epetra:BOOL=ON??
configure: error: Could not find Epetra - which is required if Trilinos is enabled.

When I try to re-configure Trilinos & install queso I am getting the same error

@roystgnr
Copy link
Member

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.

@Prem7Chand
Copy link
Author

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?

@roystgnr
Copy link
Member

RELEASE_NOTES on the latest Trilinos git head still mentions "the Makefile.export.* system", so it's at least still an option. If you want to rewrite trilinos.m4 here to make it more flexible, that'd be another option, but it'd probably be easier to use a custom build+install of EPetra rather than the Ubuntu package.

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

2 participants