Package Details: neuron 7.7.2-1

Git Clone URL: https://aur.archlinux.org/neuron.git (read-only, click to copy)
Package Base: neuron
Description: A flexible and powerful simulator of neurons and networks NEURON is a simulation environment for developing and exercising models of neurons and networks of neurons.
Upstream URL: https://neuron.yale.edu/neuron/
Licenses: GPL
Submitter: None
Maintainer: masala_man
Last Packager: atymorek
Votes: 10
Popularity: 0.000000
First Submitted: 2010-09-12 23:29 (UTC)
Last Updated: 2020-01-19 11:59 (UTC)

Latest Comments

1 2 3 Next › Last »

kaslusimoes commented on 2018-10-03 19:10 (UTC) (edited on 2018-10-04 18:31 (UTC) by kaslusimoes)

Hi, I'm having a problem trying to build this package. Can anyone help me?

It seems to be some issue with Python/NumPy but I have no idea how to fix it..

My attempt: https://pastebin.com/40hF0kNP

bmgxc9 commented on 2017-11-09 05:01 (UTC)

The package has been updated and should now be functional, I completed a successful build. Working on Interview now. @denisal @DGalt

denisalevi commented on 2016-11-22 12:17 (UTC)

I get the same error as @DGalt with linux 4.8.8-2. Any solution?

DGalt commented on 2016-06-10 04:23 (UTC) (edited on 2016-06-10 05:34 (UTC) by DGalt)

getting "Error: A failure occurred in build()". Initially thought it was due to it not being able to find Interviews, so ran makepkg after editing PKGBUILD to include --without-iv, but still fails (although with slightly different message). Initial attempt: http://pastebin.com/dGEYNDqw Second attempt: http://pastebin.com/JJ9DdHH6 What's weird is Interviews is installed in /usr (I see the InterViews folder in /usr/include). I just went ahead and installed neuron on my arch install on my laptop and it went fine - not sure why it's not working on my other machine. My other machine is more up-to-date, though - 4.6.2-1 vs 4.4.5-1 Edit: after updating my laptop to 4.6.2-1 and trying to re-install neuron I get the same series of errors that are shown in the "Second attempt" pastebin

rouzbeh commented on 2016-01-05 11:57 (UTC)

That's a tough one. I don't see how it can be due to packaging. I'm looking into it :)

brk0_0 commented on 2016-01-04 22:10 (UTC)

When I open nrngui and click Tools -> Model View, the program crashes. The problem is: the file /usr/lib/python/neuron/hoc.cpython-35m-x86_64-linux-gnu.so should be called simply nuc.so. Is this an upstream bug?

rouzbeh commented on 2015-11-30 17:58 (UTC)

I am going to push an upadte for neuron 7.4 shortly.

rouzbeh commented on 2015-11-30 17:50 (UTC)

Try commenting out the line patch -p1 < $srcdir/patch.diff in the PKGBUILD file.

itsok-dontworry commented on 2015-11-30 17:33 (UTC) (edited on 2015-11-30 17:33 (UTC) by itsok-dontworry)

I'm having troubles installing the package with python2 (python3 works just fine). I've replaced "python" with "python2". The error I'm getting is [code] nrnpython.cpp:169:32: error: invalid conversion from 'char* (*)(FILE*, FILE*, const char*) {aka char* (*)(_IO_FILE*, _IO_FILE*, const char*)}' to 'char* (*)(FILE*, FILE*, char*) {aka char* (*)(_IO_FILE*, _IO_FILE*, char*)}' [-fpermissive] PyOS_ReadlineFunctionPointer = nrnpython_getline; Makefile:562: recipe for target 'nrnpython.lo' failed I have no idea what I am doing really and I'm quite clueless where to start looking for the problem. I have numpy, scipy (for python2) and mpich2. Any hints much appreciated.

achilleas commented on 2014-09-09 14:02 (UTC)

Great. Thanks again rouzbeh.