ioam / topographica

A general-purpose neural simulator focusing on topographic maps.
topographica.org
BSD 3-Clause "New" or "Revised" License
53 stars 32 forks source link

python setup.py build_ext do not put the .so modules in their respective directories #643

Closed mjabri closed 8 years ago

mjabri commented 8 years ago

optimized.so and sparse.so seem to be in the build folder. Are we supposed to copy them manually to their respective folders?

philippjfr commented 8 years ago

Hmm, that shouldn't be the case and seems to work correctly for me. I'll have to look into it, for now copying them manually should work though.

mjabri commented 8 years ago

Yes, i have been copying them manually.

philippjfr commented 8 years ago

This should have been fixed since adding the setup.cfg at the root level, which forces the extensions to be built inplace.