/[ascend]/trunk/SConstruct
ViewVC logotype

Diff of /trunk/SConstruct

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1419 by jpye, Wed Apr 25 04:08:42 2007 UTC revision 1420 by jpye, Wed Apr 25 11:30:47 2007 UTC
# Line 633  if platform.system()=="Windows": Line 633  if platform.system()=="Windows":
633  else:  else:
634      if os.environ.get('TARGET')=='mingw':      if os.environ.get('TARGET')=='mingw':
635          envenv = os.environ          envenv = os.environ
636          tools=['crossmingw','lex','yacc','disttar','nsis','doxygen']          tools=['crossmingw','nsis']
637          envadditional['CPPPATH']=['/usr/local/lib/gcc/i386-mingw32/3.4.5/include','/usr/include']          envadditional['CPPPATH']=['/usr/lib/gcc/i586-mingw32msvc/3.4.5/include','/usr/include']
638            envadditional['LIBS']=['gcc']
639      else:      else:
640          envenv = os.environ          envenv = os.environ
641          tools=['default','lex','yacc','fortran','swig','disttar','nsis']          tools=['default','lex','yacc','fortran','swig','disttar','nsis']
# Line 648  env = Environment( Line 649  env = Environment(
649      , **envadditional      , **envadditional
650  )  )
651    
652  print "PATH =",os.environ['PATH']  #print "PATH =",os.environ['PATH']
653    #print "PROGSUFFIX =",env['PROGSUFFIX']
654    #print "CPPPATH =",env['CPPPATH']
655    
656  opts.Update(env)  opts.Update(env)
657  opts.Save('options.cache',env)  opts.Save('options.cache',env)
# Line 1074  int main(void){ Line 1077  int main(void){
1077      acosh(x); asinh(x); atanh(x); cbrt(x); expm1(x); erf(x); erfc(x); isnan(x);      acosh(x); asinh(x); atanh(x); cbrt(x); expm1(x); erf(x); erfc(x); isnan(x);
1078      j0(x); j1(x); jn(i,x); ilogb(x); logb(x); log1p(x); rint(x);      j0(x); j1(x); jn(i,x); ilogb(x); logb(x); log1p(x); rint(x);
1079      y0(x); y1(x); yn(i,x);      y0(x); y1(x); yn(i,x);
1080    /* this part causes problems with crossmingw... */
1081  #ifdef _THREAD_SAFE  #ifdef _THREAD_SAFE
1082      gamma_r(x,&i);      gamma_r(x,&i);
1083      lgamma_r(x,&i);      lgamma_r(x,&i);

Legend:
Removed from v.1419  
changed lines
  Added in v.1420

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22