-
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
CEpetra_LAPACK: "no matching function for call to Epetra_LAPACK::GGSVD" with HAVE_EPETRA_LAPACK_GSSVD3 #2448
Comments
The patch is:
But I'd like confirmation that this is ok, and someone to make a more generic fix! |
@edmondac Thanks for the patch! Would you feel comfortable submitting this as a pull request against Trilinos' develop branch? We have automatic testing for pull requests. |
Hi @mhoemmen - sure I'll make a pull request. I just have to sort out the |
@edmondac I'm not quite sure I understand what you mean by the |
@mhoemmen - this will sound like a silly question... What's the correct procedure for a pull request from the CTrilinos repo? Should I have created this issue in there? The files I needed to change were all in that repo... |
I've created a PR: trilinos/CTrilinos#1 |
This issue has had no activity for 365 days and is marked for closure. It will be closed after an additional 30 days of inactivity. |
This issue was closed due to inactivity for 395 days. |
I'm trying to build Trilinos but get the following error:
The problem seems to stem from packages/epetra/src/Epetra_LAPACK.cpp having been changed to add an extra argument for GSSVD3 but packages/CTrilinos/src/epetra/CEpetra_LAPACK.cpp not so:
packages/CTrilinos/src/epetra/CEpetra_LAPACK.cpp:
packages/epetra/src/Epetra_LAPACK.cpp
I've got a patch that builds on my system, but it wouldn't work in the opposite situation as the header doesn't use an ifdef.
The text was updated successfully, but these errors were encountered: