You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: