-
Notifications
You must be signed in to change notification settings - Fork 579
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
Get Trilinos building with CMake + Ninja + Fortran #269
Comments
This story is already in progress. Currently there is a problem with Ninja rebuilding every Fortran file after every minor reconfigure. Details will be forthcoming. |
So far we've found that
This looks like a dependency on a directory instead of a file. We need to figure out why that dependency appears. EDIT: This investigation has moved to #261. See discussion there for updates. |
I think this is a CUDA build. Is that right @bathmatt? |
I have replacing this story with the larger epic/milestone "Get Trilinos building with CMake + Ninja + Fortran". |
Origin repo remote tracking branch: 'github/master' Origin repo remote repo URL: 'github = [email protected]:TriBITSPub/TriBITS.git' At commit: commit 373c6d241b2de5373ef0525fa99aa0151eae35a5 Author: Roscoe A. Bartlett <[email protected]> Date: Thu Oct 11 15:48:20 2018 -0600 Summary: TRIBITS_CTEST_DRIVER(): Correctly pass in excluded package disables for all-at-once approach (#269)
Origin repo remote tracking branch: 'github/master' Origin repo remote repo URL: 'github = [email protected]:TriBITSPub/TriBITS.git' At commit: commit 373c6d241b2de5373ef0525fa99aa0151eae35a5 Author: Roscoe A. Bartlett <[email protected]> Date: Thu Oct 11 15:48:20 2018 -0600 Summary: TRIBITS_CTEST_DRIVER(): Correctly pass in excluded package disables for all-at-once approach (trilinos#269)
This story is to get all of Trilinos building with CMake + Ninja with Fortran turned on. There is a branch of Ninja and CMake that supports projects with Fortran code. This story will track efforts to get Trilinos and CMake + Ninja + Fortran working.
CC: @nmhamster. @bathmatt
The text was updated successfully, but these errors were encountered: