summaryrefslogtreecommitdiff
path: root/lang/cilk
AgeCommit message (Collapse)AuthorFilesLines
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-11* Use LIBTOOL_OVERRIDEjtb3-10/+5
* Remove a useless chunk from patch-ac Pointed out by wiz.
2003-07-11Following a discussion between wiz and nathanw:jtb3-6/+25
Enable cilk to work with pthread libraries without the PTHREAD_SCOPE_SYSTEM attribute. This allows it to work with the native pthreads.
2003-07-10* Needs some things not yet in the base system pthread library.jtb1-2/+6
Depend on devel/pth for now. * Currently only supported on alpha, i386, mips*, powerpc, sparc * Add a test target.
2003-07-04Convert to USE_NEW_TEXINFO.seb2-5/+3
XXX Does not build on 1.6U, someone pthreads savvy might want take a look at it.
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.