Skip to content

Update hh.mod for CoreNEURON compatibility changes hh.mod in place during build #3000

Description

@mgeplf

Context

Overview of the issue

When CoreNEURON is enabled in build, the hh.mod file gets updated in place, which means it's easy to check it in by accident.

Expected result/behavior

If changes to mod files are needed, the should probably be done in a separate directly that isn't tracked by source control.

NEURON setup

  • Version: master branch

Minimal working example - MWE

  • CMake build commands:
mkdir build && cd build
cmake -DNRN_ENABLE_CORENEURON=ON  ..
cmake --build . --

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions