<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/parallel/mpi-ch, branch pkgsrc_2009Q3</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2009Q3</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2009Q3'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2009-06-14T18:10:40Z</updated>
<entry>
<title>Remove @dirrm entries from PLISTs</title>
<updated>2009-06-14T18:10:40Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-06-14T18:10:40Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c0ac4cada5a366bb52843fea1d42ac2ec087c00e'/>
<id>urn:sha1:c0ac4cada5a366bb52843fea1d42ac2ec087c00e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simply and speed up buildlink3.mk files and processing.</title>
<updated>2009-03-20T19:23:50Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-03-20T19:23:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=405c61d80251d8e80401aed2264d4bede218cb22'/>
<id>urn:sha1:405c61d80251d8e80401aed2264d4bede218cb22</id>
<content type='text'>
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
</content>
</entry>
<entry>
<title>Switch to Python 2.5 as default. Bump revision of all packages that have</title>
<updated>2009-02-09T22:56:21Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-02-09T22:56:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f924822c130c51be136909680525539e680962b9'/>
<id>urn:sha1:f924822c130c51be136909680525539e680962b9</id>
<content type='text'>
changed runtime dependencies now.
</content>
</entry>
<entry>
<title>Update MPICH2 to 1.0.8, maintainer update request by PR 40239.</title>
<updated>2008-12-21T11:41:01Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2008-12-21T11:41:01Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6c30a92a027a0fa8841b1b83b2979912dc5877bd'/>
<id>urn:sha1:6c30a92a027a0fa8841b1b83b2979912dc5877bd</id>
<content type='text'>
Changes since 1.0.7:
- Added support for MPI 2.1
- Added support for MPI_Type_create_resized and
  MPI_Type_create_indexed_block datatypes in ROMIO.
- Bug fixes, memory leak fixes and code cleanup.
</content>
</entry>
<entry>
<title>Add missing dependency on X11.  Based on maintainer's PR 39107.</title>
<updated>2008-07-11T01:57:00Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2008-07-11T01:57:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2cf1155051a459e956819f24d087e9c8e923b0c7'/>
<id>urn:sha1:2cf1155051a459e956819f24d087e9c8e923b0c7</id>
<content type='text'>
Fixes build failure with X11_TYPE=native.

While here, bin/mpdroot marked as special perms.

Bump PKGREVISION.
</content>
</entry>
<entry>
<title>prune wip reference</title>
<updated>2008-05-29T20:27:47Z</updated>
<author>
<name>tnn</name>
<email>tnn</email>
</author>
<published>2008-05-29T20:27:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=30e20dfa08a4c46f23da1d3dccf8afcc055fae93'/>
<id>urn:sha1:30e20dfa08a4c46f23da1d3dccf8afcc055fae93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to mpich2-1.0.7. From pkgsrc-wip, contributed by Aleksej Saushev.</title>
<updated>2008-05-29T20:25:53Z</updated>
<author>
<name>tnn</name>
<email>tnn</email>
</author>
<published>2008-05-29T20:25:53Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=939891b9fe71d8988e38435099f9c9ddc893f777'/>
<id>urn:sha1:939891b9fe71d8988e38435099f9c9ddc893f777</id>
<content type='text'>
MPICH2 is an all-new implementation of MPI from the group at Argonne
National Laboratory.  It shares many goals with the original MPICH but
no actual code.  It is a portable, high-performance implementation of
the entire MPI-2 standard.  This release has all MPI-2 functions and
features required by the standard with the exception of support for the
"external32" portable I/O format.
</content>
</entry>
<entry>
<title>Second round of explicit pax dependencies. As reminded by tnn@,</title>
<updated>2008-05-26T02:13:14Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2008-05-26T02:13:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2374ca422f2eb8b46ed600c7bb21740b2865d899'/>
<id>urn:sha1:2374ca422f2eb8b46ed600c7bb21740b2865d899</id>
<content type='text'>
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
</content>
</entry>
<entry>
<title>Reset maintainer on his request.</title>
<updated>2008-01-19T09:16:17Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2008-01-19T09:16:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f05f141b9016adc26a24c1585267ac3fc81b6efc'/>
<id>urn:sha1:f05f141b9016adc26a24c1585267ac3fc81b6efc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add MAKE_JOBS_SAFE=no</title>
<updated>2007-07-02T19:21:14Z</updated>
<author>
<name>gdt</name>
<email>gdt</email>
</author>
<published>2007-07-02T19:21:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=86859a51e93311d20006752f6a829286fe1e0d5d'/>
<id>urn:sha1:86859a51e93311d20006752f6a829286fe1e0d5d</id>
<content type='text'>
</content>
</entry>
</feed>
