-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nrnivmodl under cmake no longer uses symbolic links. (#850)
* nrnivmodl under cmake no longer uses symbolic links. * windows has different signature for mkdir * missed one * .libs/libnrnmech.sh may not be a symlink. * Accept reviewer suggestions. -I<mod_file_location> before $(INCLUDES) * Uniform 2 space per level indentation. But note that Make rules require a tab for indentation. * Handle spaces in paths to mod file * extern cfiles can be a ';' separated list of c files * extern cfiles now is extern nrnivmodl_cfiles to list ';' separated c files. * nrnivmodl file and folder name arg checking. * print args only on error * add some comments Co-authored-by: Pramod Kumbhar <pramod.kumbhar@epfl.ch>
- Loading branch information
Showing
8 changed files
with
403 additions
and
164 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
Oops, something went wrong.