diff options
| author | TAKATSU Tomonari <tota@FreeBSD.org> | 2015-08-11 08:51:58 +0000 |
|---|---|---|
| committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2015-08-11 08:51:58 +0000 |
| commit | 1904dc2913f720c2dac4e245f32a19692cc1a6d5 (patch) | |
| tree | 1c4b291b7bcf6d2dba71608f9f08b6824247995e | |
| parent | Remove devel/gperf from BUILD_DEPENDS. It was never required. (diff) | |
- Add new port: devel/R-cran-doParallel
Provides a parallel backend for the %dopar% function using the
parallel package.
WWW: https://cran.r-project.org/web/packages/doParallel/
Notes
Notes:
svn path=/head/; revision=393935
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/R-cran-doParallel/Makefile | 19 | ||||
| -rw-r--r-- | devel/R-cran-doParallel/distinfo | 2 | ||||
| -rw-r--r-- | devel/R-cran-doParallel/pkg-descr | 4 |
4 files changed, 26 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3be19fc1883f..5442b5cd3cce 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -19,6 +19,7 @@ SUBDIR += R-cran-caTools SUBDIR += R-cran-caret SUBDIR += R-cran-chron + SUBDIR += R-cran-doParallel SUBDIR += R-cran-evaluate SUBDIR += R-cran-foreach SUBDIR += R-cran-gbm diff --git a/devel/R-cran-doParallel/Makefile b/devel/R-cran-doParallel/Makefile new file mode 100644 index 000000000000..dd45fb4350fc --- /dev/null +++ b/devel/R-cran-doParallel/Makefile @@ -0,0 +1,19 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= doParallel +PORTVERSION= 1.0.8 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Foreach parallel adaptor for the parallel package + +LICENSE= GPLv2 + +RUN_DEPENDS= R-cran-foreach>=1.2.0:${PORTSDIR}/devel/R-cran-foreach \ + R-cran-iterators>=1.0.0:${PORTSDIR}/devel/R-cran-iterators + +USES= cran:auto-plist + +.include <bsd.port.mk> diff --git a/devel/R-cran-doParallel/distinfo b/devel/R-cran-doParallel/distinfo new file mode 100644 index 000000000000..93af78b444c7 --- /dev/null +++ b/devel/R-cran-doParallel/distinfo @@ -0,0 +1,2 @@ +SHA256 (doParallel_1.0.8.tar.gz) = dd0a03106304e14aac9a93e65dae189e9593c99eb8a94bc8644be32d2de6ccfc +SIZE (doParallel_1.0.8.tar.gz) = 172665 diff --git a/devel/R-cran-doParallel/pkg-descr b/devel/R-cran-doParallel/pkg-descr new file mode 100644 index 000000000000..5ed4251d4220 --- /dev/null +++ b/devel/R-cran-doParallel/pkg-descr @@ -0,0 +1,4 @@ +Provides a parallel backend for the %dopar% function using the +parallel package. + +WWW: https://cran.r-project.org/web/packages/doParallel/ |
