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
Cuba.jl hasn't been tested on Windows and probably current build script won't work on that system. Also an AppVeyor recipe to test the package would be useful.
The text was updated successfully, but these errors were encountered:
(Maybe) I managed to cross compile the library for Windows on a
GNU/Linux box. If the library works, bug #2 can be closed.
Tips to cross compile the library:
* Install Mingw-w64
* In the directory of Cuba (see my fork that supports compilation of
shared library: https://github.com/giordano/cuba/tree/julia), run
./configure --host=x86_64-w64-mingw32 && make shared
./configure --host=i686-w64-mingw32 && make shared
Cuba.jl
hasn't been tested on Windows and probably current build script won't work on that system. Also an AppVeyor recipe to test the package would be useful.The text was updated successfully, but these errors were encountered: