-
Notifications
You must be signed in to change notification settings - Fork 41
Integrate hpc coding conventions and reformat CMake files #361
Conversation
and update CMakeLists.txt accordingly. For now we are sticking to commit a1813c2 of hpc-coding-conventions to continue using cmake-format 0.4.5. cmake-format 0.6.0 (required by latest hpc-coding-conventions) introduces surprising formatting choices.
Also update hpc coding convention module
- nmodl submodule updated latest master
1713e4b
to
2183605
Compare
Locally NMODL enabled build is failing with:
This issue appeared in the past but don't remember precise fix atm. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, however, can someone remind me: What about the source code reformatting? don't we want to get it over with and apply coding conventions to everything at some point?
@ohm314 : do you remember how we solved this issue #361 ? we certainly encountered it on NMODL side and I don't remember what we did :)
If I am not mistaken, in your branch code formatting was not applied and anyway I thought it should be separate PR. I have this in pipeline, fixing couple of things locally and will upload it for review. |
…CoreNeuron#361) * Introduce hpc-coding-conventions and update CMakeLists.txt accordingly. * Add .cmake-format.changes.yaml for project specific changes * Update cmake files according to cmake-format 0.6.0 * Various nitpicks to prepare PR for review * nmodl submodule updated latest master * Remove .clang-format file to avoid conflict with coding convention module Co-authored-by: Omar Awile <[email protected]> CoreNEURON Repo SHA: BlueBrain/CoreNeuron@b1ea553
No description provided.