summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-05-26 22:25:25 +0000
committertnn <tnn@pkgsrc.org>2008-05-26 22:25:25 +0000
commitb36ca4e29c9b2092a619b39ece49d16e8194fc96 (patch)
tree74b4acd56f73af9f2a713955b37ad42dc32811ba /math
parente935d93044cac6165e2d1d4205f5b42529c9dfc4 (diff)
downloadpkgsrc-b36ca4e29c9b2092a619b39ece49d16e8194fc96.tar.gz
Mark some packages as NOT_FOR_BULK_PLATFORM= Linux-*-*
Addresses PR pkg/38368 and PR pkg/38371
Diffstat (limited to 'math')
-rw-r--r--math/lapack/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/lapack/Makefile b/math/lapack/Makefile
index 737ac086af1..23f22c4245c 100644
--- a/math/lapack/Makefile
+++ b/math/lapack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2008/03/04 18:12:59 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2008/05/26 22:25:25 tnn Exp $
DISTNAME= lapack-lite-3.1.1
PKGNAME= lapack-3.1.1
@@ -14,6 +14,7 @@ COMMENT= Linear Algebra PACKage
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
+NOT_FOR_BULK_PLATFORM= Linux-*-*
USE_LANGUAGES= c fortran
USE_LIBTOOL= YES