1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
Commit graph

34 commits

Author SHA1 Message Date
Leo
802c4ae72b rebuild against icu 66.1 2020-03-28 09:46:02 +00:00
Leo
1eb7debf60 community/R: upgrade to 3.6.3 2020-03-01 07:47:53 -03:00
TBK
ded000b65f community/R: rebuild against icu 65.1 2020-02-22 16:37:30 -03:00
Leo
d4f960e44d community/R: rebuild to properly link to tk
fixes #11232
2020-02-19 13:06:30 -03:00
Leo
1b51a0324c community/R: upgrade to 3.6.2 2019-12-13 06:13:02 +01:00
Leo
2e9acc5851 community/R: rebuild against lapack 2019-12-05 22:39:40 +01:00
Leo
e2bce14c74 community/R: add R to R-dev depends and update install msg 2019-07-15 14:31:22 -03:00
Leo
1dda7ac2ae community/R: upgrade to 3.6.1 2019-07-06 07:37:47 -03:00
Natanael Copa
5db8458de5 community/R: rebuild against icu-64 2019-05-03 17:43:24 +00:00
Jakub Jirutka
0b0a6e84dc community/R: upgrade to 3.6.0 2019-05-02 23:33:52 +02:00
Natanael Copa
cfaf141be2 community/R: rebuild against readline 8 2019-03-13 17:15:34 +00:00
Leonardo Arena
fe19aabe55 community/R: rebuild against icu-63.1 2019-02-06 17:53:32 +00:00
Natanael Copa
b3abe78226 community/R: rebuild against icu-62.1 2018-10-01 14:48:27 +00:00
Jakub Jirutka
89fd765b0c community/R: upgrade to 3.5.1 2018-07-07 22:23:57 +02:00
Tuan M. Hoang
85803fa9aa community/[various]: rebuild against openblas-0.3.0, enable s390x
community/suitesparse: upgrade to to 5.2.0
2018-06-04 05:33:23 +00:00
Jakub Jirutka
5475af3cde community/R: upgrade to 3.5.0 2018-05-07 23:18:24 +02:00
Jakub Jirutka
2ef03e9fb5 community/R: upgrade to 3.4.4 2018-03-17 13:26:44 +01:00
William Pitcock
b2178a6b7a community: rebuild against icu-60.2 2018-02-27 23:11:19 +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
Mike Sullivan
513fb7dbbc community/R: fix build failure on ppc64le - run make with -j1
Add -j1 option to make command to avoid segfaults on cocurrent R binary
invocations during build.
2017-12-11 16:42:46 +01:00
Jakub Jirutka
ba7c3d672f community/R: disable on ppc64le due to build failure
byte-compiling package 'parallel'
  make[4]: Leaving directory '/home/buildozer/aports/community/R/src/R-3.4.3/src/library/parallel'
  make[3]: Leaving directory '/home/buildozer/aports/community/R/src/R-3.4.3/src/library/parallel'
  make[3]: Entering directory '/home/buildozer/aports/community/R/src/R-3.4.3/src/library/base'
  make[3]: Leaving directory '/home/buildozer/aports/community/R/src/R-3.4.3/src/library/base'
  installing parsed NAMESPACE files

   *** caught segfault ***
  address 0x3fffa7cb0000, cause 'memory not mapped'
  An irrecoverable exception occurred. R is aborting now ...
  Segmentation fault
  make[2]: *** [Makefile:44: R] Error 139
  make[2]: Leaving directory '/home/buildozer/aports/community/R/src/R-3.4.3/src/library'
2017-12-03 14:54:59 +01:00
Jakub Jirutka
54d2dd27d8 community/R: upgrade to 3.4.3 2017-12-03 14:41:44 +01:00
Jakub Jirutka
93da191f56 community/R: add very basic check 2017-09-30 13:05:56 +02:00
Jakub Jirutka
10a9c544a4 community/R: upgrade to 3.4.2 2017-09-30 13:05:56 +02:00
Natanael Copa
c9aa5a5b65 community/R: rebuild against icu-59.1 2017-07-18 20:44:03 +00:00
tmpfile
7b15e5e02e community/R: upgrade to 3.4.1 2017-06-30 22:05:52 +00:00
Leonardo Arena
8da8a28ae2 community/R: rebuild against readline-7.0.003 2017-06-05 13:46:08 +00:00
Tuan M. Hoang
d87e1a727d community/[various]: no support for s390x yet
py-opencl, R: missing dependencies community/{OpenBLAS,py-numpy}
openspecfun: missing dependency community/openlibm
llvm-libunwind: no support yet
drawterm: no support yet
caddy:
e040f51c04/buildenv.go (L239)
docker: disable for now.
Currently we still cannot boot Alpine s390x natively yet, most usage are
running inside containers. Thus it is not likely we need Docker on s390x
for now.
2017-05-10 23:39:13 +02:00
Jakub Jirutka
96d1bb3fe7 community/R: enable on all arches
openjdk8 is already available for all architectures.
2017-04-13 17:01:20 +02:00
Jakub Jirutka
1dc603bd3d community/R: upgrade to 3.3.3 2017-03-12 19:56:18 +01:00
Leonardo Arena
3b18b76eb1 community/R: rebuild against icu-58.1 2016-12-26 08:30:36 +00:00
Jakub Jirutka
f8bde60e8b community/R: upgrade to 3.3.2 2016-11-10 14:57:07 +01:00
Jakub Jirutka
cc89c3ccaf community/R: move some makedeps to depends_dev
These are required for the several popular packages from CRAN.
2016-11-09 21:09:28 +01:00
Jakub Jirutka
d50351209b community/R: move from testing 2016-08-18 13:03:46 +02:00