Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit e87d0a7

Browse files
authored
Update nmodl submodule (#441)
- update nmodl to latest master - disable building of nmodl python bindings
1 parent be131ec commit e87d0a7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ if(CORENRN_ENABLE_NMODL)
266266
set(ENV{PYTHONPATH} "${nmodl_PYTHONPATH}:$ENV{PYTHONPATH}")
267267
set(CORENRN_NMODL_PYTHONPATH $ENV{PYTHONPATH})
268268
else()
269+
set(NMODL_ENABLE_PYTHON_BINDINGS OFF CACHE BOOL "Disable NMODL python bindings")
269270
include(AddNmodlSubmodule)
270271
set(CORENRN_MOD2CPP_BINARY ${CMAKE_BINARY_DIR}/bin/nmodl${CMAKE_EXECUTABLE_SUFFIX})
271272
set(CORENRN_MOD2CPP_INCLUDE ${CMAKE_BINARY_DIR}/include)

external/mod2c

0 commit comments

Comments
 (0)