pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/parallel/sge correctly detect sparcv9, allows this to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0083f30e5026
branches:  trunk
changeset: 477169:0083f30e5026
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Jun 27 14:22:18 2004 +0000

description:
correctly detect sparcv9, allows this to get further on Solaris
when running a 64-bit kernel.

diffstat:

 parallel/sge/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 320e4720b68b -r 0083f30e5026 parallel/sge/Makefile
--- a/parallel/sge/Makefile     Sun Jun 27 13:42:46 2004 +0000
+++ b/parallel/sge/Makefile     Sun Jun 27 14:22:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/05/03 00:38:34 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.2 2004/06/27 14:22:18 grant Exp $
 #
 
 DISTNAME=              sge-5.3p6
@@ -51,8 +51,12 @@
 .  if ${MACHINE_ARCH} == "i386"
 SGE_ARCH=              solaris86
 .  else
+_ISAINFO!=             isainfo
+.    if !empty(_ISAINFO:Msparcv9)
+SGE_ARCH=              solaris64
+.    else
 SGE_ARCH=              solaris
-#or solaris64
+.    endif
 .  endif
 SGE_BUILDARCH!=                ${ECHO} "${SGE_ARCH}" | ${TR} a-z A-Z
 .elif ${OPSYS} == "Darwin"



Home | Main Index | Thread Index | Old Index