From b9233ce745c6b33f5e56bc9f37d4ceb864d543ab Mon Sep 17 00:00:00 2001 From: valerio <valerio@5a81b35b-ba03-0410-adc8-b2c5c5119f08> Date: Wed, 16 Jun 2010 13:14:00 +0000 Subject: [PATCH] More fixes to create_bundle scripts git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2411 5a81b35b-ba03-0410-adc8-b2c5c5119f08 --- deployment/linux/create_bundle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/linux/create_bundle.py b/deployment/linux/create_bundle.py index f8ddcc88f..9acf58e01 100644 --- a/deployment/linux/create_bundle.py +++ b/deployment/linux/create_bundle.py @@ -62,7 +62,7 @@ subprocess.call('make',shell=True,cwd='../../') print 'Converting Chemlib dictionary' subprocess.call('stage/bin/chemdict_tool create components.cif compounds.chemlib', shell=True, cwd='../../') print '\nStaging Chemlib dictionary' -subprocess.call('cmake ./ -DCOMPOUND_LIB=compounds.chemlib -DENABLE_IMG=ON -DENABLE_UI=ON -DENABLE_GFX=ON',shell=True,cwd='../../') +subprocess.call('cmake ./ -DCOMPOUND_LIB=compounds.chemlib -DENABLE_IMG=ON -DENABLE_UI=ON -DENABLE_GFX=ON -DCOMPILE_TMTOOLS=ON',shell=True,cwd='../../') subprocess.call('make',shell=True,cwd='../../') print 'Removing obsolete packages and package directory' subprocess.call('rm -fr openstructure-linux*',shell=True,cwd='../../') -- GitLab