Remove outdated 'mixmaster' script
This script was for the legacy Python module only.
This commit is contained in:
parent
115679ac17
commit
403cbc74fc
2 changed files with 0 additions and 10 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
#!@python_cmd@
|
||||
|
||||
from MixMaster import MixMaster
|
||||
MixMaster()
|
||||
Loading…
Add table
Reference in a new issue