-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[chimera] Add new port #10132
[chimera] Add new port #10132
Conversation
hi there, one question that how to handle the conflicts if hyperscan installed as well? |
I noticed it failed on Windows platform. If not, please add Thanks. |
chimera:x64-uwp=fail chimera:arm-uwp=fail
Hi @ZMZ91 Let's wait for the PR intel/hyperscan#223 merged. Thanks. |
Hi @NancyLi1013, |
Hi @ZMZ91 |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@ZMZ91 If we add |
@ZMZ91 |
Thanks @NancyLi1013 , sorry for delayed reply. But the option |
emmm, I don't know why, but my application runs well with chimera on my macbook. |
For example:
|
Is that something about the compiler version? I never got such issue on my macbook. I'm using CMAKE_CXX_STANDARD 17. |
Checked on my env, the clang version is
Could you get such an env and try? |
|
ha, that's weird. With my previous package, I can install chimera successfully on both mac and linux and my app runs without problem as well. |
@ZMZ91 Therefore, I think this issue can be left to other contributors. |
I've fixed the problem, hopefully. |
Is there a reason that this isn't just a feature of hyperscan? @ZMZ91 |
Chimera is indeed a feature from hyperscan. But it requires pcre which makes it quite heavier. Ideally I think it could be built in hyperscan package and add a switch to control chimera feature on/off. |
@ZMZ91 yeah, that's possible; you'd have, in the hyperscan
and then you can check for the feature in (if you have more questions about doing this, please ping me on discord) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make this port a feature of the hyperscan port.
@ZMZ91 |
@ZMZ91 |
Pinging @ZMZ91 for response. Is work still being done for this PR? |
Thanks for the PR; we're closing this for now since there's been no response. If you'd like to continue working on it, please reopen and ping us! |
Chimera is a software regular expression matching engine that is a hybrid of Hyperscan and PCRE.
https://github.com/intel/hyperscan/tree/master/chimera