From 403cbc74fc27e0568c42b445d240c5714d21215a Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Mon, 14 Apr 2014 18:37:49 +0000 Subject: [PATCH] Remove outdated 'mixmaster' script This script was for the legacy Python module only. --- platform/posix/SConscript | 6 ------ platform/posix/mixmaster.in | 4 ---- 2 files changed, 10 deletions(-) delete mode 100644 platform/posix/mixmaster.in 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()