hbzhang / mpspack

Automatically exported from code.google.com/p/mpspack
Other
0 stars 0 forks source link

architecture-indep test for existence of MEX files needed #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
MEX files eg for GSL bessel, hank103, etc, end with .mexglx for 32bit
intel, but .mexa64 for 64bit AMD, etc. Currently only a test is done for the
.mexglx suffix. Need a better way to do this ... in layerpot.m and mfsbasis.m

Original issue reported on code.google.com by alex.h.b...@gmail.com on 26 Aug 2009 at 2:15

GoogleCodeExporter commented 9 years ago
fixed, by removing suffix altogether, the exist()==3 test still works

Original comment by alex.h.b...@gmail.com on 26 Aug 2009 at 2:52