tiepvupsu / FISTA

FISTA implementation in MATLAB (recently updated FISTA with backtracking)
184 stars 61 forks source link

Use in Windows #6

Open JNine opened 5 years ago

JNine commented 5 years ago

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 commented 5 years ago

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

amiaty commented 4 years ago

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 to #include

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