<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/testing/lazperf, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>testing/laz-perf: rename from lazperf</title>
<updated>2019-06-07T04:54:56+00:00</updated>
<author>
<name>Leo</name>
<email>thinkabit.ukim@gmail.com</email>
</author>
<published>2019-05-22T23:03:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=3893978ce77000fc6cf5b8ab30c13becded03606'/>
<id>3893978ce77000fc6cf5b8ab30c13becded03606</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>aports: add support for armv7 [skip ci]</title>
<updated>2018-09-24T07:19:24+00:00</updated>
<author>
<name>Oliver Smith</name>
<email>ollieparanoid@bitmessage.ch</email>
</author>
<published>2018-09-20T04:57:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=9d9f981a2c421f44db3ae66b90293202748eb9f3'/>
<id>9d9f981a2c421f44db3ae66b90293202748eb9f3</id>
<content type='text'>
This makes it possible to provide armv7 as additional architecture in
Alpine, next to armhf. See the discussion in this ML thread:
&lt;https://lists.alpinelinux.org/alpine-devel/6271.html&gt;

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:
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it possible to provide armv7 as additional architecture in
Alpine, next to armhf. See the discussion in this ML thread:
&lt;https://lists.alpinelinux.org/alpine-devel/6271.html&gt;

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:
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/lazperf: upgrade to 1.2.0</title>
<updated>2018-06-01T13:20:11+00:00</updated>
<author>
<name>Bradley J Chambers</name>
<email>brad.chambers@gmail.com</email>
</author>
<published>2018-05-31T16:08:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=5a070e8c69251db7a78afefad207c4e1a735932d'/>
<id>5a070e8c69251db7a78afefad207c4e1a735932d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/[various]: fixes on s390x</title>
<updated>2018-02-13T14:28:40+00:00</updated>
<author>
<name>Tuan M. Hoang</name>
<email>tmhoang@flatglobe.org</email>
</author>
<published>2018-02-10T03:15:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=934d43aaca5b4dbd2ed14c5a94485a6639ddbd18'/>
<id>934d43aaca5b4dbd2ed14c5a94485a6639ddbd18</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>[various]: unify names of licenses according to SPDX</title>
<updated>2017-12-30T20:05:50+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-12-30T18:04:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=63f5e7d295659a855709901ce22a3e5f40fce455'/>
<id>63f5e7d295659a855709901ce22a3e5f40fce455</id>
<content type='text'>
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/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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/
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/lazperf: disable on armhf due to segfault in tests</title>
<updated>2017-10-08T19:51:15+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-10-08T19:51:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=8c5bdc4a3accc06de7935652f20634e912360ddc'/>
<id>8c5bdc4a3accc06de7935652f20634e912360ddc</id>
<content type='text'>
  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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  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
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/lazperf: new aport</title>
<updated>2017-08-29T08:28:26+00:00</updated>
<author>
<name>Bradley J Chambers</name>
<email>brad.chambers@gmail.com</email>
</author>
<published>2017-08-02T19:09:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=b13edd5722ed3f5e424cbfb538cb5934846ca6a2'/>
<id>b13edd5722ed3f5e424cbfb538cb5934846ca6a2</id>
<content type='text'>
https://github.com/hobu/laz-perf
Alternative LAZ implementation for C++ and JavaScript
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/hobu/laz-perf
Alternative LAZ implementation for C++ and JavaScript
</pre>
</div>
</content>
</entry>
</feed>
