All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
bulk-builds.
Changes:
- fix a bug in GridResource.init() method.
policyType_ attribute should be instantiated before creating the policy_
object.
- fix a bug in GridSim.gridletSubmit(Gridlet, int).
By default, acknowledgement is false or not required.
- fix a bug in GridResource.processGridletSubmit().
If a Gridlet has finished previously, then a resource needs
to send it back to sender/user.
- renumbered the tags in GridSimTags.
Originally, there are two tags with the same integer value.
which are the full option names used to set rpath directives for the
linker and the compiler, respectively. In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath. The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use. They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
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.
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
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.
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
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.)
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.