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

Support Windows #2

Closed
giordano opened this issue Apr 10, 2016 · 1 comment
Closed

Support Windows #2

giordano opened this issue Apr 10, 2016 · 1 comment
Assignees

Comments

@giordano
Copy link
Owner

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.

giordano added a commit that referenced this issue Aug 10, 2016
(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
@giordano giordano self-assigned this Aug 10, 2016
@giordano
Copy link
Owner Author

Commit f2f6e6f (along with 96214da that fixed an issue in build script) fixed this issue that can now be closed.

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

No branches or pull requests

1 participant