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'] |
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) |
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); |