Conversation
| arch="all" | ||
| license="Apache-2.0" | ||
| #depends_dev="linux-headers" | ||
| depends_dev= |
There was a problem hiding this comment.
if this is empty please remove
| $depends_dev | ||
| cmake | ||
| gtest-dev | ||
| samurai |
There was a problem hiding this comment.
Please change this from samurai to ninja
| #check() { | ||
| # case "$CARCH" in | ||
| # s390x) local _extratest="|absl_stacktrace_test" ;; | ||
| # esac | ||
| # # https://github.com/abseil/abseil-cpp/pull/1888 | ||
| # ctest --test-dir build -E "absl_str_format_convert_test|absl_raw_hash_set_test$_extratest" | ||
| #} |
There was a problem hiding this comment.
Please remove old check function
|
Hey @emazzucabb , I'm going to go ahead and create a fork of abseil-cpp with your changes since it will be referenced from the tflite build as well. |
eleir9268
left a comment
There was a problem hiding this comment.
It looks like all of the abseil .so symlinks are being installed inside abseil-cpp-dev (a quirk of default_dev). We need them installed in the right subpackage for tflite to use it as a dependency.
I found the source of this. It's an issue with abseil source, but nothing needs to be changed in this package. |
First port of abseil-cpp for aports