-
Notifications
You must be signed in to change notification settings - Fork 220
Closed
Labels
Milestone
Description
I am trying to use this :
exts_defaultclass = 'ConfigureMakePythonPackage'
exts_list = [
('sip', '4.19.17', {
'source_urls': 'https://www.riverbankcomputing.com/static/Downloads/sip/4.19.17/',
'source_tmpl': '%(name)s-%(version)s.tar.gz',
'checksums': ['12bcd8f4d5feefc105bc075d12c5090ee783f7380728563c91b8b95d0ec45df3'],
'prefix_opt': '--sysroot=',
'configopts': 'configure.py --sip-module PyQt5.sip --sipdir=%(installdir)s/share/python%(pyshortver)s/sip INCDIR=$EBROOTPYTHON/include/python%(pyshortver)sm'
}),
('PyQt5', '5.12.3', {
'source_urls': 'https://www.riverbankcomputing.com/static/Downloads/PyQt5/5.12.3/',
'source_tmpl': '%(name)s_gpl-%(version)s.tar.gz',
'checksums': ['0db0fa37debab147450f9e052286f7a530404e2aaddc438e97a7dcdf56292110'],
'prefix_opt': '--sysroot=',
'configopts': 'configure.py --confirm --qmake=%(installdir)s/bin/qmake --verbose --sip=%(installdir)s/bin/sip --sip-incdir=%(installdir)s/share/python%(pyshortver)s/sip INCDIR=$EBROOTPYTHON/include/python%(pyshortver)m'
})
]
However, the templates do not get resolved, and the build fails with
ERROR: Build of /home/mboisson/git/easybuild-easyconfigs/easybuild/easyconfigs/q/Qt5/Qt5-5.12.8-GCCcore-9.3.0.eb failed (err: 'build failed (first 300 chars): cmd " /cvmfs/soft.computecanada.ca/gentoo/2019/usr/bin/python configure.py --sip-module PyQt5.sip --sipdir=%(installdir)s/share/python%(pyshortver)s/sip INCDIR=$EBROOTPYTHON/include/python%(pyshortver)sm:$EBROOTPYTHON/include/python%(pyshortver)s" exited with exit code 1 and output:\n/bin/bash: -c: l')
I don't know if this is related to #3237 or if there's something I don't understand...
Reactions are currently unavailable