Commit graph

159 commits

Author SHA1 Message Date
kristerw
6fff4435b5 This package needs CONFIG_GUESS_OVERRIDE and CONFIG_SUB_OVERRIDE in
order to build on x86_64.

Noted by dmcmahill@.
2004-07-20 22:34:03 +00:00
dmcmahill
b09d17365f libtoolize and enable the building of shared libs. This is needed
for packages such as p5-Parallel-Pvm on some archs since that package
creates a shared object.  Should fix lossage seen on amd64 bulk
builds.  Both packages which use pvm3 have been tested and still work.
2004-07-19 22:41:16 +00:00
dmcmahill
23fcd4165b add some patches to get this going on darwin. Patches provided in PR
pkg/26146 by Jim Bernard.
2004-07-18 18:05:12 +00:00
wiz
d9027227e6 Make build on 2.0. 2004-07-10 15:14:57 +00:00
grant
8d9be42a02 correctly detect sparcv9, allows this to get further on Solaris
when running a 64-bit kernel.
2004-06-27 14:22:18 +00:00
drochner
fb703a15b0 make this build on -current again (statfs->statvfs) 2004-06-24 17:31:43 +00:00
dmcmahill
3c292cd23e add some patches for 64 bit systems from Nicolas Joly 2004-06-15 00:26:07 +00:00
abs
d68a235c89 Add jdk14 (and in some cases jdk13) 2004-06-03 20:13:03 +00:00
kristerw
7510202d93 Depend on security/openssh instead of security/ssh for machines that
do not have /usr/bin/ssh.
2004-05-31 22:13:16 +00:00
heinz
ab369beb4f Use option "-r" instead of "-e" for the '[' command since this is not
portable to some operating systems (eg UnixWare or IRIX 5).
2004-05-23 15:09:06 +00:00
dmcmahill
52fdce233e make sure we use MACHINE_ARCH (uname -p) instead of MACHINE (uname -m) for
setting the SGE arch.  Should fix x86_64 (amd64) as well as others that have
a different MACHINE and MACHINE_ARCH.  Noted on the SGE developers list
by Nicolas Joly
2004-05-19 06:53:38 +00:00
dmcmahill
af5e0966ed add and enable sge 2004-05-03 00:39:16 +00:00
dmcmahill
383fb8b855 import sge-5.3p6 (Sun Grid Engine)
The Grid Engine project is an open source community effort
to facilitate the adoption of distributed computing solutions.
Sponsored by Sun Microsystems and hosted by CollabNet, the
Grid Engine project provides enabling distributed resource
management software for wide ranging requirements from compute
farms to grid computing.
2004-05-03 00:38:34 +00:00
wiz
50b44a956b Convert to bl3. 2004-04-24 22:40:40 +00:00
wiz
ea103d2f01 Unused. 2004-04-24 21:02:01 +00:00
wiz
f79fdc0d2b Unused. 2004-04-24 17:33:09 +00:00
wiz
a89b2d2de1 Convert to bl3. 2004-04-24 17:32:36 +00:00
snj
344962001d Convert to buildlink3. 2004-04-11 09:13:00 +00:00
jlam
2759edf5c8 Tell the buildlink3 framework to pass the pvm3/* directories to the compiler
and linker since they lie outside the default of ${PREFIX}/include and
${PREFIX}/lib.
2004-03-25 04:20:49 +00:00
dmcmahill
ee9cbd1796 add config files for missing NetBSD MACHINE_ARCH's such as sh5e{b,l},
x86_64, and a few others.
2004-03-12 01:14:00 +00:00
minskim
2827f5b2d8 Enable tk84 and replace x11/tk with x11/tk83. Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08 20:27:13 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
abs
f58747a86e Update dqs to 3.3.2nb1
Install documentation
    undef DEFAULT_HOST so it can run on a box other than lnx4.scri.fsu.edu
    Add a MESSAGE giving some hint on what you might to use this
    Consider this a drive-by-slight-cleanup-of-breakage
2004-02-26 22:44:09 +00:00
dmcmahill
d946e7a73b bl3ify. add bl3 file. 2004-02-25 03:47:50 +00:00
jlam
efa1ab70ba Include "../../mk/compiler.mk" to get the value of CC_VERSION before
testing it.
2004-02-18 13:33:40 +00:00
jlam
3ebe053d90 LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:49 +00:00
snj
e2cb7d5106 s/abilty/ability/ 2004-02-13 23:51:13 +00:00
recht
d7dd8266f9 add buildlink{2,3}.mk
needed for py-Scientific to build
2004-02-12 16:50:53 +00:00
garbled
1e0d63f04a Upgrade this package to clusterit-2.2. Mostly a bugfix release. 2004-02-10 09:27:15 +00:00
grant
6eab5759a3 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
kristerw
f6d8743f8c Change MAINTAINER to "tech-pkg" instead of the previous "packages". 2003-12-03 22:14:45 +00:00
jschauma
74de9b2717 Update mpi-ch to 1.2.5.2, released on September 11th, 2003.
An extensive list of changes since the last release is available online
at http://www-unix.mcs.anl.gov/mpi/mpich/r1_2_5changes.html
(It's difficult to destill the important changes from that file, which
is why I'm not pasting the entire collection in here.)
2003-12-03 21:06:17 +00:00
wennmach
29507aa35c Disable weak symbols for gcc>3*. While weak symbols do work on
NetBSD-current, the way mpi-ch test for them and implements them
(using the #pragma weak directive) is currently broken.

Fixes PR pkg/23267 by Kouichirou Hiratsuka.
2003-12-02 20:13:38 +00:00
wennmach
a9bcf0ac6d o fix syntax error in src/fortran/configure
o avoid removing non-existent files, resulting in "rm: usage:" errors
2003-11-27 17:02:25 +00:00
wennmach
3fbe17c32f Correct the way the endianness is determined.
(How could this actually ever have worked ???)
2003-11-26 12:42:12 +00:00
wiz
d8f7a39828 Fix compikation with gcc3; still compiles with gcc2 too.
From Harry Waddell in PR 23281.
2003-10-27 08:26:41 +00:00
jschauma
cffa35af85 Add pseudo-category 'java'. 2003-08-23 15:16:36 +00:00
kristerw
98b5c758ae Make this build for non-i386 NetBSD systems too. 2003-07-26 00:41:10 +00:00
martti
8cee801716 COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
agc
e812c8485a Add and enable openpbs 2003-07-17 14:20:06 +00:00
agc
b5b0e83dd4 Initial import of OpenPBS-2.3.16 into the NetBSD Packages Collection.
OpenPBS is a generic network queuing system.

The Portable Batch System (PBS) is a flexible batch queueing and
workload management system originally developed for NASA.  It operates
on networked, multi-platform UNIX environments, including
heterogeneous clusters of workstations, supercomputers, and massively
parallel systems.  Development of PBS is provided by Altair Grid
Technologies.
2003-07-17 14:19:16 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jschauma
892fd94805 Add/enable GridSim 2003-07-03 16:45:46 +00:00
jschauma
aded13ca4e Initial import of the GridSim Toolkit, a java based toolkit for simulation
of distributed systems:

GridSim is a toolkit for modeling and simulation of parallel and distributed
systems such as Clusters and Grids. GridSim is part of the Gridbus Project
(http://www.gridbus.org/).

The GridSim Toolkit includes:

* GridBroker:
  It is Grid scheduler built on top of GridSim for application
  scheduling on Grid based on Deadline and Budget Constrained
  Scheduling Algorithms.

* GridSim:
  It is built on top of SimJava. SimJava is a process based discrete
  event simulation package for Java with animation facilities.

* Visual Modeler:
  It enables the user to create experiments on different Grid testbeds
  and generate the default Grid Broker source codes (in Java).
2003-07-03 16:44:50 +00:00
agc
386c124932 Add and enable dqs 2003-06-26 20:24:23 +00:00
agc
8fd1e83909 Initial import of dqs-3.3.2 into the NetBSD Packages Collection.
The Distributed Queueing System is designed as a management tool to
aid in computational resource distribution across a network.  DQS
provides architecture transparency for both users and administration
across a heterogeneous environment, allowing for seamless interaction
for multiple architectures.  Highly mutable custom site configurations
are possible under DQS.  This abilty to customize DQS leads to
effective resource distribution and increased network throughput.
2003-06-26 20:23:41 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00