Search Criteria
Package Details: flatbuffers-static 1.12.0-1
Git Clone URL: | https://aur.archlinux.org/flatbuffers-static.git (read-only, click to copy) |
---|---|
Package Base: | flatbuffers-static |
Description: | An efficient cross platform serialization library for C++, with support for Java, C# and Go |
Upstream URL: | http://google.github.io/flatbuffers/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | thrasibule |
Maintainer: | thrasibule |
Last Packager: | thrasibule |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-04-05 19:33 |
Last Updated: | 2020-10-20 19:10 |
Dependencies (2)
Required by (8)
- arrow (requires flatbuffers) (make)
- arrow-git (requires flatbuffers) (make)
- gtox-git (requires flatbuffers)
- libtensorflow-lite (requires flatbuffers)
- mindspore-lite (requires flatbuffers)
- python-onnxruntime (requires flatbuffers)
- sink-develop-git (requires flatbuffers)
- snort-nfqueue (requires flatbuffers)
Latest Comments
vuvko commented on 2020-10-20 19:52
Thank you! It just confusing as your package provides
flatbuffers
but other packages do not know it's static only.thrasibule commented on 2020-10-20 19:16
@vuvko It's called static for a reason :) I've pushed a new version that also provides the shared library. Does it work for you?
vuvko commented on 2020-10-20 18:09
Hello, I'm trying to compile
python-onnxruntime
with your package as it's providingflatbuffers
. But CMake couldn't find the shared libraries and throws an error:Am I correct that you do not provide shared libraries and all projects should be linked statically with your package?
thrasibule commented on 2018-06-25 13:43
Thanks @halving, this is the right fix, I've pushed an update. I'm not updating it to 1.9 yet because the static version is required by arrow, and the latest released version of arrow is not compatible with flatbuffers 1.9.0 yet.
halving commented on 2018-06-25 13:28
Got the build working with the current version (1.8.0-1) by adding "-DCMAKE_CXX_FLAGS="-Wno-ignored-qualifiers" \" to the PKGBUILD build() flags. Don't know if that was the "right" way to fix this though.
arch_nomad commented on 2018-06-20 20:37
I'm getting the following error:
Is this related to it being outdated?