close Warning: Can't use blame annotator:
svn blame failed on trunk/src/compile_functions.m: 28 - Can't close file '/tmp/svn-wMy9Wa': No space left on device

source: trunk/src/compile_functions.m @ 447

Last change on this file since 447 was 430, checked in by gostiaux, 12 years ago

script used to create binaries with matlab compiler

File size: 254 bytes
RevLine 
1% commands to
2
3mcc -m -R -nojvm -R -nodisplay civ_matlab.m
4system('mv civ_matlab bin/');
5system('sed -e ''s#/civ_matlab#/bin/civ_matlab#'' run_civ_matlab.sh > run_civ_matlab.sh.correct');
6system('mv -f run_civ_matlab.sh.correct  run_civ_matlab.sh');
7
8
Note: See TracBrowser for help on using the repository browser.