Skip to content

Commit

Permalink
appease the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj committed Jul 3, 2021
1 parent 20a995c commit 11ee9ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.1-GCCcore-10.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ dependencies = [

default_easyblock = 'PythonPackage'

use_pip = True

local_pylibdir = '%(installdir)s/lib/python%(pyshortver)s/site-packages'

local_pyqt5_sip_install = "sip-install --verbose --target-dir " + local_pylibdir + " "
Expand Down Expand Up @@ -69,6 +71,8 @@ components = [
}),
]

sanity_pip_check = True

sanity_check_paths = {
'files': ['bin/pyqt-bundle', 'bin/sip-build', 'bin/sip-install', 'bin/sip5'],
'dirs': ['lib/python%(pyshortver)s/site-packages'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ dependencies = [

default_easyblock = 'PythonPackage'

use_pip = True

local_pylibdir = '%(installdir)s/lib/python%(pyshortver)s/site-packages'

local_pyqt5_sip_install = "sip-install --verbose --target-dir " + local_pylibdir + " "
Expand Down Expand Up @@ -70,6 +72,8 @@ components = [
}),
]

sanity_pip_check = True

sanity_check_paths = {
'files': ['bin/pyqt-bundle', 'bin/sip-build', 'bin/sip-install', 'bin/sip5'],
'dirs': ['lib/python%(pyshortver)s/site-packages'],
Expand Down

0 comments on commit 11ee9ec

Please sign in to comment.