Commit graph

17 commits

Author SHA1 Message Date
seb
4a2efdf6fd USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:49:07 +00:00
martti
ee90b572a6 COMMENT should start with a capital letter. 2003-07-21 16:45:54 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
jtb
c9c4feb129 * Use LIBTOOL_OVERRIDE
* Remove a useless chunk from patch-ac

Pointed out by wiz.
2003-07-11 08:15:09 +00:00
jtb
55135ef3b7 Following a discussion between wiz and nathanw:
Enable cilk to work with pthread libraries without the
PTHREAD_SCOPE_SYSTEM attribute.  This allows it to work with the native
pthreads.
2003-07-11 07:28:12 +00:00
jtb
ad0f76be30 * Needs some things not yet in the base system pthread library.
Depend on devel/pth for now.
* Currently only supported on alpha, i386, mips*, powerpc, sparc
* Add a test target.
2003-07-10 13:16:20 +00:00
seb
d537c737eb Convert to USE_NEW_TEXINFO.
XXX Does not build on 1.6U, someone pthreads savvy might want take a look
at it.
2003-07-04 19:59:51 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
4b2b159f8f Line up PKGREVISION whitespace. 2003-05-05 16:36:34 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
wiz
a24b0ac88a buildlink1 -> buildlink2. 2002-10-13 12:17:44 +00:00
jlam
27cae62d46 These packages install libraries that differ from previous versions if they
are built using the hard-syscall-enabled pth.  Bump the PKGREVISION so we
can distinguish these packages from the previous ones.
2002-08-08 16:17:04 +00:00
jlam
75e61cb884 Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with
appropriate PTHREAD_OPTS incantation, and move the checks for the value
of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-08-01 05:48:00 +00:00
dmcmahill
72c21b2fc7 repair compilation on pre gcc-2.95.* systems broken by last commit.
Should still work on gcc-2.95.* systems.
2002-07-18 00:54:36 +00:00
agc
72dbba9b67 Make this package compile:
+ use cpp0 rather than cpp
+ add missing dependency on Perl
+ use NetBSD's libtool rather than rolling our own at config time
2002-07-17 08:36:10 +00:00
wiz
28c5495bd3 Use pthread.buildlink.mk instead of pth's buildlink.mk.
pkg/17264 by Lubomir Sedlacik.
2002-06-15 20:57:51 +00:00
jtb
d380cd7a5e Initial import of cilk.
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.
2002-05-04 00:37:28 +00:00