Skip to content
Snippets Groups Projects
  1. Nov 03, 2021
  2. Oct 13, 2021
  3. Aug 25, 2021
  4. Aug 23, 2021
    • David Hannasch's avatar
      community/R: add musl-dev to -dev dependencies · 42491a54
      David Hannasch authored and Jakub Jirutka's avatar Jakub Jirutka committed
      I might be missing something here and I certainly don't want to add an
      unnecessary dependency if there are use-cases for using R-dev without
      musl-dev, but I can't figure out how you could actually use R-dev for
      anything without musl-dev installed.
      
      The header files installed by R-dev depend on the standard library, so
      that any attempt to compile using the R-dev header files will fail with e.g.
      
          /usr/include/R/Rinternals.h:39:11: fatal error: stdio.h: No such file or directory
             39 | # include <stdio.h>
                |           ^~~~~~~~~
      42491a54
  5. Jul 02, 2021
  6. Jun 20, 2021
  7. Jun 09, 2021
  8. Apr 16, 2021
  9. Mar 22, 2021
  10. Oct 13, 2020
  11. Aug 15, 2020
  12. Jul 17, 2020
  13. Jun 10, 2020
  14. May 30, 2020
  15. Apr 24, 2020
  16. Apr 07, 2020
  17. Mar 28, 2020
  18. Mar 01, 2020
  19. Feb 22, 2020
  20. Feb 19, 2020
  21. Dec 13, 2019
  22. Dec 05, 2019
  23. Jul 15, 2019
  24. Jul 06, 2019
  25. May 03, 2019
  26. May 02, 2019
  27. Mar 13, 2019
  28. Feb 06, 2019
  29. Oct 01, 2018
  30. Jul 07, 2018
  31. Jun 04, 2018
  32. May 07, 2018
  33. Mar 17, 2018
  34. Feb 27, 2018
  35. Dec 30, 2017
    • Jakub Jirutka's avatar
      [various]: unify names of licenses according to SPDX · 63f5e7d2
      Jakub Jirutka authored
      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/
      63f5e7d2
  36. Dec 11, 2017
  37. Dec 03, 2017
    • Jakub Jirutka's avatar
      community/R: disable on ppc64le due to build failure · ba7c3d67
      Jakub Jirutka authored
        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'
      ba7c3d67
    • Jakub Jirutka's avatar
      community/R: upgrade to 3.4.3 · 54d2dd27
      Jakub Jirutka authored
      54d2dd27
  38. Sep 30, 2017
Loading