diff options
author | joerg <joerg> | 2009-11-26 17:04:18 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-11-26 17:04:18 +0000 |
commit | 789c6a5a969ec94d4890b203ec715f8ebeac69e3 (patch) | |
tree | c041fb267f0c0dab773ab69e12eae69b2d53594b /parallel/Makefile | |
parent | 6e6cbb7b63a02569bc6109e3ddba8d76a3d625f0 (diff) | |
download | pkgsrc-789c6a5a969ec94d4890b203ec715f8ebeac69e3.tar.gz |
Remove parallel/glunix. It fails in the patch phase on NetBSD 4 and
later. After fixing that, it fails with C++ errors, so it couldn't have
been build at least for 3 years. Assume noone cares.
Diffstat (limited to 'parallel/Makefile')
-rw-r--r-- | parallel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/parallel/Makefile b/parallel/Makefile index 39192718a56..d2e33c50d5d 100644 --- a/parallel/Makefile +++ b/parallel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2009/10/26 09:19:07 asau Exp $ +# $NetBSD: Makefile,v 1.14 2009/11/26 17:04:18 joerg Exp $ # COMMENT= Applications dealing with parallelism in computing @@ -7,7 +7,6 @@ SUBDIR+= GridSim SUBDIR+= clusterit SUBDIR+= dqs SUBDIR+= ganglia-monitor-core -SUBDIR+= glunix SUBDIR+= linda SUBDIR+= mpi-ch SUBDIR+= openpa |