-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CoreNEURON: remove mod2c support (#2247)
* Build wheels with NMODL instead of mod2c * azure-pipelines.yml: bump timeouts as NMODL is slower Co-authored-by: Alexandru Săvulescu <[email protected]>
- Loading branch information
1 parent
beca15a
commit d2d8110
Showing
19 changed files
with
175 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule mod2c
deleted from
5d79c6
Submodule nmodl
updated
23 files
+33 −5 | .gitlab-ci.yml | |
+0 −2 | .sanitizers/undefined.supp | |
+1 −1 | CMakeLists.txt | |
+1 −5 | INSTALL.md | |
+1 −1 | README.md | |
+0 −6 | azure-pipelines.yml | |
+1 −1 | cmake/hpc-coding-conventions | |
+9 −3 | packaging/Dockerfile | |
+1 −0 | packaging/build_requirements.txt | |
+13 −28 | packaging/build_wheels.bash | |
+0 −7 | pywheel/shim/_binwrapper.py | |
+0 −379 | pywheel/shim/find_libpython.py | |
+1 −0 | requirements.txt | |
+3 −25 | setup.py | |
+0 −4 | src/codegen/CMakeLists.txt | |
+0 −1 | src/codegen/codegen_cpp_visitor.cpp | |
+0 −258 | src/codegen/fast_math.hpp | |
+2 −0 | src/config/config.cpp.in | |
+4 −0 | src/config/config.h | |
+2 −1 | src/pybind/CMakeLists.txt | |
+16 −7 | src/pybind/pyembed.cpp | |
+0 −4 | test/unit/CMakeLists.txt | |
+0 −126 | test/unit/fast_math/fast_math.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,4 @@ pytest | |
pytest-cov | ||
mpi4py | ||
numpy | ||
find_libpython |
Oops, something went wrong.