Cap'n Proto serialization and RPC library and tools v0.7.0.
Generates two packages: capnproto and capnproto-dev. The latter
includes schema compilers, along with headers and linkables.
The upstream test suite is run via check(). Built against Edge.
Alpha-level TLS RPC support is not built, following Debian's lead.
JSON for Modern C++. This is a headers-only implementation, so
only -dev and -doc packages are being produced. Unit tests are
run, but only the "check-fast" subset (longer tests take upwards
of a quarter-hour).
======================================================================
FAIL: tests_synchronisation.test_monitoring_multi
Test on multiple bars, one not needing miniters adjustment
----------------------------------------------------------------------
Traceback (most recent call last):
File /home/buildozer/aports/testing/py-tqdm/src/tqdm-4.30.0/.eggs/nose-1.3.7-py2.7.egg/nose/case.py, line 197, in runTest
self.test(*self.arg)
File /home/buildozer/aports/testing/py-tqdm/src/tqdm-4.30.0/tqdm/tests/tests_synchronisation.py, line 164, in test_monitoring_multi
assert t2.miniters == 500 # check that t2 was not adjusted
AssertionError
----------------------------------------------------------------------
Ran 73 tests in 24.344s
FAILED (failures=1, skipped=11)
Test failed: <unittest.runner.TextTestResult run=73 errors=0 failures=1>
error: Test failed: <unittest.runner.TextTestResult run=73 errors=0 failures=1>
When installed with ocamlfind (which is the default and this aport
follows it), menhir needs the tool at runtime as well to implement
certain options. Otherwise 'menhir --suggest-menhirLib' fails:
sh: ocamlfind: not found
Also sync the arch= list with the ocaml aport.
There were ARMv5TE boards with 512 MiB (as in RPi1), that is enough
for go.
Also remove go-bootstrap from makedepends. In a cross-build it ends
up with depending on itself which is safe (abuild handles this) but
ugly. In normal build it is duplicated which is safe but ugly too.
Do not bump pkgrel since
- no previous armel packages exist;
- makedepends change makes no difference for the created apks.
This is a generic fix really, nothing specific to mips*. It just makes
the bundled lua-torch aware of architectures besides x86/power/arm so
it might be reasonable to try s390x as well.