Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use in Windows #6

Open
JNine opened this issue Jun 11, 2019 · 2 comments
Open

Use in Windows #6

JNine opened this issue Jun 11, 2019 · 2 comments

Comments

@JNine
Copy link

JNine commented Jun 11, 2019

The instructions for building the SPAMS library (for use in windows) references a compile.m file that I cannot find. Can you please clarify the procedure for getting this working on windows?

@tiepvupsu
Copy link
Owner

If that is a SPAMS problem, you can follow the instruction from its homepage.

@amiaty
Copy link

amiaty commented Dec 30, 2019

There isn't any solution in SPAMS's website or somewhere else. also precompiled versions are only for linux and mac. To solve this issue, you should download the source and change some parts then compile it.
from compile.m change the line compiler='gcc'; to compiler='mex';
and from prox/groups-graph.h change the line #include <ctype.h> to #include

PS: I know this issue does not related to FISTA. but, there is no solution for this in SPAMS site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants