Remove outdated 'mixmaster' script

This script was for the legacy Python module only.
This commit is contained in:
Ray Speth 2014-04-14 18:37:49 +00:00
parent 115679ac17
commit 403cbc74fc
2 changed files with 0 additions and 10 deletions

View file

@ -22,12 +22,6 @@ if localenv['layout'] != 'debian':
localenv.Depends(target, env['install_python2_action'])
install('$inst_bindir', target)
# 'mixmaster'
if env['python_package'] == 'full':
target = build(localenv.SubstFile('mixmaster', 'mixmaster.in'))
inst = install('$inst_python_bindir', target)
install(localenv.AddPostAction, inst, Chmod('$TARGET', 0755))
# Cantera.mak include file for Makefile projects
# cantera.pc for use with pkg-config

View file

@ -1,4 +0,0 @@
#!@python_cmd@
from MixMaster import MixMaster
MixMaster()