This repository was archived by the owner on Mar 20, 2023. It is now read-only.
Commit 2e39624
Add propagation of legacy units for nmodl (#417)
* Add propagation of legacy units for nmodl
* use --latest with spack to find out newest installation
* Always use long options with spack
* disable legacy units in neuron installation
Co-authored-by: Pramod Kumbhar <[email protected]>1 parent f2120d3 commit 2e39624
File tree
4 files changed
+5
-3
lines changed- external
- tests/jenkins
4 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| 249 | + | |
249 | 250 | | |
| 251 | + | |
250 | 252 | | |
251 | 253 | | |
252 | 254 | | |
| |||
- CMakeLists.txt+21-2
- share/nrnunits.lib.in+15-12
- src/codegen/codegen_c_visitor.cpp+68-12
- src/codegen/codegen_c_visitor.hpp+1
- src/config/config.cpp.in+1-1
- src/language/nmodl.yaml+6-2
- src/language/node_info.py+8-7
- src/language/nodes.py-3
- src/language/templates/visitors/json_visitor.cpp+3-1
- src/language/templates/visitors/nmodl_visitor.cpp+3-1
- src/nmodl/main.cpp+1-3
- src/parser/nmodl.yy+2-5
- src/parser/nmodl_driver.cpp+94-22
- src/parser/nmodl_driver.hpp+50-27
- src/pybind/pynmodl.cpp+7-4
- src/symtab/symbol_table.cpp+10-1
- src/utils/CMakeLists.txt+11-9
- src/utils/common_utils.cpp+45-1
- src/utils/common_utils.hpp+51-9
- src/utils/file_library.cpp+70
- src/utils/file_library.hpp+71
- src/visitors/rename_visitor.hpp+1-1
- test/integration/mod/cabpump.mod+9-3
- test/integration/mod/var_init.inc+10
- test/unit/parser/parser.cpp+26-2
- test/unit/units/parser.cpp+1-1
- test/unit/visitor/nmodl.cpp+2
- test/unit/visitor/units.cpp+5-5
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
0 commit comments