Skip to content
Snippets Groups Projects
Commit 4889aa67 authored by easybuild's avatar easybuild
Browse files

fix

parent 47f9e057
No related branches found
No related tags found
No related merge requests found
......@@ -31,9 +31,11 @@ class EB_VisIt(EasyBlock):
"""Simply run installation script with configuration options"""
self.log.info("Changing VisIt installer permission")
os.chdir(self.cfg['start_dir'])
chmod_cmd = "chmod 755 visit-install3_1_0"
#chmod_cmd = "chmod 755 visit-install3_3_3"
chmod_cmd = "chmod 755 visit-install2_13_3"
run_cmd(chmod_cmd, log_all=True)
install_cmd = "./visit-install3_1_0 -c none 3.1.0 \
#install_cmd = "./visit-install3_3_3 -c none 3.3.3 \
install_cmd = "./visit-install2_13_3 -c none 2.13.3 \
linux-x86_64-rhel7 %s" % self.installdir
self.log.info("Running VisIt installer")
run_cmd(install_cmd, log_all=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment