File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
easybuild/easyconfigs/c/carputils Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ dependencies = [
2222
2323use_pip = True
2424
25+ # version restrictions are too strict, so strip them out
26+ local_carputils_preinstallopts = "sed -i 's/[=><]=[0-9].*//g' requirements.txt && "
27+ # inject proper version, to prevent installing carputils with 0.0.0 as version...
28+ local_carputils_preinstallopts += """sed -i 's/ description=/ version="0.0.1-pre", description=/g' setup.py && """
29+
2530exts_list = [
2631 ('doxypypy' , '0.8.8.6' , {
2732 'checksums' : ['627571455c537eb91d6998d95b32efc3c53562b2dbadafcb17e49593e0dae01b' ],
@@ -36,7 +41,7 @@ exts_list = [
3641 'source_tmpl' : 'carputils-%s.tar.gz' % local_commit ,
3742 'checksums' : ['695af109e4b23797ac94a86b49ce5a98b4d002dc094b062927b53efa72f822f0' ],
3843 # version restrictions are too strict, so strip them out
39- 'preinstallopts' : "sed -i 's/[=>]=[0-9].*//g' requirements.txt && " ,
44+ 'preinstallopts' : local_carputils_preinstallopts ,
4045 }),
4146]
4247
You can’t perform that action at this time.
0 commit comments