Skip to content

Commit

Permalink
Fix typo in binwrapper for wheels and update submodules (#1779)
Browse files Browse the repository at this point in the history
* Fix typo: CORENRN_PERLNEXE -> CORENRN_PERLEXE
  - Should match nrnivmodl_core_makefile.in in CoreNEURON.
* Bump CoreNEURON submodule past BlueBrain/CoreNeuron#800.
* Bump testcorenrn "submodule" past testcorenrn#11.
  - Setting different global seed in order to improve coverage

Co-authored-by: Olli Lupton <[email protected]>
  • Loading branch information
pramodk and olupton authored Apr 21, 2022
1 parent 942e3d8 commit 548348a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion share/lib/python/scripts/_binwrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def _config_exe(exe_name):
os.environ["CORENRNHOME"] = NRN_PREFIX
os.environ["NRN_PYTHONEXE"] = sys.executable
os.environ["CORENRN_PYTHONEXE"] = sys.executable
os.environ["CORENRN_PERLNEXE"] = shutil.which("perl")
os.environ["CORENRN_PERLEXE"] = shutil.which("perl")
os.environ["NRNBIN"] = os.path.dirname(__file__)

_set_default_compiler()
Expand Down
2 changes: 1 addition & 1 deletion test/external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FetchContent_Declare(
FetchContent_Declare(
testcorenrn
GIT_REPOSITORY https://github.com/neuronsimulator/testcorenrn
GIT_TAG e9d33b09f639c5e571acbe1a383e19e8a2878646
GIT_TAG 41a6d7ea47551559cc89a71544a746a5d3c2a6b8
SOURCE_DIR ${PROJECT_SOURCE_DIR}/external/tests/testcorenrn)

FetchContent_Declare(
Expand Down

0 comments on commit 548348a

Please sign in to comment.