pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/R-inline :



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e663b1c3092
branches:  trunk
changeset: 454120:5e663b1c3092
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Jun 06 12:53:18 2021 +0000

description:
:

(devel/R-inline) Updated 0.3.15 to 0.3.19

(https://cran.r-project.org/web/packages/inline/news.html)
Changes in inline version 0.3.19 (2021-05-25)

  * Documentation for moveDLL was updated and extended (Johannes in #22).

  * A few more tests were made conditional the test platform (Dirk in #24).

Changes in inline version 0.3.18 (2021-05-17)

  * The moveDLL code and tests were updated for changed in R-devel (Johannes in
    #22 fixing #21).

Changes in inline version 0.3.17 (2020-11-30)

  * Unit testing is now supported via tinytest (Johannes in #15 addressing #14
    ).

  * CI was updated to use focal and run.sh from r-ci on Travis and GitHub
    Actions (Dirk)

  * The writing and reading of compiled code was refactored and extended
    (Johannes in #16 fixing #13).

  * Some minor problems related to CRAN checks and tests were corrected
    (Johannes and Dirk in #17, Johannes in #18, #19, #20).

  * Small stylistic updates have been applied to some R and Rd files (Dirk).

Changes in inline version 0.3.16 (2020-09-06)

  * Maintenance updates to README.md standardizing badges (Dirk).

  * Maintenance update to Travis CI setup (Dirk).

  * Switch to using system2() for better error diagnostics (Ben Goodrich in #12
    ).

diffstat:

 devel/R-inline/Makefile |   8 +++++---
 devel/R-inline/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r e09a3aba8aad -r 5e663b1c3092 devel/R-inline/Makefile
--- a/devel/R-inline/Makefile   Sun Jun 06 12:36:04 2021 +0000
+++ b/devel/R-inline/Makefile   Sun Jun 06 12:53:18 2021 +0000
@@ -1,14 +1,16 @@
-# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:39 brook Exp $
+# $NetBSD: Makefile,v 1.5 2021/06/06 12:53:18 mef Exp $
 
 R_PKGNAME=     inline
-R_PKGVER=      0.3.15
+R_PKGVER=      0.3.19
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 COMMENT=       Functions to inline C, C++, Fortran function calls from R
 LICENSE=       gnu-lgpl-v2 OR gnu-lgpl-v2.1 OR gnu-lgpl-v3
 
-USE_LANGUAGES= # none
+# test only (?)
+USE_LANGUAGES= c c++ fortran
 
 .include "../../math/R/Makefile.extension"
+.include "../../mk/compiler/gfortran.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r e09a3aba8aad -r 5e663b1c3092 devel/R-inline/distinfo
--- a/devel/R-inline/distinfo   Sun Jun 06 12:36:04 2021 +0000
+++ b/devel/R-inline/distinfo   Sun Jun 06 12:53:18 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/06/01 02:02:11 wen Exp $
+$NetBSD: distinfo,v 1.3 2021/06/06 12:53:18 mef Exp $
 
-SHA1 (R/inline_0.3.15.tar.gz) = 5f400761cd40126a029584a169bdef3883ba9a06
-RMD160 (R/inline_0.3.15.tar.gz) = 58cc5f4509b87845ee1bef81f89f15b5ce03b423
-SHA512 (R/inline_0.3.15.tar.gz) = b8394df7f6c128f1cc84fdd992948c2be9949cad50cdb14a876f8d7278c9bc37dc2300654d23d1e9c7fb3bf8b0e1015b5431bcb6fd069fcf29924344503526be
-Size (R/inline_0.3.15.tar.gz) = 21455 bytes
+SHA1 (R/inline_0.3.19.tar.gz) = a76a509d476c42bf9911528f1b2fe4dbe24084cf
+RMD160 (R/inline_0.3.19.tar.gz) = 869eab3a4b84d1090b15903932a42e9a7cad3367
+SHA512 (R/inline_0.3.19.tar.gz) = 37e4b8b1f8917a2cce5dfc2bbf9309c5c8a0cddaf0c9e9a8b737af43a9a0b62ebf0f88d710fcd089b1d9a61eb9d638cbf90978486aea1f7872598ecf101153cc
+Size (R/inline_0.3.19.tar.gz) = 25074 bytes



Home | Main Index | Thread Index | Old Index