Skip to content

Binaries for Windows #7

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

Closed
IainNZ opened this issue Jul 29, 2014 · 2 comments · Fixed by #8
Closed

Binaries for Windows #7

IainNZ opened this issue Jul 29, 2014 · 2 comments · Fixed by #8

Comments

@IainNZ
Copy link
Contributor

IainNZ commented Jul 29, 2014

Somehow

@mlubin
Copy link
Member

mlubin commented Jul 29, 2014

We should try to work with the ECOS developers on this.
@adomahidi, we'd like .dll file for ecos on windows so that it's easily installable via the Julia package manager. Are these available anywhere?

@tkelman
Copy link
Contributor

tkelman commented Jul 29, 2014

Not that hard guys. Try these. http://sourceforge.net/projects/juliadeps-win/files/ecos-1.0.3.7z
Not yet tested in Julia, but easy enough to build (here from Cygwin, but MSYS should work fine too - just apply the so patch first):

 CC=x86_64-w64-mingw32-gcc AR=x86_64-w64-mingw32-ar make ecos.so && mv libecos.so libecos.dll

Use the unpacked_dir BinDeps option I added, see https://github.com/porterjamesj/Gumbo.jl/blob/master/deps/build.jl#L13

@tkelman tkelman mentioned this issue Jul 29, 2014
@IainNZ IainNZ closed this as completed in #8 Aug 2, 2014
IainNZ added a commit that referenced this issue Aug 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

3 participants