Took a chmod mixmaster command out of the minimum python install option.
This commit is contained in:
parent
fa56309462
commit
3e3a04c127
1 changed files with 2 additions and 0 deletions
|
|
@ -204,8 +204,10 @@ ifneq ($(build_python),0)
|
|||
cp -f "@homedir@/setup_cantera" "@ct_bindir@"
|
||||
chmod +x @ct_bindir@/setup_cantera
|
||||
chmod +x @ct_bindir@/ctnew
|
||||
ifeq ($(build_python),2)
|
||||
chmod +x @ct_bindir@/mixmaster
|
||||
endif
|
||||
endif
|
||||
else
|
||||
# Commands to be executed for win systems
|
||||
cd Cantera/fortran/f77demos; sed s'/isentropic/ctlib/g' isentropic.dsp > ctlib.dsp
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue