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 + Conda?
basemap was added in 2.6? [1]. The method of installing depends on what you want. There is a generic pythonpackage easyblock that you can use. But using easy_install/pip/etc on top of a EB python install should also work. Ward [1] https://github.com/hpcugent/easybuild-easyconfigs/pull/2221

