Replies: 3 comments 3 replies
|
CMake generates the file in the root of the build. I think this is where it comes from: Trilinos/cmake/tribits/core/package_arch/TribitsGlobalMacros.cmake Lines 1838 to 1839 in da3375f |
2 replies
|
Are you trying 16.2.0?Thx. iBrevityOn Jun 7, 2026, at 11:02 AM, Christian Glusa ***@***.***> wrote:
The zip and tar.gz archives generated for releases are not git trees, so that message is expected. I just configured using one of the archive files and Trilinos_version.h does get created for me.
—Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
1 reply
|
I recall the problem: Copyright.txt is a link, so not recognized on Windows. Fixed by repacking with link following: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I managed to get trilinos to configure on Windows with -DTrilinos_ENABLE_FLOAT:BOOL='OFF', but now when I go to build I get
I searched the trilinos source and build dirs and could not find this file. Is it generated at cmake time? Where?
All reactions