Remove duplicated build system in alien/ArcaneInterface#1814
Remove duplicated build system in alien/ArcaneInterface#1814
Conversation
grospelliergilles
left a comment
There was a problem hiding this comment.
I think it is a good idea to remove duplication.
So now it uses the configuration from app_buildsystem_tools ?
Yes |
|
@grospelliergilles It's seem that Ubuntu used for Codecov test lacks Mono and DotNet. |
we no longer support If needed we can install |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #1814 +/- ##
==========================================
- Coverage 70.31% 70.30% -0.01%
==========================================
Files 2275 2275
Lines 163815 163813 -2
Branches 18871 18869 -2
==========================================
- Hits 115183 115175 -8
- Misses 41799 41801 +2
- Partials 6833 6837 +4 ☔ View full report in Codecov by Sentry. |
… for dotnet binary - also XBUILD_ARGS are deleted at the end so remove all settings related to XBUILDS_ARGS
stdcm
left a comment
There was a problem hiding this comment.
Thanks for the fixes. The Arcane CI is ok but when installing and trying with ArcaneDemo, AlienLegacyPlugins is not found. Maybe the modifications to handle AlienPlugins are not fully reported in app_buildsystem_tools...?
|
@stdcm |
|
I just made the following test in ArcaneDemo replacing build-system with the one in this branch. In file included from /work/guignont/work/ArcaneDemo/cmake-build-debug-arcane3user_gimkl2018b_localarcane/ArcaneDemo/axl/RootTester_axl.h:507:0, Anyway with a manual correction the build is ok. |
|



A proposal to remove buildsystem part in Alien ArcaneInterface