Changeset 5 in MML for trunk/at/atmexall.m


Ignore:
Timestamp:
Dec 18, 2013, 12:39:15 PM (10 years ago)
Author:
zhangj
Message:

ThomX MML version on the LAL server @ 17/12/2013

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore set to
      chromMML.txt
  • trunk/at/atmexall.m

    r4 r5  
    77% For Linux platform -ldl is need (personal laptop)
    88% PLATFORMOPTION = ['-ldl -D',computer,' '];
     9%
     10%
     11% Modified by Jianfeng Zhang @ LAL, 13/02/2013
     12% Added the mex compile for 64 bit linux platform.
     13%
    914
    1015StartDir = pwd;
     
    3742        PLATFORMOPTION = ['-D',computer,' '];
    3843    case 'GLNX86'
    39         PLATFORMOPTION = ['-ldl -D',computer,' ']; % added by Laurent April 6th, 2007
     44        PLATFORMOPTION = ['-ldl -D',computer,' ']; % added by Laurent April 6th, 2007; 32 bit
     45        case 'GLNXA64'
     46        PLATFORMOPTION = ['-ldl -D',computer,' ']; % added by Jianfeng ZHANG Feb. 13th, 2012; 64 bit platform
    4047    case  'PCWIN'
    41         PLATFORMOPTION = ['-D',computer,' '];
     48        PLATFORMOPTION = ['-D',computer,' '];%windows
    4249    case  'MACI64'
    43         PLATFORMOPTION = ['-D',computer,' LDFLAGS=''-pthread -shared -m64'' '];
     50        PLATFORMOPTION = ['-D',computer,' LDFLAGS=''-pthread -shared -m64'' ']; %added by L. Nadolski for MAC
    4451    otherwise
    4552        error('Platform not defined');
Note: See TracChangeset for help on using the changeset viewer.