INCF / csa

The Python implementation of the Connection-Set Algebra
GNU General Public License v3.0
13 stars 17 forks source link

/usr/bin/ld: cannot find -lpyneurosim #21

Closed jianyongpi closed 4 years ago

jianyongpi commented 4 years ago

sudo ./configure --with-libneurosim=/usr/local

sudo make the result is : /usr/bin/ld: cannot find -lpyneurosim

jianyongpi commented 4 years ago

I configure libneurosim --with-python=3 I think CSA should support python3,but the lpyneurosim belong to python2, how can I configure CSA support python3?

mdjurfeldt commented 4 years ago

You should now (git master + version 0.1.10) be able to do:

./configure --with-python=python3

Closing