Mark sge and gridscheduler not for ${LP64PLATFORMS}. They crash during
build.
This commit is contained in:
parent
b70633f5d5
commit
3c3ad10824
2 changed files with 8 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2012/03/21 20:48:53 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2012/04/07 22:19:13 dholland Exp $
|
||||
|
||||
PKGNAME= gridscheduler-2011.11
|
||||
DISTNAME= GE2011.11
|
||||
|
@ -13,6 +13,9 @@ BUILD_DEPENDS+= {standalone-tcsh,tcsh}-[0-9]*:../../shells/tcsh
|
|||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
# Not 64-bit clean; crashes during build.
|
||||
NOT_FOR_PLATFORM= ${LP64PLATFORMS}
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_TOOLS+= gmake perl:run
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.42 2012/03/20 17:07:43 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.43 2012/04/07 22:19:13 dholland Exp $
|
||||
#
|
||||
|
||||
DISTNAME= sge-8.0.0d
|
||||
|
@ -14,6 +14,9 @@ BUILD_DEPENDS+= {standalone-tcsh,tcsh}-[0-9]*:../../shells/tcsh
|
|||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
# Not 64-bit clean; crashes during build.
|
||||
NOT_FOR_PLATFORM= ${LP64PLATFORMS}
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_TOOLS+= gmake perl:run
|
||||
|
||||
|
|
Loading…
Reference in a new issue