-
Notifications
You must be signed in to change notification settings - Fork 566
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
EXPORT_MAKEFILES: Can't seem to get Makefile.export.* to show up #11081
Comments
@flintpierce, support for export makefiles was removed a while back to accommodate the upgrade to modern CMake. See #8598 and #9284. For a deep technical discussion of this, see TriBITSPub/TriBITS#299. Sorry for the inconvenience. |
@flintpierce Please let us know if there's Trilinos documentation that references |
https://trilinos.github.io/pdfs/TrilinosBuildReference.pdf is where I found this. I have been looking for a case where someone used Trilinos in LAMMPS. I'm in the process of coupling LAMMPS to SIERRA Fuego, and for this I plan on using STK Coupling, which is part of Trilinos. However, I've had trouble finding anyone (except one case) where Trilinos libraries were pulled into LAMMPS. The one case I found used export Makefiles. I will have to keep looking. Thanks for the help. |
At: it says:
That was a mention of old support of export makefiles that did not get removed when support was removed. I will fix that. |
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. |
Question
@trilinos/<EXPORT_MAKEFILES>
I need to generate Makefile.export.* for the Trilinos packages I am building for use with another cmake project (LAMMPS). However, when I build Trilinos with:
-D Trilinos_ENABLE_EXPORT_MAKEFILES:BOOL=ON
I don't get any Makefile.export.* showing up.
The text was updated successfully, but these errors were encountered: