6 Commits

Author SHA1 Message Date
Oliver Smith
9d9f981a2c aports: add support for armv7 [skip ci]
This makes it possible to provide armv7 as additional architecture in
Alpine, next to armhf. See the discussion in this ML thread:
<https://lists.alpinelinux.org/alpine-devel/6271.html>

It's done by adding armv7 next to armhf in the arch line and also
!armv7 where the arch line said !armhf. The following script was used:
2018-09-24 10:19:24 +03:00
Bradley J Chambers
5a070e8c69 testing/lazperf: upgrade to 1.2.0 2018-06-01 16:20:11 +03:00
Tuan M. Hoang
934d43aaca testing/[various]: fixes on s390x
need py-numpy   : py-cpuinfo, websockify, py-gnuplot, py-scipy,
                  py-fonttools, py-matplotlib, py-opengl
need openblas   : harminv
no jit support  : texlive
no arch support : tcc, nim, perl-sys-syscall

radare2         : need disabling debugger
thermald        : seems to be intel-only thing
lazperf         : io tests hang
2018-02-13 14:28:40 +00:00
Jakub Jirutka
63f5e7d295 [various]: unify names of licenses according to SPDX
This commit updates $license variable in all APKBUILDs to comply with
short names specified by SPDX version 3.0 [1] where possible. It was
done using find-and-replace method on substrings inside $license
variables.

Only license names were updated, not "expressions" specifying relation
between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or
exceptions (e.g. "X with exceptions").

Many licenses have a version or multiple variants, e.g. MPL-2.0,
BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not
contain license version or variant. Since there's no way how to infer
this information just from abuild, it were left without the variant
suffix or version, i.e. non SPDX compliant.

GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They
exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later
(formerly e.g. GPL-2.0+). We did not systematically noted distinguish
between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean
GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g.
GPL2+) were left without the variant suffix, i.e. non SPDX compliant.

Note: This commit just fixes format of the license names, no
verification has been done if the specified license information is
actually correct!

[1]: https://spdx.org/licenses/
2017-12-30 21:05:50 +01:00
Jakub Jirutka
8c5bdc4a3a testing/lazperf: disable on armhf due to segfault in tests
Running tests...
  Test project /home/buildozer/aports/testing/lazperf/src/laz-perf-1.1.0/build
      Start 1: io_tests
  1/3 Test #1: io_tests .........................***Exception: SegFault  0.24 sec
      Start 2: lazperf_tests
  2/3 Test #2: lazperf_tests ....................   Passed    1.18 sec
      Start 3: stream_tests
  3/3 Test #3: stream_tests .....................   Passed    0.00 sec

  67% tests passed, 1 tests failed out of 3

  Total Test time (real) =   1.44 sec

  The following tests FAILED:
  	  1 - io_tests (SEGFAULT)
  Errors while running CTest
2017-10-08 21:51:15 +02:00
Bradley J Chambers
b13edd5722 testing/lazperf: new aport
https://github.com/hobu/laz-perf
Alternative LAZ implementation for C++ and JavaScript
2017-08-29 08:28:26 +00:00