astro-informatics / s2let-archive

Fast wavelet transforms on the sphere
http://astro-informatics.github.io/s2let
GNU General Public License v2.0
12 stars 8 forks source link

windows and s2let #2

Closed aysegulucar2016 closed 3 years ago

aysegulucar2016 commented 8 years ago

Can I run s2let by Matlab in Windows (64 bit)?

I loaded ssht-public, so3-public, and fftw-3.3.4-dll64. However s2let presents errror.

Undefined function 'ssht_inverse_mex' for input arguments of type 'double'.

I did not compile the c files by gcc.

ixkael commented 8 years ago

Hi, Yes S2LET should work on Win64 but the error seems to indicated that you haven't compiled the matlab (mex) wrappers

aysegulucar2016 commented 8 years ago

Thanks for reply. I did not see a file for compiling all c file.

Should I compile separately all c file.

In addition which compiler can I use ?

Sincerely

On 19 Feb 2016, at 19:27, Boris Leistedt notifications@github.com wrote:

Hi, Yes S2LET should work on Win64 but the error seems to indicated that you haven't compiled the matlab (mex) wrappers

— Reply to this email directly or view it on GitHub.

ixkael commented 8 years ago

Please use the instructions in the README and Makefile to compile the C code as well as the Matlab wrappers

aysegulucar2016 commented 8 years ago

Thanks for fast reply. I will again try. Sincerely

On 19 Feb 2016, at 20:08, Boris Leistedt notifications@github.com wrote:

Please use the instructions in the README and Makefile to compile the C code as well as the Matlab wrappers

— Reply to this email directly or view it on GitHub.