-
Notifications
You must be signed in to change notification settings - Fork 572
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
Trilinos Header files are not found #13695
Comments
It is possible that peridigm is not correctly setting up the Trilinos dependency. We saw a similar issue in #13639. What you could try is to add
to this list |
Issue Seemed to be resolved when i copied the contents of
to the CMakeLists.txt and the Project compiled successfully. Thanks for the help |
Hi, Can anyone please explain how to add Trilinos::all_libs to the CMakeLists? I just got the same issue.
which was invalid. Thanks. |
@Dli292 set (REQUIRED_LIBS
${BlasLapack_Libraries}
Trilinos::all_libs
) |
When I try to configure using following cmake file and then build the project using
make -j 4
i get some of the header files are not there. But when i manually check the files are in/usr/local/bin/trilinos/include/
. I dont know whether i forgot or something but i added the paths to the system varibles and tried to specifiy them in cmake config. But doesnt work. Do i have to reinstall trilinos with a modified configureation or am i looking at the wrong place.Full log is here -> build.log
cmake cofig file for my project
The text was updated successfully, but these errors were encountered: