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

Commit eabc782

Browse files
iomaganarispramodk
andauthored
Update nmodl to latest master (#314)
* Use latest working PGI to install coreneuron in CI * Set pgi version explicitly to select the correct one * Update to even latest master for bison 3.6.0 compatibility * Update nmodl to latest master and fixed issue with new directory of python lib of nmodl Co-authored-by: pramodk <[email protected]>
1 parent f6da640 commit eabc782

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMake/packages/Findnmodl.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ find_program(nmodl_BINARY NAMES nmodl${CMAKE_EXECUTABLE_SUFFIX}
3333
HINTS "${CORENRN_NMODL_DIR}/bin" QUIET)
3434

3535
find_path(nmodl_INCLUDE "nmodl/fast_math.ispc" HINTS "${CORENRN_NMODL_DIR}/include")
36-
find_path(nmodl_PYTHONPATH "nmodl/__init__.py" HINTS "${CORENRN_NMODL_DIR}/lib/python")
36+
find_path(nmodl_PYTHONPATH "nmodl/__init__.py" HINTS "${CORENRN_NMODL_DIR}")
3737

3838
# Checks 'REQUIRED', 'QUIET' and versions.
3939
include(FindPackageHandleStandardArgs)

external/nmodl

Submodule nmodl updated 122 files

0 commit comments

Comments
 (0)