*** empty log message ***
This commit is contained in:
parent
3f27dcc438
commit
1e64a4fe52
2 changed files with 7 additions and 0 deletions
|
|
@ -31,7 +31,11 @@ LIB_DEPS = $(CANTERA_LIBDIR)/libcantera.a $(CANTERA_LIBDIR)/libzeroD.a \
|
|||
all: cantera/ctmethods.@mex_ext@
|
||||
|
||||
cantera/ctmethods.@mex_ext@: $(SRCS) $(LIB_DEPS)
|
||||
ifeq ($(os_is_win),0)
|
||||
@PYTHON_CMD@ setup_matlab.py @prefix@/bin @buildlib@ @CT_SHARED_LIB@ '$(LIBS)'
|
||||
else
|
||||
@PYTHON_CMD@ setup_winmatlab.py
|
||||
endif
|
||||
(@MATLAB_CMD@ -nodesktop -nojvm -nosplash -r setup)
|
||||
rm -f setup.m
|
||||
|
||||
|
|
|
|||
3
Cantera/matlab/setup_winmatlab.py
Normal file
3
Cantera/matlab/setup_winmatlab.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
f = open('setup.m','w')
|
||||
f.write('cd cantera\nbuildwin\nexit\n')
|
||||
f.close()
|
||||
Loading…
Add table
Reference in a new issue