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

mpkg does not work with 64-bit EPD #222

Open sf-issues opened 11 years ago

sf-issues commented 11 years ago

Converted from SourceForge issue 3079984, submitted by ceball Submit Date: 2010-10-02 13:35 GMT

Perhaps if we prepare the mpkg on a 64-bit machine using 64-bit EPD, we'll get an mpkg that works with both 32- and 64-bit EPD? Or, we might need to fix bdist_mpkg (http://pypi.python.org/pypi/bdist_mpkg/) so that it is not so sensitive when installing platform-independent code.

(Originally from https://sourceforge.net/projects/topographica/forums/forum/178312/topic/3869386)

sf-issues commented 11 years ago

Submitted by ceball Date: 2010-10-02 14:07 GMT

When I install the 32-bit version of EPD, I get /Library/Frameworks/Python.framework/Versions/6.2/lib/python2.6/site-packages, but when I install the 64-bit version, I get /Library/Frameworks/EDP64.framework/Versions/6.2/lib/python2.6/site-packages.

This must be why the mpkg complains. We'll either need to figure out how to hack the mpkg to check for both paths, or we'll need to prepare two separate versions of the mpkg.