-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 farmhash #7328
Add farmhash #7328
Conversation
This comment has been minimized.
This comment has been minimized.
… and NDEBUG according to the docs
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
6e3cabc
to
eaaf740
Compare
This comment has been minimized.
This comment has been minimized.
eaaf740
to
2ba8574
Compare
This comment has been minimized.
This comment has been minimized.
Help from a Windows developer is welcome here. |
…ws builds for now.
All green in build 7 (
|
I no longer need this package and I don't know what is going on with Windows (I don't have a windows PC to test this). Is it OK if we merge this recipe without windows support? |
in general, this is perfectly find, if very first iteration doesn't support all platforms. for the
it will at least start to build for VS. but there will be many compiler errors of the same kind:
it seems like upstream just doesn't support Visual Studio out of the box, and it may require some patching. |
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.
Yes, any future improvement will be welcome too. Thanks for providing it.
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.
There's a typo but not worth fixing... next PR hopefully
|
||
required_conan_version = ">=1.33.0" | ||
|
||
class farmhashConan(ConanFile): |
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.
class farmhashConan(ConanFile): | |
class FarmhashConan(ConanFile): |
Specify library name and version: farmhash
One more step towards
tensorflow-lite
#7165conan-center hook activated.