Hi, I am trying to write an EC for fastText:
https://github.com/facebookresearch/fastText Using the MakeCp EB I can build the binaries (there is some talk of libraries in the documentation, but I can see nothing relevant in the Makefile). However, there is also Python stuff in its own subdirectory and with a separate installation mechanism, namely pip. Is there any easy way to deal with this situation within a single EC? If there isn't, how would one have to organise a piece of software which comprises binaries and Python modules so that everything can be installed via a single EC? Regards Loris -- Dr. Loris Bennett (Hr./Mr.) ZEDAT, Freie Universität Berlin Email [email protected]

