Commit graph

151618 commits

Author SHA1 Message Date
heinz
bb798d064c Software needs at least gcc 3.4 to compile and link.
With gcc 3.3.3 (from NetBSD/i386 3.1) there are problems with
undefined references to LZMA_CRC32_TABLE and LZMA_CRC64_TABLE in crc32.S
and crc64_x86.S.
2009-12-13 23:48:15 +00:00
asau
21277733cd Updated lang/polyml to 5.3 2009-12-13 23:27:37 +00:00
asau
da2138f566 Update to Poly/ML Version 5.3
Major New Features

  - Addition of IDE interface support.
  - Changes to pretty-printing and equality. These are now inherited
    across module boundaries. Addition of PolyML.addPrettyPrinter
    to install a new-style pretty printer.
  - Reworked implementation of signatures reducing the memory
    requirements when a named signature is used in multiple places.
  - Improvements to printing of types and error messages.

Minor Additions and Changes

  - Support for out-of-tree builds
  - Added finalisation for foreign-function interface (CInterface)
  - Removed remaining support for ML90
  - Added PolyML.sourceLocation pseudo-function that returns the current
    source location, PolyML.raiseWithLocation that raises an exception
    with an explicit location and PolyML.exceptionLocation that returns
    the location where an exception was raised.
  - Added PolyML.Compiler.reportUnreferencedIds switch to enable reporting
    of unreferenced identifiers.
  - Added breakEx and clearEx to debugger functions.
    These enter the debugger when the code raises a given exception.
  - Improvement to resonsiveness to pipes especially in Windows.
  - Added X86-64 version of Word32 structure. 64-bit machines
    do not require 32-bit values to be "boxed".

Bug Fixes

  - Now builds on Mac OS X 10.6 (Snow Leopard)
  - Fix multi-threading on Sparc but now only supports v9 processors.
  - Fix timing-related crash when Poly/ML exits
  - Fix string argument to OS.SysErr exception
  - Fix to OS.FileSys.mkDir in Windows
  - Fix to pow(~1, n) where n is even
  - Various fixes to conform more closely to the standard.
2009-12-13 23:26:25 +00:00
markd
5c54ca6d53 Patches for CVE-2009-0689 and KDE advisory 20091027. 2009-12-13 19:43:51 +00:00
markd
4f93e29ca7 Fix MASTERSITES for current location. 2009-12-13 19:39:32 +00:00
asau
3c3ab54337 Updated parallel/mpi-ch to 1.2.1 2009-12-13 18:39:25 +00:00
asau
5dab70e8ea Update to MPICH2 1.2.1.
===============================================================================
                               Changes in 1.2.1
===============================================================================

 # OVERALL: Improved support for fine-grained multithreading.

 # OVERALL: Improved integration with Valgrind for debugging builds of MPICH2.

 # PM/PMI: Initial support for hwloc process-core binding library in
   Hydra.

 # PM/PMI: Updates to the PMI-2 code to match the PMI-2 API and
   wire-protocol draft.

 # Several other minor bug fixes, memory leak fixes, and code cleanup.
   A full list of changes is available using:

     svn log -r5425:HEAD https://svn.mcs.anl.gov/repos/mpi/mpich2/tags/release/mpich2-1.2.1

     ... or at the following link:

     https://trac.mcs.anl.gov/projects/mpich2/log/mpich2/tags/release/mpich2-1.2.1?action=follow_copy&rev=HEAD&stop_rev=5425&mode=follow_copy


===============================================================================
                               Changes in 1.2
===============================================================================

 # OVERALL: Support for MPI-2.2

 # OVERALL: Several fixes to Nemesis/MX.

 # WINDOWS: Performance improvements to Nemesis/windows.

 # PM/PMI: Scalability and performance improvements to Hydra using
   PMI-1.1 process-mapping features.

 # PM/PMI: Support for process-binding for hyperthreading enabled
   systems in Hydra.

 # PM/PMI: Initial support for PBS as a resource management kernel in
   Hydra.

 # PM/PMI: PMI2 client code is now officially included in the release.

 # TEST SUITE: Support to run the MPICH2 test suite through valgrind.

 # Several other minor bug fixes, memory leak fixes, and code cleanup.
   A full list of changes is available using:

     svn log -r5025:HEAD https://svn.mcs.anl.gov/repos/mpi/mpich2/tags/release/mpich2-1.2

     ... or at the following link:

     https://trac.mcs.anl.gov/projects/mpich2/log/mpich2/tags/release/mpich2-1.2?action=follow_copy&rev=HEAD&stop_rev=5025&mode=follow_copy


===============================================================================
                               Changes in 1.1.1p1
===============================================================================

 - OVERALL: Fixed an invalid read in the dataloop code for zero count types.

 - OVERALL: Fixed several bugs in ch3:nemesis:mx (tickets #744,#760;
   also change r5126).

 - BUILD SYSTEM: Several fixes for functionality broken in 1.1.1 release,
   including MPICH2LIB_xFLAGS and extra libraries living in $LIBS instead of
   $LDFLAGS.  Also, '-lpthread' should no longer be duplicated in link lines.

 - BUILD SYSTEM: MPICH2 shared libraries are now compatible with glibc versioned
   symbols on Linux, such as those present in the MX shared libraries.

 - BUILD SYSTEM: Minor tweaks to improve compilation under the nvcc CUDA
   compiler.

 - PM/PMI: Fix mpd incompatibility with python2.3 introduced in mpich2-1.1.1.

 - PM/PMI: Several fixes to hydra, including memory leak fixes and process
   binding issues.

 - TEST SUITE: Correct invalid arguments in the coll2 and coll3 tests.

 - Several other minor bug fixes, memory leak fixes, and code cleanup.  A full
   list of changes is available using:

     svn log -r5032:HEAD https://svn.mcs.anl.gov/repos/mpi/mpich2/tags/release/mpich2-1.1.1p1

     ... or at the following link:

     https://trac.mcs.anl.gov/projects/mpich2/log/mpich2/tags/release/mpich2-1.1.1p1?action=follow_copy&rev=HEAD&stop_rev=5032&mode=follow_copy


===============================================================================
                               Changes in 1.1.1
===============================================================================

 # OVERALL: Improved support for Boost MPI.

 # PM/PMI: Significantly improved time taken by MPI_Init with Nemesis and MPD on
   large numbers of processes.

 # PM/PMI: Improved support for hybrid MPI-UPC program launching with
   Hydra.

 # PM/PMI: Improved support for process-core binding with Hydra.

 # PM/PMI: Preliminary support for PMI-2. Currently supported only
   with Hydra.

 # Many other bug fixes, memory leak fixes and code cleanup. A full
   list of changes is available using:

  svn log -r4655:HEAD https://svn.mcs.anl.gov/repos/mpi/mpich2/tags/release/mpich2-1.1.1

  ... or at the following link:

  https://trac.mcs.anl.gov/projects/mpich2/log/mpich2/tags/release/mpich2-1.1.1?action=follow_copy&rev=HEAD&stop_rev=4655&mode=follow_copy


===============================================================================
                               Changes in 1.1
===============================================================================

- OVERALL: Added MPI 2.1 support.

- OVERALL: Nemesis is now the default configuration channel with a
  completely new TCP communication module.

- OVERALL: Windows support for nemesis.

- OVERALL: Added a new Myrinet MX network module for nemesis.

- OVERALL: Initial support for shared-memory aware collective
  communication operations.  Currently MPI_Bcast, MPI_Reduce, MPI_Allreduce,
  and MPI_Scan.

- OVERALL: Improved handling of MPI Attributes.

- OVERALL: Support for BlueGene/P through the DCMF library (thanks to
  IBM for the patch).

- OVERALL: Experimental support for fine-grained multithreading

- OVERALL: Added dynamic processes support for Nemesis.

- OVERALL: Added automatic as well as statically runtime configurable
  receive timeout variation for MPD (thanks to OSU for the patch).

- OVERALL: Improved performance for MPI_Allgatherv, MPI_Gatherv, and MPI_Alltoall.

- PM/PMI: Initial support for the new Hydra process management
  framework (current support is for ssh, rsh, fork and a preliminary
  version of slurm).

- ROMIO: Added support for MPI_Type_create_resized and
  MPI_Type_create_indexed_block datatypes in ROMIO.

- ROMIO: Optimized Lustre ADIO driver (thanks to Weikuan Yu for
  initial work and Sun for further improvements).

- Many other bug fixes, memory leak fixes and code cleanup. A full
  list of changes is available using:

  svn log -r813:HEAD https://svn.mcs.anl.gov/repos/mpi/mpich2/tags/release/mpich2-1.1

  ... or at the following link:

  https://trac.mcs.anl.gov/projects/mpich2/log/mpich2/tags/release/mpich2-1.1?action=follow_copy&rev=HEAD&stop_rev=813&mode=follow_copy
2009-12-13 18:38:10 +00:00
asau
dacbd96087 Support staged installation. 2009-12-13 17:57:25 +00:00
asau
d0990187af Rename internal "getline" to unbreak build on NetBSD.
Support staged installation.
2009-12-13 17:42:36 +00:00
abs
01e6c1e6f7 Fix accidental tabs->spaces conversion 2009-12-13 17:29:19 +00:00
wiz
c9968f9c42 + biew-6.1.0, etm-420, graphviz-2.26.0, hal-0.5.14, ktorrent3-3.3.1,
libtorrent-0.12.6, mono-2.4.3, mono-xsp-2.4.3, ntp4-4.2.6,
  p5-Encode-2.39, p5-Pod-Simple-3.11, p5-TimeDate-1.20, p5-XML-RSS-1.47,
  p5-YAML-Tiny-1.41, p5-ack-1.92, poppler-data-0.4.0, x264-devel-20091212.
2009-12-13 16:11:52 +00:00
abs
eb1a638d03 Support PKG_DESTDIR_SUPPORT=user-destdir
From Aleksey Cheusov, slighted adjusted by me
2009-12-13 16:03:52 +00:00
wiz
d955c99a21 + Sigil-0.1.6 [needs qt-4.6], asterisk16-1.6.1.11, bochs-2.4.2
[pkg/42443], calibre-0.6.27, cherokee-0.99.33, eric3-4.3.10 [now
  called eric4], libgcrypt-1.4.5, libsigsegv-2.8, libsndfile-1.0.21,
  libssh-0.4.0, mono-tools-2.4.3, mp3diags-1.0.01, nss-3.12.5.4.8.2,
  openldap-client-2.4.20, p5-Date-Manip-6.05, scmgit-base-1.6.5.6,
  scmgit-docs-1.6.5.6, totem-pl-parser-2.28.2, xlogo-1.0.2, xmp-3.0.0,
  xterm-253.
2009-12-13 13:30:17 +00:00
wiz
078481bf31 Add buildlink3.mk file for R. (hi adam!). 2009-12-13 13:26:17 +00:00
wiz
0d661b71e9 Remove unused file. 2009-12-13 13:19:43 +00:00
wiz
84629495ab regen for new patch-ab. 2009-12-13 13:17:56 +00:00
obache
86a8d35e1c Updated graphics/libotf to 0.9.10 2009-12-13 13:16:06 +00:00
obache
9c1758ef0f Update libotf to 0.9.10.
While here, set LICENSE=gnu-lgpl-v2.1.

* Changes in libotf 0.9.10

** This release is mainly for bug fixes.
2009-12-13 13:11:55 +00:00
zafer
15c9f82326 update master_sites 2009-12-13 12:58:36 +00:00
zafer
6ffaac14b1 update homepage and master_sites 2009-12-13 12:46:06 +00:00
zafer
3b07362ab8 update master_sites 2009-12-13 12:27:17 +00:00
obache
40ff2f7c21 Update rcairo to 1.8.1.
Release 1.8.1 (2009-12-13)
===========================================================

Features
--------
  * Support cairo 1.8.8.
  * Improve auto .pc detection.
2009-12-13 12:26:44 +00:00
obache
f22e57751b buildlink avahi and fam conditionally as PKG_BUILD_OPTION. 2009-12-13 09:34:33 +00:00
martti
1c02379770 postfix 2009-12-13 08:56:18 +00:00
martti
f8e67fb9b2 Updated to the latest development release. 2009-12-13 08:55:57 +00:00
martti
2a6f077480 Added support for DESTDIR. 2009-12-13 08:42:26 +00:00
obache
c8919f5917 No need to use pkgsrc bsd_install, awk, sed and xargs for SUA 6.0 on bootstrap.
XXX: If someone confirmed SUA 5.2 also so, please adjust "3.* | 5.*)" to "3.*)".
2009-12-13 08:35:22 +00:00
obache
ba5ea2a581 Update tool paths and arguments for SUA 6.0
XXX: If someone have SUA 5.2 and confirmed that it have same tools for SUA 6.0,
XXX: please replace Interix-[0-5].*-* with Interix-[0-3].*-*.
2009-12-13 08:30:01 +00:00
obache
440a7ccae8 Interix>=5.2 have libc.so.5.2, but no higer revision exists.
So gave up to detect OS_VERSION with shlib version if libc.so.5.2 exists.
2009-12-13 08:19:45 +00:00
obache
69d0858e02 treat interix>3 same as interix3. 2009-12-13 08:13:07 +00:00
martti
c46bbcf62e Fix problems detected in my Slackware installation.
http://mail-index.netbsd.org/pkgsrc-users/2009/09/09/msg010660.html
http://mail-index.netbsd.org/pkgsrc-users/2009/09/09/msg010664.html
2009-12-13 07:49:55 +00:00
asau
c289c5f11d It does support staged installation. 2009-12-13 02:01:27 +00:00
asau
500eb2da2e Regenerate after DIST_SUBDIR change. 2009-12-13 01:49:18 +00:00
asau
929e84f109 Set DIST_SUBDIR. 2009-12-13 01:46:31 +00:00
asau
29f0d560eb - hdf-4.2r2 2009-12-13 01:42:21 +00:00
asau
415a2730c3 Updated benchmarks/skampi to 5.0.4.355 2009-12-13 01:35:53 +00:00
asau
e0a735023a Update to SKaMPI 5.0.4 rev. 355.
Changes are unknown.
Don't depend on gnuplot, it is not required for functioning.
2009-12-13 01:34:45 +00:00
asau
3641908084 Describe "openmpi-vampirtrace" option. 2009-12-12 23:43:32 +00:00
asau
395a20c75d Added parallel/openmpi version 1.4 2009-12-12 23:36:43 +00:00
asau
7f29115d5b + openmpi 2009-12-12 23:32:10 +00:00
asau
4f88aa10be Import OpenMPI 1.4 as parallel/openmpi.
OpenMPI is open source MPI-2 implementation.
2009-12-12 23:30:01 +00:00
asau
0f347b4a35 Support staged installation. 2009-12-12 23:20:52 +00:00
asau
2e045c8460 Support staged installation. 2009-12-12 21:58:18 +00:00
asau
53d3bcc557 Support staged installation. 2009-12-12 21:36:55 +00:00
asau
d0d0768c13 Support staged installation. 2009-12-12 21:12:43 +00:00
asau
448e342edf Home page moved.
Support staged installation.
2009-12-12 20:56:54 +00:00
asau
e389c3e730 Support staged installation. 2009-12-12 20:39:56 +00:00
asau
82386b2c27 Support staged installation. 2009-12-12 20:22:01 +00:00
asau
0cee6884cc Support staged installation. 2009-12-12 20:11:24 +00:00
asau
72aed07362 Support staged installation. 2009-12-12 19:43:41 +00:00