This repository was archived by the owner on Mar 20, 2023. It is now read-only.
Commit 1ba2b4a
authored
Fix issues while NMODL is built with sympy and analytical passes (#280)
* Fix issues while NMODL is built with sympy and analytical passes
- set PYTHONPATH for nmodl sympy solver passes
- make sure nmodl python module is built before compiling mod files
- install nmodl headers to install prefix
- enable inline pass always (--inline)
- nrnivmodl-core inherit PYTHONPATH correctly
- when nmodl external, make sure to INCLUDE paths
* Update nmodl submodule1 parent 8659c7b commit 1ba2b4a
File tree
5 files changed
+16
-7
lines changed- coreneuron
- external
- extra
5 files changed
+16
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| 193 | + | |
| 194 | + | |
193 | 195 | | |
194 | 196 | | |
195 | 197 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
| |||
297 | 299 | | |
298 | 300 | | |
299 | 301 | | |
300 | | - | |
301 | | - | |
| 302 | + | |
| 303 | + | |
302 | 304 | | |
- CMakeLists.txt+1-3
- src/codegen/CMakeLists.txt+1
- src/codegen/codegen_acc_visitor.cpp+1-1
- src/codegen/codegen_c_visitor.hpp+1-1
- src/codegen/codegen_helper_visitor.cpp+1-1
- src/lexer/CMakeLists.txt+1-1
- src/nmodl/CMakeLists.txt+5
- src/pybind/CMakeLists.txt+11-3
- src/solver/CMakeLists.txt+6-6
- src/symtab/CMakeLists.txt+1
- src/symtab/symbol.cpp+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
54 | 59 | | |
55 | 60 | | |
56 | 61 | | |
| |||
147 | 152 | | |
148 | 153 | | |
149 | 154 | | |
150 | | - | |
| 155 | + | |
151 | 156 | | |
152 | 157 | | |
153 | 158 | | |
| |||
157 | 162 | | |
158 | 163 | | |
159 | 164 | | |
160 | | - | |
| 165 | + | |
161 | 166 | | |
162 | 167 | | |
163 | 168 | | |
| |||
0 commit comments