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

clazy, new recipe #3540

Merged
merged 3 commits into from Jan 7, 2019
Merged

clazy, new recipe #3540

merged 3 commits into from Jan 7, 2019

Conversation

Begasus
Copy link
Contributor

@Begasus Begasus commented Jan 5, 2019

No description provided.

@Begasus
Copy link
Contributor Author

Begasus commented Jan 5, 2019

Initial recipe, could use some looking into and testing :)

@korli
Copy link
Contributor

korli commented Jan 6, 2019

Could you try with LLVM7?

@Begasus
Copy link
Contributor Author

Begasus commented Jan 6, 2019

Don't have it installed, but I could try yes :)
EDIT Failed to find a match for "devel:libllvm_7_x86": Name not found, when trying to use "devel:libLLVM_7$secondaryArchSuffix"

@korli
Copy link
Contributor

korli commented Jan 6, 2019

Tried "pkgman install devel:libllvm_7_x86" here and it finds the package.

@Begasus
Copy link
Contributor Author

Begasus commented Jan 6, 2019

that seems to work here also, but it should pick it up from the recipe? (like mesa's bump to llvm7)
EDIT maybe because of the conflict with 5.0.0? (maybe haikuporter doesn't know how to handle it?)
EDIT2 when installed it's ok and doesn't complain with using devel:libLLVM_7$secondaryArchSuffix

@Begasus
Copy link
Contributor Author

Begasus commented Jan 6, 2019

same for clang, for now got some errors with the clang version 5.0.0 (probably expected), so bumped that install manually also

@korli
Copy link
Contributor

korli commented Jan 6, 2019

just place the llvm7 package in yours haikuports packages directory. haikuporter will pick it up.

@Begasus
Copy link
Contributor Author

Begasus commented Jan 6, 2019

probably yes, I installed the needed changes and so far it's compiling ok with llvm7(_clang), as it seems you can't change the dependencies for llvm7 if you have 5.0.0 installed (in the recipe)

@Begasus
Copy link
Contributor Author

Begasus commented Jan 6, 2019

Build finished successful with llvm7 :)

@korli korli merged commit 0a9ca27 into haikuports:master Jan 7, 2019
@Begasus
Copy link
Contributor Author

Begasus commented Jan 7, 2019

Would this work if a user still has llvm 5.0.0 installed? (Or would it updated the existing install from llvm 5.0.0 to 7?)

@Begasus Begasus deleted the clazy branch January 7, 2019 18:44
@korli
Copy link
Contributor

korli commented Jan 8, 2019

llvm7_libs will be installed alongside llvm5_libs.

@Begasus
Copy link
Contributor Author

Begasus commented Jan 8, 2019

If it works it's ok, I got some conflicts regarding both versions so I had to manually install newer version from llvm which haikuporter didn't seem to handle

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

Successfully merging this pull request may close these issues.

None yet

2 participants