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

Add Windows support for LLVM #530

Merged
merged 5 commits into from
Mar 1, 2018
Merged

Conversation

delthas
Copy link
Contributor

@delthas delthas commented Feb 21, 2018

This adds Windows (x86 and x86_64) support for LLVM

This PR essentially updates #407 for LLVM 5.0.1. (It also fixes #305.)

@delthas
Copy link
Contributor Author

delthas commented Feb 24, 2018

@saudet I think this works now. (The latest commit Travis CI build fails but it's not related to LLVM.)

@saudet saudet merged commit f724a1f into bytedeco:master Mar 1, 2018
@saudet
Copy link
Member

saudet commented Mar 5, 2018

Thanks for the contribution! Let me know if the binaries in the snapshots don't look OK for some reason:
http://bytedeco.org/builds/

@mennodenhollander
Copy link

I tested the 5.0.1-1.4.1-SNAPSHOT version. The windows dependencies are missing from the llvm-platform-5.0.1-1.4.1-SNAPSHOT.pom. To get it to work I had to explicitly add the windows dependency to my project:

<dependency>
    <groupId>org.bytedeco.javacpp-presets</groupId>
    <artifactId>llvm</artifactId>
    <version>5.0.1-1.4.1-SNAPSHOT</version>
    <classifier>windows-x86_64</classifier>
</dependency>

@saudet
Copy link
Member

saudet commented Mar 12, 2018 via email

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

Successfully merging this pull request may close these issues.

Missing binary libraries for LLVM presets on Windows
3 participants