mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-11 09:22:12 +01:00
modified: o/OVITO/OVITO-3.7.11-GCCcore-11.3.0-pro.eb
This commit is contained in:
parent
fabd9e7429
commit
41fa6f2135
@ -19,11 +19,20 @@ dependencies = [
|
|||||||
('Qt5', '5.15.5'),
|
('Qt5', '5.15.5'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
import os
|
||||||
|
if os.environ.get("CLUSTERNAME") in ["BARBORA"]:
|
||||||
|
postinstallcmds = [
|
||||||
|
'rm %(installdir)s/lib/ovito/libcrypto.so.1.1',
|
||||||
|
'ln -s /lib64/libcrypto.so.1.1 %(installdir)s/lib/ovito/',
|
||||||
|
]
|
||||||
|
|
||||||
sanity_check_paths = {
|
sanity_check_paths = {
|
||||||
'files': ['bin/ovito'],
|
'files': ['bin/ovito', 'bin/ovitos', 'bin/qt.conf'],
|
||||||
'dirs': [],
|
'dirs': ['bin', 'include', 'lib', 'share'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sanity_check_commands = ['ovito --nogui --noviewports --help']
|
||||||
|
|
||||||
modextravars = {
|
modextravars = {
|
||||||
'OVITO_LICENSING_VERBOSE': '1',
|
'OVITO_LICENSING_VERBOSE': '1',
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user