[easybuild] Python packages?

2016-02-08 Thread Elizabeth Fischer
Hello, Is there any documentation on how EasyBuild interacts with Python packages? I see there's an EasyBuild for matplotlib, but not for basemap. What is the recommended way to go about installing stuff? Pure EasyBuild? EasyBuild + PIP? EasyBuild + Conda? I'm really confused... Thanks, -- El

Re: [easybuild] Python packages?

2016-02-09 Thread Ward Poelmans
On 08-02-16 22:50, Elizabeth Fischer wrote: > Is there any documentation on how EasyBuild interacts with Python > packages? I see there's an EasyBuild for matplotlib, but not for > basemap. What is the recommended way to go about installing stuff? > Pure EasyBuild? EasyBuild + PIP? EasyBuild

Re: [easybuild] Python packages?

2016-02-09 Thread Elizabeth Fischer
...but I'm trying to figure out the model the Python packager uses. Traditional Python packaging and virtualenv are very different from the everything-in-its-own-folder approach of EasyBuild. How does EasyBuild bridges these two approaches? On Tue, Feb 9, 2016 at 2:38 AM, Ward Poelmans wrote:

Re: [easybuild] Python packages?

2016-02-09 Thread Pablo Escobar Lopez
HI Elizabeth, There are different options to handle python packages in EB. You can use the "PythonPackage" easyblock or the "Bundle" easyblock. Personally I use PythonPackage for python apps without extra deps and Bundle for apps with many deps but this is quite subjective. Some examples: https: