Package: neuron / 8.2.2-4

Metadata

Package Version Patches format
neuron 8.2.2-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_find packaged hpc coding conventions.patch | (download)

CMakeLists.txt | 6 5 1 - 0 !
1 file changed, 5 insertions( ), 1 deletion(-)

 [patch] find packaged hpc coding conventions


02_require c 17.patch | (download)

CMakeLists.txt | 2 1 1 - 0 !
azure-pipelines.yml | 12 7 5 - 0 !
docs/install/install_instructions.md | 4 2 2 - 0 !
packaging/python/Dockerfile | 13 12 1 - 0 !
packaging/python/Dockerfile_gpu | 2 1 1 - 0 !
src/ivoc/apwindow.cpp | 2 1 1 - 0 !
src/ivoc/axis.cpp | 6 3 3 - 0 !
src/ivoc/axis.h | 2 1 1 - 0 !
src/ivoc/epsprint.cpp | 4 2 2 - 0 !
src/ivoc/epsprint.h | 4 2 2 - 0 !
src/ivoc/graph.cpp | 88 44 44 - 0 !
src/ivoc/hocmark.h | 2 1 1 - 0 !
src/ivoc/idraw.cpp | 66 33 33 - 0 !
src/ivoc/idraw.h | 2 1 1 - 0 !
src/ivoc/ivoc.h | 3 2 1 - 0 !
src/ivoc/ivocmain.cpp | 2 1 1 - 0 !
src/ivoc/ocbox.cpp | 34 17 17 - 0 !
src/ivoc/ocbox.h | 2 1 1 - 0 !
src/ivoc/ocdeck.cpp | 22 11 11 - 0 !
src/ivoc/ocdeck.h | 2 1 1 - 0 !
src/ivoc/pwman.cpp | 58 29 29 - 0 !
src/ivoc/scene.cpp | 20 10 10 - 0 !
src/ivoc/utility.cpp | 4 2 2 - 0 !
src/ivoc/xmenu.cpp | 68 34 34 - 0 !
src/ivoc/xmenu.h | 28 14 14 - 0 !
src/ivoc/xyview.cpp | 8 4 4 - 0 !
src/ivos/ivstream.h | 6 1 5 - 0 !
src/nrniv/nrnmenu.cpp | 2 1 1 - 0 !
src/nrniv/shape.cpp | 12 6 6 - 0 !
src/nrniv/shapeplt.cpp | 6 3 3 - 0 !
src/nrniv/spaceplt.cpp | 16 8 8 - 0 !
31 files changed, 256 insertions( ), 246 deletions(-)

 [patch] require c  17 (#1893)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

* flex: require >= 2.6 to avoid register keyword.
* flex/c   standard documentation and fixes.
* Use std:: prefix on cout, endl, istream, ostream etc.
* drop gcc5 and gcc6, do not explicitly specify default cmake option values.
* Use newer python patch versions and target macOS 10.14 instead of 10.9.
* Dockerfile: newer flex
* Dockerfile_gpu: base on `latest-x86_64`

* C  17 in submodules.
  *  Require C  17 in CoreNEURON too -> BlueBrain/CoreNeuron#834.
  *  Require C  17 in InterViews too->  iv#43 & Bump to C  17 iv#44.
  *  Require C  17 in NMODL too -> BlueBrain/nmodl#889

Co-authored-by: Alexandru Svulescu <[email protected]>

03_fix python build.patch | (download)

src/nrnpython/setup.py.in | 12 6 6 - 0 !
1 file changed, 6 insertions( ), 6 deletions(-)

 [patch] fix python build


04_find libnrnpython3.patch | (download)

src/nrniv/nrnpy.cpp | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 [patch] find libnrnpython3