diff options
author | markd <markd> | 2011-02-17 08:55:11 +0000 |
---|---|---|
committer | markd <markd> | 2011-02-17 08:55:11 +0000 |
commit | f026a65adbe8520180203d6834c57989317ad6ab (patch) | |
tree | 8689b83c17a5f246d5ea48d25deba43fc4ea1416 /parallel/sge/Makefile | |
parent | 5fd48d479afad8231d668fecfc73510b90264b9f (diff) | |
download | pkgsrc-f026a65adbe8520180203d6834c57989317ad6ab.tar.gz |
Teach pkg about linux (only i386 at this stage).
Diffstat (limited to 'parallel/sge/Makefile')
-rw-r--r-- | parallel/sge/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/parallel/sge/Makefile b/parallel/sge/Makefile index 6017f7fc423..6d543b5e09a 100644 --- a/parallel/sge/Makefile +++ b/parallel/sge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2010/06/02 13:27:39 adam Exp $ +# $NetBSD: Makefile,v 1.39 2011/02/17 08:55:11 markd Exp $ # PKGNAME= sge-6.2.2.1 @@ -49,6 +49,8 @@ REPLACE.tclsh.new= ${PREFIX}/bin/tclsh REPLACE_FILES.tclsh= source/dist/util/resources/jsv/jsv.tcl REPLACE_PERL+= source/dist/util/resources/jsv/jsv.pl +CHECK_INTERPRETER_SKIP+= sge/ckpt/cpr_* sge/mpi/myrinet/* sge/util/resources/loadsensors/interix-loadsensor.sh + .include "../../mk/bsd.prefs.mk" # SGE_ARCH should match the putput of ${WRKSRC}/source/dist/util/arch @@ -78,6 +80,10 @@ SGE_BUILDARCH_cmd= ${ECHO} "${SGE_ARCH}" | ${TR} a-z A-Z .elif ${OPSYS} == "Darwin" SGE_ARCH= darwin SGE_BUILDARCH= DARWIN +.elif ${OPSYS} == "Linux" +AIMK+= -no-dump +SGE_ARCH= lx26-x86 +SGE_BUILDARCH= LINUX86 .else PKG_FAIL_REASON+= "SGE_ARCH and SGE_BUILDARCH need to be configured for your OS" .endif |