pkgsrc-Changes archive

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

CVS commit: pkgsrc/parallel



Module Name:    pkgsrc
Committed By:   brook
Date:           Sun Aug  9 15:51:07 UTC 2020

Modified Files:
        pkgsrc/parallel: Makefile
Added Files:
        pkgsrc/parallel/fastflow: DESCR Makefile PLIST distinfo

Log Message:
parallel/fastflow: import fastflow-3.0.0

FastFlow: high-performance parallel patterns and building blocks in C++

FastFlow is a programming library implemented in modern C++ and
targeting multi/many-cores (there exists an experimental version based
on ZeroMQ targeting distributed systems). It offers both a set of
high-level ready-to-use parallel patterns and a set of mechanisms and
composable components (called building blocks) to support low-latency
and high-throughput data-flow streaming networks.

FastFlow simplifies the development of parallel applications modelled
as a structured directed graph of processing nodes. The graph of
concurrent nodes is constructed by the assembly of sequential and
parallel building blocks as well as higher-level easy-to-use
components (i.e. parallel patterns) modelling typical schemas of
parallel computations (e.g., pipeline, task-farm, parallel-for,
etc.). FastFlow efficiency stems from the optimized implementation of
the base communication and synchronization mechanisms and from its
layered software design.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/parallel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/parallel/fastflow/DESCR \
    pkgsrc/parallel/fastflow/Makefile pkgsrc/parallel/fastflow/PLIST \
    pkgsrc/parallel/fastflow/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/parallel/Makefile
diff -u pkgsrc/parallel/Makefile:1.28 pkgsrc/parallel/Makefile:1.29
--- pkgsrc/parallel/Makefile:1.28       Sat Jul 11 16:15:08 2020
+++ pkgsrc/parallel/Makefile    Sun Aug  9 15:51:07 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2020/07/11 16:15:08 nia Exp $
+# $NetBSD: Makefile,v 1.29 2020/08/09 15:51:07 brook Exp $
 #
 
 COMMENT=       Applications dealing with parallelism in computing
@@ -7,6 +7,7 @@ SUBDIR+=        R-promises
 SUBDIR+=       clusterit
 SUBDIR+=       dqs
 SUBDIR+=       dsh
+SUBDIR+=       fastflow
 SUBDIR+=       ganglia-monitor-core
 SUBDIR+=       gridscheduler
 SUBDIR+=       hwloc

Added files:

Index: pkgsrc/parallel/fastflow/DESCR
diff -u /dev/null pkgsrc/parallel/fastflow/DESCR:1.1
--- /dev/null   Sun Aug  9 15:51:07 2020
+++ pkgsrc/parallel/fastflow/DESCR      Sun Aug  9 15:51:07 2020
@@ -0,0 +1,18 @@
+FastFlow: high-performance parallel patterns and building blocks in C++
+
+FastFlow is a programming library implemented in modern C++ and
+targeting multi/many-cores (there exists an experimental version based
+on ZeroMQ targeting distributed systems). It offers both a set of
+high-level ready-to-use parallel patterns and a set of mechanisms and
+composable components (called building blocks) to support low-latency
+and high-throughput data-flow streaming networks.
+
+FastFlow simplifies the development of parallel applications modelled
+as a structured directed graph of processing nodes. The graph of
+concurrent nodes is constructed by the assembly of sequential and
+parallel building blocks as well as higher-level easy-to-use
+components (i.e. parallel patterns) modelling typical schemas of
+parallel computations (e.g., pipeline, task-farm, parallel-for,
+etc.). FastFlow efficiency stems from the optimized implementation of
+the base communication and synchronization mechanisms and from its
+layered software design.
Index: pkgsrc/parallel/fastflow/Makefile
diff -u /dev/null pkgsrc/parallel/fastflow/Makefile:1.1
--- /dev/null   Sun Aug  9 15:51:07 2020
+++ pkgsrc/parallel/fastflow/Makefile   Sun Aug  9 15:51:07 2020
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2020/08/09 15:51:07 brook Exp $
+
+GITHUB_PROJECT=        fastflow
+GITHUB_TAG=    3.0.0
+DISTNAME=      3.0.0
+PKGNAME=       ${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES=    parallel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=fastflow/}
+DIST_SUBDIR=   ${GITHUB_PROJECT}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/fastflow/fastflow/
+COMMENT=       High performance C++ parallel building blocks
+LICENSE=       gnu-gpl-v2
+
+USE_TOOLS+=    pax
+NO_BUILD=      yes
+
+INSTALLATION_DIRS+=    include/ff
+
+do-install:
+       cd ${WRKSRC} && ${PAX} -rw ff ${DESTDIR}${PREFIX}/include
+       ${CHMOD} -R go-w ${DESTDIR}${PREFIX}
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/parallel/fastflow/PLIST
diff -u /dev/null pkgsrc/parallel/fastflow/PLIST:1.1
--- /dev/null   Sun Aug  9 15:51:07 2020
+++ pkgsrc/parallel/fastflow/PLIST      Sun Aug  9 15:51:07 2020
@@ -0,0 +1,81 @@
+@comment $NetBSD: PLIST,v 1.1 2020/08/09 15:51:07 brook Exp $
+include/ff/all2all.hpp
+include/ff/allocator.hpp
+include/ff/barrier.hpp
+include/ff/bitflags.hpp
+include/ff/buffer.hpp
+include/ff/combine.hpp
+include/ff/config.hpp
+include/ff/cycle.h
+include/ff/d/inter.hpp
+include/ff/d/zmq.hpp
+include/ff/d/zmqImpl.hpp
+include/ff/d/zmqTransport.hpp
+include/ff/dc.hpp
+include/ff/dinout.hpp
+include/ff/dnode.hpp
+include/ff/dynlinkedlist.hpp
+include/ff/dynqueue.hpp
+include/ff/farm.hpp
+include/ff/ff.hpp
+include/ff/ff_queue.hpp
+include/ff/fftree.hpp
+include/ff/graph_utils.hpp
+include/ff/gsearch.hpp
+include/ff/gt.hpp
+include/ff/icl_hash.h
+include/ff/lb.hpp
+include/ff/make_unique.hpp
+include/ff/map.hpp
+include/ff/mapCUDAManaged.hpp
+include/ff/mapper.hpp
+include/ff/mapping_string.sh
+include/ff/mapping_utils.hpp
+include/ff/mdf.hpp
+include/ff/mpmc/MPMCqueues.hpp
+include/ff/mpmc/asm/abstraction_dcas.h
+include/ff/mpmc/asm/atomic-arm.h
+include/ff/mpmc/asm/atomic-i386.h
+include/ff/mpmc/asm/atomic-ppc.h
+include/ff/mpmc/asm/atomic-x86_64.h
+include/ff/mpmc/asm/atomic.h
+include/ff/multinode.hpp
+include/ff/node.hpp
+include/ff/ocl/clEnvironment.hpp
+include/ff/oclallocator.hpp
+include/ff/oclnode.hpp
+include/ff/optimize.hpp
+include/ff/ordering_policies.hpp
+include/ff/parallel_for.hpp
+include/ff/parallel_for_internals.hpp
+include/ff/pipeline.hpp
+include/ff/platforms/getopt.h
+include/ff/platforms/getopt.hpp
+include/ff/platforms/liblfds.h
+include/ff/platforms/platform.h
+include/ff/platforms/pthread_minport_windows.h
+include/ff/platforms/stdint.h
+include/ff/poolEvolution.hpp
+include/ff/poolEvolutionCUDA.hpp
+include/ff/repara/baseKernelTask.hpp
+include/ff/repara/dpe.hpp
+include/ff/repara/rprkernels.hpp
+include/ff/selector.hpp
+include/ff/spin-lock.hpp
+include/ff/squeue.hpp
+include/ff/staticlinkedlist.hpp
+include/ff/stencilReduce.hpp
+include/ff/stencilReduceCUDA.hpp
+include/ff/stencilReduceOCL.hpp
+include/ff/stencilReduceOCL_macros.hpp
+include/ff/svector.hpp
+include/ff/sysdep.h
+include/ff/task_internals.hpp
+include/ff/taskf.hpp
+include/ff/tpc/tpcEnvironment.hpp
+include/ff/tpc/tpc_api.h
+include/ff/tpcallocator.hpp
+include/ff/tpcnode.hpp
+include/ff/ubuffer.hpp
+include/ff/utils.hpp
+include/ff/version.h
Index: pkgsrc/parallel/fastflow/distinfo
diff -u /dev/null pkgsrc/parallel/fastflow/distinfo:1.1
--- /dev/null   Sun Aug  9 15:51:07 2020
+++ pkgsrc/parallel/fastflow/distinfo   Sun Aug  9 15:51:07 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/09 15:51:07 brook Exp $
+
+SHA1 (fastflow/3.0.0.tar.gz) = 7515d13f806ae8d65f9ddd59d8d2f168d5ad0855
+RMD160 (fastflow/3.0.0.tar.gz) = 865e660ccbd1af36175845047092becfa3b88fd1
+SHA512 (fastflow/3.0.0.tar.gz) = b9358b13c26b341aec5d8b79517e5a8da39c12907c7236bdb5dd2b7762075342d590602fb444fdff08e201e3e8bf050000a5474c7eb62d0838d0f173310079c9
+Size (fastflow/3.0.0.tar.gz) = 512150 bytes



Home | Main Index | Thread Index | Old Index