-
Notifications
You must be signed in to change notification settings - Fork 80
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
Tribits snapshot #317
Tribits snapshot #317
Conversation
Origin repo remote tracking branch: 'origin/master' Origin repo remote repo URL: 'origin = https://github.com/gsjaardema/TriBITs' At commit: commit e82c4544fbd50769b85bab45cb98ef009ca4643c Author: Roscoe A. Bartlett <[email protected]> Date: Fri Jun 10 11:08:38 2022 -0600 Summary: Remove internal quotes for git log --pretty=format:<fmnt> strings (#485)
… into tribits-snapshot
This reverts commit 4d57c91. Did not fix any of the issues on the CI Build.
Hello @gsjaardema, is this PR pretty well validated for the TriBITS update? |
Origin repo remote tracking branch: 'origin/master' Origin repo remote repo URL: 'origin = https://github.com/gsjaardema/TriBITs' Git describe: tribits_start-2941-gd1fcd5a9 At commit: commit 13c342de0cfdda8822c22c47763d4b3dd08571f0 Author: Roscoe A. Bartlett <[email protected]> Date: Tue Jun 28 08:19:35 2022 -0600 Summary: Remove assert for TPL_<tplName>_LIBRARIES (#299)
@bartlettroscoe Yes, it is ready to go at any time... |
Origin repo remote tracking branch: 'origin/master' Origin repo remote repo URL: 'origin = https://github.com/gsjaardema/TriBITs' Git describe: tribits_start-2946-g974f565d At commit: commit b87c0e113847d05ecdc16defcfa247ba4f0c2dca Author: Roscoe A. Bartlett <[email protected]> Date: Tue Jun 28 14:21:40 2022 -0600 Summary: Only allow files without 'lib' to have '.framework' on APPLE (#299)
@gsjaardema, regarding the GTest-related configure failure shown here showing:
the problem is the the file cmake/TPLs/FindTPLGTest.cmake and the lines: seacas/cmake/TPLs/FindTPLGTest.cmake Lines 66 to 85 in 809cb29
This will result in a new I have exactly the same situation with the new example TriBITS TPLs I have prototyped how to handle this in: Let me refactor that code into a reusable TriBITS function Then can you review the updated instructions and example and provide feedback? Another question, are you okay with always having your
That might break backward compatibility for users that are currently setting |
@bartlettroscoe For the GTest case, I am fine with not allowing users to specify |
@gsjaardema, I know why the last TriBITS snapshot broke this TriBITS I will provide a smooth way to fix this as per above. |
…nd_config_file() (TriBITSPub/TriBITS#299) This uses the new function tribits_external_package_create_imported_all_libs_target_and_config_file() added in the TriBITS PR TriBITSPub/TriBITS#493 to work correctly with new TriBITS.
@gsjaardema, please see the PR #322 I just posted against this topic branch |
Hello @gsjaardema, now that I have merged TriBITSPub/TriBITS#493, can you please update the TriBITS snaphshot in this branch and then merge PR #322 to this topic branch? That should fix the GTest issue discussed above. |
Origin repo remote tracking branch: 'origin/master' Origin repo remote repo URL: 'origin = https://github.com/gsjaardema/TriBITs' Git describe: tribits_start-2955-gf36aad60 At commit: commit c81102e2dd516b16ef9674a1efa480909da5ede9 Author: Roscoe A. Bartlett <[email protected]> Date: Mon Jul 11 19:30:52 2022 -0600 Summary: Add/update documentation for TriBITS TPLs (#299)
GTest: Use tribits_external_package_create_imported_all_libs_target_and_config_file() (TriBITSPub/TriBITS#299)
@bartlettroscoe Is this PR then ready to merge, or should I still hold off. |
@gsjaardema, you should wait until after I merge trilinos/Trilinos#10614. Otherwise, your seacas 'master' branch will be incompatible with the Trilinos 'develop' branch. |
Origin repo remote tracking branch: 'origin/master' Origin repo remote repo URL: 'origin = https://github.com/gsjaardema/TriBITs' Git describe: tribits_start-2973-g143f49f0 At commit: commit 416434082cd200b8c3300db45c231e7aaa9d0635 Author: Roscoe A. Bartlett <[email protected]> Date: Mon Jul 18 11:41:39 2022 -0600 Summary: Convert rest of upper-case to lower-case CMake command calls (#480)
No description provided.