Sorry, me again. I have this in exts_list in the easybuild file (with
bzip2 in the dependencies list).
('pycairo', '1.10.0', {
'source_tmpl': 'pycairo-1.10.0.tar.bz2',
'source_urls': ['http://cairographics.org/releases/'],
}),
Without the source_tmpl, easybuild can¹t find the .tar.bz file. So, I get
this error, since apparently it can¹t deal with the bzip2:
ERROR: EasyBuild encountered an exception (at
easybuild/software/EasyBuild/1.10.0/lib/python2.7/site-packages/easybuild_f
ramework-1.10.0-py2.7.egg/easybuild/main.py:809 in
build_and_install_software): autoBuild Failed (last 300 chars): rror (at
easybuild/software/EasyBuild/1.10.0/lib/python2.7/site-packages/easybuild_f
ramework-1.10.0-py2.7.egg/easybuild/tools/filetools.py:799 in
parse_cmd_output): cmd "python setup.py build" exited with exitcode 2 and
output:
python: can't open file 'setup.py': [Errno 2] No such file or directory
PyCairo has older versions with tar.gz files, and easybuild can download
and process those without the above error. So how do you make EB uses
bzip2?
Thanks,
Todd