summaryrefslogtreecommitdiff
path: root/lang/cilk
AgeCommit message (Collapse)AuthorFilesLines
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2002-10-13buildlink1 -> buildlink2.wiz1-3/+3
2002-08-08These packages install libraries that differ from previous versions if theyjlam1-1/+2
are built using the hard-syscall-enabled pth. Bump the PKGREVISION so we can distinguish these packages from the previous ones.
2002-08-01Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace withjlam1-2/+2
appropriate PTHREAD_OPTS incantation, and move the checks for the value of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-07-18repair compilation on pre gcc-2.95.* systems broken by last commit.dmcmahill2-13/+16
Should still work on gcc-2.95.* systems.
2002-07-17Make this package compile:agc3-2/+19
+ use cpp0 rather than cpp + add missing dependency on Perl + use NetBSD's libtool rather than rolling our own at config time
2002-06-15Use pthread.buildlink.mk instead of pth's buildlink.mk.wiz1-3/+4
pkg/17264 by Lubomir Sedlacik.
2002-05-04Initial import of cilk.jtb5-0/+129
Cilk is a language for multithreaded parallel programming based on ANSI C. Cilk is designed for general-purpose parallel programming, but it is especially effective for exploiting dynamic, highly asynchronous parallelism, which can be difficult to write in data-parallel or message-passing style. Cilk has been developed since 1994 by the Supercomputing Technologies Group at the MIT Laboratory for Computer Science. Cilk has been used for research, teaching, and for coding applications such as a virus shell assembly simulator and three chess programs.