summaryrefslogtreecommitdiff
path: root/lang/cilk
diff options
context:
space:
mode:
authorwiz <wiz>2005-05-18 22:39:00 +0000
committerwiz <wiz>2005-05-18 22:39:00 +0000
commit106e62802a136a83e67700022844b0ac3e9eb1a4 (patch)
tree6f3fcf1d94a4915cdab807505a2d031a0b1b6fae /lang/cilk
parentcdc2e5df65c2e2e18b4bb59bda5316482a57fa1e (diff)
downloadpkgsrc-106e62802a136a83e67700022844b0ac3e9eb1a4.tar.gz
Remove packages that have been broken on 2.0/i386 for over 9 months
now; neither maintainer nor anyone else stepped up to fix them. Predicted on tech-pkg and in private mail to maintainers; no comments.
Diffstat (limited to 'lang/cilk')
-rw-r--r--lang/cilk/DESCR9
-rw-r--r--lang/cilk/Makefile36
-rw-r--r--lang/cilk/PLIST51
-rw-r--r--lang/cilk/distinfo8
-rw-r--r--lang/cilk/patches/patch-aa13
-rw-r--r--lang/cilk/patches/patch-ab16
-rw-r--r--lang/cilk/patches/patch-ac15
7 files changed, 0 insertions, 148 deletions
diff --git a/lang/cilk/DESCR b/lang/cilk/DESCR
deleted file mode 100644
index fbacbf3cf0c..00000000000
--- a/lang/cilk/DESCR
+++ /dev/null
@@ -1,9 +0,0 @@
-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.
diff --git a/lang/cilk/Makefile b/lang/cilk/Makefile
deleted file mode 100644
index d6bc8357ac7..00000000000
--- a/lang/cilk/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $NetBSD: Makefile,v 1.22 2005/04/11 21:46:12 tv Exp $
-
-DISTNAME= cilk-5.3.1
-PKGREVISION= 3
-CATEGORIES= lang parallel
-MASTER_SITES= http://supertech.lcs.mit.edu/cilk/ \
- ftp://theory.lcs.mit.edu/pub/cilk/
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://supertech.lcs.mit.edu/cilk/
-COMMENT= Multithreaded parallel programming language based on ANSI C
-
-ONLY_FOR_PLATFORM= *-*-alpha *-*-i386 -*-*mipse[bl] *-*-powerpc *-*-sparc
-
-GNU_CONFIGURE= # defined
-USE_GNU_TOOLS+= make
-USE_PERL5= yes
-USE_LIBTOOL= yes
-PTHREAD_OPTS+= require
-
-INFO_FILES= cilk-faq.info
-
-TEST_TARGET= check
-
-post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cilk
- cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS COPYING \
- FAQ/cilk-faq.ascii README THANKS doc/manual.ps \
- ${PREFIX}/share/doc/cilk
- ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cilk
- cd ${WRKSRC}/examples && ${INSTALL_DATA} *.cilk *.c *.input \
- ${PREFIX}/share/examples/cilk
- ${INSTALL_DATA} ${WRKSRC}/FAQ/cilk-faq.info ${PREFIX}/${INFO_DIR}
-
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lang/cilk/PLIST b/lang/cilk/PLIST
deleted file mode 100644
index 12b920cde00..00000000000
--- a/lang/cilk/PLIST
+++ /dev/null
@@ -1,51 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2004/09/22 08:09:39 jlam Exp $
-bin/cilk
-include/cilk/cilk-cilk2c-pre.h
-include/cilk/cilk-cilk2c.h
-include/cilk/cilk-conf.h
-include/cilk/cilk-lib.h
-include/cilk/cilk-sysdep.h
-include/cilk/cilk.h
-include/cilk/gcc-builtin.h
-lib/cilk/cilk2c
-lib/cilk/libcilkrt0.a
-lib/cilk/specs
-lib/libcilk.g.la
-lib/libcilk.g.p.la
-lib/libcilk.la
-lib/libcilk.p.la
-share/doc/cilk/AUTHORS
-share/doc/cilk/COPYING
-share/doc/cilk/README
-share/doc/cilk/THANKS
-share/doc/cilk/cilk-faq.ascii
-share/doc/cilk/manual.ps
-share/examples/cilk/bucket.cilk
-share/examples/cilk/cholesky.cilk
-share/examples/cilk/cilksort.cilk
-share/examples/cilk/ck.cilk
-share/examples/cilk/fft.cilk
-share/examples/cilk/fib-serial.c
-share/examples/cilk/fib.cilk
-share/examples/cilk/game.cilk
-share/examples/cilk/getoptions.c
-share/examples/cilk/heat.cilk
-share/examples/cilk/hello.cilk
-share/examples/cilk/kalah.cilk
-share/examples/cilk/knapsack-example1.input
-share/examples/cilk/knapsack-example2.input
-share/examples/cilk/knapsack-example3.input
-share/examples/cilk/knapsack.cilk
-share/examples/cilk/lu.cilk
-share/examples/cilk/magic.cilk
-share/examples/cilk/matmul.cilk
-share/examples/cilk/nfib.cilk
-share/examples/cilk/plu.cilk
-share/examples/cilk/queens.cilk
-share/examples/cilk/rand.cilk
-share/examples/cilk/test-locks.cilk
-share/examples/cilk/testall.cilk
-@dirrm share/examples/cilk
-@dirrm share/doc/cilk
-@dirrm lib/cilk
-@dirrm include/cilk
diff --git a/lang/cilk/distinfo b/lang/cilk/distinfo
deleted file mode 100644
index 21d343bbabb..00000000000
--- a/lang/cilk/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.6 2005/02/24 09:03:06 agc Exp $
-
-SHA1 (cilk-5.3.1.tar.gz) = 2a0d142badc7be57787c4608fc07b98090207994
-RMD160 (cilk-5.3.1.tar.gz) = c9a9335c4f75565e4cc8683b4d520064afa72194
-Size (cilk-5.3.1.tar.gz) = 848755 bytes
-SHA1 (patch-aa) = de31546280810242eb44f1d06ded023d23109092
-SHA1 (patch-ab) = c8bb837869e3dced44aeff03ba36879929e9251f
-SHA1 (patch-ac) = c2b91a956e968997551594466cb3f106fbbedaae
diff --git a/lang/cilk/patches/patch-aa b/lang/cilk/patches/patch-aa
deleted file mode 100644
index d3db6ecaa77..00000000000
--- a/lang/cilk/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/05/04 00:37:29 jtb Exp $
-
---- examples/Makefile.in.orig Fri May 3 13:12:15 2002
-+++ examples/Makefile.in Fri May 3 13:12:37 2002
-@@ -574,7 +574,7 @@
-
- fib-serial: $(fib_serial_OBJECTS) $(fib_serial_DEPENDENCIES)
- @rm -f fib-serial
-- $(CC) -o $@ $(fib_serial_OBJECTS) $(LIBS)
-+ $(CC) -o $@ $(fib_serial_OBJECTS) $(LDFLAGS) $(LIBS)
-
- check: hello testall fft fib lu matmul cilksort heat test-locks
- @echo "Runnig Cilk tests. This will take a while."
diff --git a/lang/cilk/patches/patch-ab b/lang/cilk/patches/patch-ab
deleted file mode 100644
index c2ce5460932..00000000000
--- a/lang/cilk/patches/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2002/07/18 00:54:36 dmcmahill Exp $
-
---- configure.orig Wed Jul 17 19:18:48 2002
-+++ configure
-@@ -2074,10 +2074,7 @@
- { echo "configure: error: "gcc does not accept the --specs option. Please upgrade gcc to v2.95 or newer."" 1>&2; exit 1; }
- fi
-
--if test "$HAVE_GCC_2_96" = "yes"; then
-- echo "WARNING: I found gcc-2.96. This version of gcc is untested with Cilk."
-- echo "Please report any problem to cilk-support@lists.sourceforge.net"
--
-+if test -f /usr/libexec/cpp0; then
- CPP_FOR_CILK=cpp0
- else
- CPP_FOR_CILK=cpp
diff --git a/lang/cilk/patches/patch-ac b/lang/cilk/patches/patch-ac
deleted file mode 100644
index 0862e6f20f4..00000000000
--- a/lang/cilk/patches/patch-ac
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2003/07/11 08:15:09 jtb Exp $
-
---- runtime/workers.c.orig
-+++ runtime/workers.c
-@@ -60,8 +60,10 @@
- CILK_CHECK(tid, (NULL, "could not malloc tid\n"));
-
- pthread_attr_init(&attr); /* initialize attr with default attributes */
-+#ifdef PTHREAD_SCOPE_SYSTEM
- pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM);
- /* system-wide contention */
-+#endif
-
- for (i = 0; i < USE_PARAMETER(active_size); i++)
- {