diff --git a/platform/posix/SConscript b/platform/posix/SConscript index 028422f14..276e151bf 100644 --- a/platform/posix/SConscript +++ b/platform/posix/SConscript @@ -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 diff --git a/platform/posix/mixmaster.in b/platform/posix/mixmaster.in deleted file mode 100644 index ab6e5ab69..000000000 --- a/platform/posix/mixmaster.in +++ /dev/null @@ -1,4 +0,0 @@ -#!@python_cmd@ - -from MixMaster import MixMaster -MixMaster()