notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
cilkplus Intel Cilk Runtime
20160603_4 lang Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 20160603_4Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Cilk Plus is on its way out (both in GCC and the Intel compilers)
Expired This port expired on: 2019-01-04
Maintainer: pfg@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-09-12 05:50:12
Last Update: 2019-01-05 14:00:39
SVN Revision: 489339
Also Listed In: devel
License: BSD3CLAUSE
WWW:
https://www.cilkplus.org/
Description:
Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Primary Features High Performance: * An efficient work-stealing scheduler provides nearly optimal scheduling of parallel tasks * Vector support unlocks the performance that's been hiding in your processors * Powerful hyperobjects allow for lock-free programming Easy to Learn: * Only 3 new keywords to implement task parallelism * Serial semantics make understanding and debugging the parallel program easier *Array Notations provide a natural way to express data parallelism Easy to Use: * Automatic load balancing provides good behavior in multi-programmed environments * Existing algorithms easily adapted for parallelism with minimal modification * Supports both C and C++ programmers WWW: https://www.cilkplus.org/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (31 items)
Collapse this list.
  1. /usr/local/share/licenses/cilkplus-rtl-20160603_4/catalog.mk
  2. /usr/local/share/licenses/cilkplus-rtl-20160603_4/LICENSE
  3. /usr/local/share/licenses/cilkplus-rtl-20160603_4/BSD3CLAUSE
  4. include/cilk/cilk.h
  5. include/cilk/cilk_api.h
  6. include/cilk/cilk_api_linux.h
  7. include/cilk/cilk_stub.h
  8. include/cilk/cilk_undocumented.h
  9. include/cilk/common.h
  10. include/cilk/holder.h
  11. include/cilk/hyperobject_base.h
  12. include/cilk/metaprogramming.h
  13. include/cilk/reducer.h
  14. include/cilk/reducer_file.h
  15. include/cilk/reducer_list.h
  16. include/cilk/reducer_max.h
  17. include/cilk/reducer_min.h
  18. include/cilk/reducer_min_max.h
  19. include/cilk/reducer_opadd.h
  20. include/cilk/reducer_opand.h
  21. include/cilk/reducer_opmul.h
  22. include/cilk/reducer_opor.h
  23. include/cilk/reducer_opxor.h
  24. include/cilk/reducer_ostream.h
  25. include/cilk/reducer_string.h
  26. include/cilk/reducer_vector.h
  27. lib/libcilkrts.a
  28. lib/libcilkrts.so
  29. lib/libcilkrts.so.5
  30. @postexec /usr/sbin/service ldconfig restart > /dev/null
  31. @postunexec /usr/sbin/service ldconfig restart > /dev/null
Collapse this list.
Dependency lines:
  • cilkplus-rtl>0:lang/cilkplus
No installation instructions:
This port has been deleted.
PKGNAME: cilkplus-rtl
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: amd64 i386 sparc64
distinfo:
TIMESTAMP = 1472758796 SHA256 (cilkplus-rtl-004467.tgz) = e3cc83e42afe34c03da7938b79cdebc3b7f3237d3734a4d45c9ad91d7abe475e SIZE (cilkplus-rtl-004467.tgz) = 447080

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake
  2. ninja : devel/ninja
  3. gcc7 : lang/gcc7
  4. as : devel/binutils
Runtime dependencies:
  1. gcc7 : lang/gcc7
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
tar:tgz cmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://www.cilkplus.org/sites/default/files/runtime_source/
Collapse this list.

Number of commits found: 10

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
20160603_4
05 Jan 2019 14:00:39
Revision:489339Original commit files touched by this commit
rene search for other commits by this committer
This is the commit message, please edit it.
2019-01-04 net/ssltunnel-server: Does not build, upstream disappeared
2019-01-04 lang/cilkplus: Cilk Plus is on its way out (both in GCC and the Intel
compilers)
net/ssltunnel-client: client part of expired net/ssltunnel-server
20160603_4
04 Nov 2018 22:25:27
Revision:484154Original commit files touched by this commit
gerald search for other commits by this committer
Deprecate this port with an expiration date in two months (early 2019)
since both GCC (with GCC 8) and the Intel compilers have been removing/
deprecating it.

Approved by:	pfg (maintainer)
20160603_4
03 Nov 2018 14:22:04
Revision:483896Original commit files touched by this commit
gerald search for other commits by this committer
GCC 8 removed CilkPlus support, so we cannot USE_GCC=yes.  Instead
force the use of GCC 7, the last version with CilPlus support.

PR:		231590
20160603_4
29 Jul 2018 22:18:46
Revision:475857Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
20160603_3
10 Mar 2018 17:46:06
Revision:464084Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
20160603_2
10 Sep 2017 20:55:39
Revision:449591Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
20160603_1
27 Jun 2017 00:05:15
Revision:444437Original commit files touched by this commit
linimon search for other commits by this committer
Sort ARCHS.  While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
20160603_1
01 Apr 2017 15:23:32
Revision:437439Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
20160603
25 Nov 2016 21:27:37
Revision:427129Original commit files touched by this commit
gerald search for other commits by this committer
Replace USE_GCC=4.9+ by USE_GCC=yes, now that lang/gcc and the default
version for GCC in the Ports Collection have moved to GCC 4.9.
20160603
12 Sep 2016 05:50:03
Revision:421909Original commit files touched by this commit
riggs search for other commits by this committer
Add cilkplus: A set of compiler extensions from Intel for parallel computing

PR:		212317
Submitted by:	pfg (maintainer)

Number of commits found: 10