notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net/mpich/Makefile

Number of commits found: 97

Tuesday, 30 Jan 2024
20:25 Muhammad Moinur Rahman (bofh) search for other commits by this committer
net/mpich: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 9e21f633be5f50c94870791f87bf96ddaf2fc3a4 commit hash: 9e21f633be5f50c94870791f87bf96ddaf2fc3a4 commit hash: 9e21f633be5f50c94870791f87bf96ddaf2fc3a4 commit hash: 9e21f633be5f50c94870791f87bf96ddaf2fc3a4 9e21f63
Tuesday, 23 Jan 2024
19:09 Thierry Thomas (thierry) search for other commits by this committer
net/mpich: apply the fix for clang 17 on all OSVERSION

clang-17 has been MFC’ed: do not check OSVERSION but rather COMPILER_VERSION.

PR:		276035
Reported by:	pmc (at) citylink.dinoex.sub.org
commit hash: 22ba7292a1c9956f39d2004c0513bede7e2cbcee commit hash: 22ba7292a1c9956f39d2004c0513bede7e2cbcee commit hash: 22ba7292a1c9956f39d2004c0513bede7e2cbcee commit hash: 22ba7292a1c9956f39d2004c0513bede7e2cbcee 22ba729
Monday, 1 Jan 2024
11:29 Thierry Thomas (thierry) search for other commits by this committer Author: Dimitry Andric
net/mpich: real fix for clang-17

This replaces the previous work-around and the need of an external
compiler.

For detailed explanations, see PR 276035.

PR:		276035
commit hash: 3eba17d8241bcf4c0ebc213ba246f6111f1770b3 commit hash: 3eba17d8241bcf4c0ebc213ba246f6111f1770b3 commit hash: 3eba17d8241bcf4c0ebc213ba246f6111f1770b3 commit hash: 3eba17d8241bcf4c0ebc213ba246f6111f1770b3 3eba17d
Sunday, 31 Dec 2023
13:39 Thierry Thomas (thierry) search for other commits by this committer
net/mpich: fix PORTREVISION after 003d02547265
commit hash: bd8c784088912f6dd5b908456b23c446fe523b42 commit hash: bd8c784088912f6dd5b908456b23c446fe523b42 commit hash: bd8c784088912f6dd5b908456b23c446fe523b42 commit hash: bd8c784088912f6dd5b908456b23c446fe523b42 bd8c784
11:40 Thierry Thomas (thierry) search for other commits by this committer
net/mpich: work-around to build the dependencies on -CURRENT

Since the switch from clang-16 to 17.0.6 on -CURRENT, MPICH encounters
linker errors.

A work-around to force the usage of clang <= 16 has been introduced in
eb36006fdb70, but when the compiler has been forced to build, it must be
kept to build the dependencies.

PR:		276035
commit hash: d12f454e3692d7fbb8e95e4da0cb84f2d7c753a5 commit hash: d12f454e3692d7fbb8e95e4da0cb84f2d7c753a5 commit hash: d12f454e3692d7fbb8e95e4da0cb84f2d7c753a5 commit hash: d12f454e3692d7fbb8e95e4da0cb84f2d7c753a5 d12f454
Saturday, 30 Dec 2023
17:05 Muhammad Moinur Rahman (bofh) search for other commits by this committer
net/mpich: Revert dependency changes

Revert "net/mpich: fix build by removal of hydra from pkg-plist"

This reverts commit 531052cb22f42acc476e0b15379db24115b683f1.

Revert "net/mpich: Update dependency"

This reverts commit 78bb85928c8845e2f3ccd78dc68bd2e7184a9339.

sysutils/torque is required by mpich.

Reported by:	thierry
commit hash: 003d02547265d581b5defeea24580c5d9277235b commit hash: 003d02547265d581b5defeea24580c5d9277235b commit hash: 003d02547265d581b5defeea24580c5d9277235b commit hash: 003d02547265d581b5defeea24580c5d9277235b 003d025
07:47 Muhammad Moinur Rahman (bofh) search for other commits by this committer
net/mpich: Update dependency

Default option HYDRA depends on expired port sysutils/torque. Remove the
DEFAULT option and dependencies.
commit hash: 78bb85928c8845e2f3ccd78dc68bd2e7184a9339 commit hash: 78bb85928c8845e2f3ccd78dc68bd2e7184a9339 commit hash: 78bb85928c8845e2f3ccd78dc68bd2e7184a9339 commit hash: 78bb85928c8845e2f3ccd78dc68bd2e7184a9339 78bb859
Tuesday, 19 Dec 2023
20:53 Rainer Hurling (rhurlin) search for other commits by this committer
net/mpich: Unbreak on CURRENT with base clang 17

clang version 17.0.6 causes linker errors that break the build on
15.0-CURRENT.  Work around this by building with an older llvm from
ports. This patch is same as commit f25b169ac895.

Thanks to thierry@ for the hint.
commit hash: eb36006fdb707f3f8c9df41d465cc5b89addcf78 commit hash: eb36006fdb707f3f8c9df41d465cc5b89addcf78 commit hash: eb36006fdb707f3f8c9df41d465cc5b89addcf78 commit hash: eb36006fdb707f3f8c9df41d465cc5b89addcf78 eb36006
Monday, 18 Dec 2023
21:26 Thierry Thomas (thierry) search for other commits by this committer
net/mpich: fix with Slurm-23.11.1

See <https://github.com/pmodels/mpich/issues/6806>.

Patch from <https://github.com/pmodels/mpich/pull/6820>.
commit hash: 141ef0c641119a06a15c13e4ebcece7c9e857f92 commit hash: 141ef0c641119a06a15c13e4ebcece7c9e857f92 commit hash: 141ef0c641119a06a15c13e4ebcece7c9e857f92 commit hash: 141ef0c641119a06a15c13e4ebcece7c9e857f92 141ef0c
Sunday, 10 Dec 2023
10:23 Thierry Thomas (thierry) search for other commits by this committer
net/mpich: upgrade to 4.1.2

Upgrade to 4.1.2

Release notes at <https://www.mpich.org/2023/06/08/mpich-4-1-2-released/>.

It also installs mpi_f08.mod and some other interfaces, but this requires
ISO_Fortran_binding.h to be found.

PR:		275317
Exp-run by:	antoine@
commit hash: 81372858caaf3bccba99f2b851320f13620d7dad commit hash: 81372858caaf3bccba99f2b851320f13620d7dad commit hash: 81372858caaf3bccba99f2b851320f13620d7dad commit hash: 81372858caaf3bccba99f2b851320f13620d7dad 8137285
Sunday, 13 Aug 2023
14:48 Piotr Kubaj (pkubaj) search for other commits by this committer
net/mpich: drop not necessary powerpc64 knob
commit hash: b9968413c84488a46fa959ff2381660797c773fe commit hash: b9968413c84488a46fa959ff2381660797c773fe commit hash: b9968413c84488a46fa959ff2381660797c773fe commit hash: b9968413c84488a46fa959ff2381660797c773fe b996841
Sunday, 23 Apr 2023
09:09 Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b 8d3e020
Wednesday, 28 Dec 2022
16:51 Thierry Thomas (thierry) search for other commits by this committer
Mk/Uses/mpi.mk: revert c9a111c1f2ce by marking MPICH libraries as private

Mark the libraries brought by MPICH dependencies as private, in order to
avoid to register them.

Patch provided by tijl@.
commit hash: 1bcedd2d66a8edc15a075d4a9c383a5627a46306 commit hash: 1bcedd2d66a8edc15a075d4a9c383a5627a46306 commit hash: 1bcedd2d66a8edc15a075d4a9c383a5627a46306 commit hash: 1bcedd2d66a8edc15a075d4a9c383a5627a46306 1bcedd2
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Saturday, 18 Dec 2021
12:41 Jan Beich (jbeich) search for other commits by this committer
net/mpich: update to 3.4.3

Changes:	https://www.mpich.org/2021/12/16/mpich-3-4-3-released/
Reported by:	GitHub (watch releases)
commit hash: ac8df55e2d296cf886005f9dda70fdca4b3662e6 commit hash: ac8df55e2d296cf886005f9dda70fdca4b3662e6 commit hash: ac8df55e2d296cf886005f9dda70fdca4b3662e6 commit hash: ac8df55e2d296cf886005f9dda70fdca4b3662e6 ac8df55
Thursday, 4 Nov 2021
18:25 Yuri Victorovich (yuri) search for other commits by this committer
net/mpich: Fix bug with uninitialized variables

Patch suggested in
https://github.com/nwchemgit/nwchem/issues/463#issuecomment-960359049
is added.

science/nwchem now works with mpich.
commit hash: 6fa3abe29462e2009e38629be7e46464d32d2e26 commit hash: 6fa3abe29462e2009e38629be7e46464d32d2e26 commit hash: 6fa3abe29462e2009e38629be7e46464d32d2e26 commit hash: 6fa3abe29462e2009e38629be7e46464d32d2e26 6fa3abe
Friday, 29 Oct 2021
09:50 Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a 819f25b
Thursday, 28 Oct 2021
00:08 Jan Beich (jbeich) search for other commits by this committer
net/mpich: switch L0=off to --without-ze after 697c7df81364

https://github.com/pmodels/mpich/commit/67b1e07851fe
https://github.com/pmodels/mpich/commit/84ae6243139c

PR:		252536
Reported by:	Edoardo Aprà
commit hash: dea82318648e46c157874bd1079f50b23c9c08d0 commit hash: dea82318648e46c157874bd1079f50b23c9c08d0 commit hash: dea82318648e46c157874bd1079f50b23c9c08d0 commit hash: dea82318648e46c157874bd1079f50b23c9c08d0 dea8231
Wednesday, 27 Oct 2021
22:19 Jan Beich (jbeich) search for other commits by this committer
net/mpich: replace L0 fix with upstream version

PR:		252536
Reported by:	Edoardo Aprà
commit hash: a46966bb3496e0cf8100f6acdd671d4fb90c9cdb commit hash: a46966bb3496e0cf8100f6acdd671d4fb90c9cdb commit hash: a46966bb3496e0cf8100f6acdd671d4fb90c9cdb commit hash: a46966bb3496e0cf8100f6acdd671d4fb90c9cdb a46966b
Tuesday, 28 Sep 2021
12:38 Wen Heping (wen) search for other commits by this committer
net/mpich: Update CONFLICTS
commit hash: e48452d26f27e38296a326b25777bd135e24fbce commit hash: e48452d26f27e38296a326b25777bd135e24fbce commit hash: e48452d26f27e38296a326b25777bd135e24fbce commit hash: e48452d26f27e38296a326b25777bd135e24fbce e48452d
Monday, 6 Sep 2021
22:25 Jan Beich (jbeich) search for other commits by this committer Author: Henrik Gulbrandsen
net/mpich: unbreak optimized runtime after 88e134883dd2

Runtime may fail without a L0 driver like intel-compute-runtime e.g.,

$ mpivars
Abort(268484367) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init_thread:
Other MPI error, error stack:
MPIR_Init_thread(153):  gpu_init failed
[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=268484367
:
system msg for write_line failure : Bad file descriptor
Attempting to use an MPI routine before initializing MPICH

$ MPIR_CVAR_ENABLE_GPU=0 mpivars
Abort(2139535) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init_thread:
Other MPI error, error stack:
MPIR_Init_thread(159)......:
MPID_Init(591).............:
MPIDI_SHM_mpi_init_hook(22):
MPIDI_IPC_mpi_init_hook(36):
MPIDI_GPU_mpi_init_hook(79):  gpu_get_dev_count failed
[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=2139535
:
system msg for write_line failure : Bad file descriptor
Abort(2139535) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init_thread:
Other MPI error, error stack:
MPIR_Init_thread(159)......:
MPID_Init(591).............:
MPIDI_SHM_mpi_init_hook(22):
MPIDI_IPC_mpi_init_hook(36):
MPIDI_GPU_mpi_init_hook(79):  gpu_get_dev_count failed
[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=2139535
:
system msg for write_line failure : Bad file descriptor
Segmentation fault

PR:		256244 (for tracking)
commit hash: b5815e7648a8e5307a20a234befa00e34306319d commit hash: b5815e7648a8e5307a20a234befa00e34306319d commit hash: b5815e7648a8e5307a20a234befa00e34306319d commit hash: b5815e7648a8e5307a20a234befa00e34306319d b5815e7
Thursday, 24 Jun 2021
00:56 Jan Beich (jbeich) search for other commits by this committer
devel/level-zero: update to 1.4.1

Changes:	https://github.com/oneapi-src/level-zero/compare/v1.3.7...v1.4.1
Reported by:	GitHub (watch releases)
commit hash: f9e3cb9fcd9adf2bf8c046c8d9cf4d2db9809e8c commit hash: f9e3cb9fcd9adf2bf8c046c8d9cf4d2db9809e8c commit hash: f9e3cb9fcd9adf2bf8c046c8d9cf4d2db9809e8c commit hash: f9e3cb9fcd9adf2bf8c046c8d9cf4d2db9809e8c f9e3cb9
Sunday, 30 May 2021
21:43 Jan Beich (jbeich) search for other commits by this committer
net/mpich: enable L0 by default for GPU support

To disable at runtime set MPIR_CVAR_ENABLE_GPU=0 via environ(7).

PR:		256244
Tested by:	thierry
commit hash: 88e134883dd2a2a78b909fdee59257513afe0c77 commit hash: 88e134883dd2a2a78b909fdee59257513afe0c77 commit hash: 88e134883dd2a2a78b909fdee59257513afe0c77 commit hash: 88e134883dd2a2a78b909fdee59257513afe0c77 88e1348
Saturday, 29 May 2021
17:25 Jan Beich (jbeich) search for other commits by this committer
net/mpich: update to 3.4.2

Changes:	https://www.mpich.org/2021/05/28/mpich-3-4-2-released/
Reported by:	GitHub (watch releases)
commit hash: 697c7df81364032a207540f1c8ee14131031cbe9 commit hash: 697c7df81364032a207540f1c8ee14131031cbe9 commit hash: 697c7df81364032a207540f1c8ee14131031cbe9 commit hash: 697c7df81364032a207540f1c8ee14131031cbe9 697c7df
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 20 Feb 2021
04:26 nc search for other commits by this committer
net/mpich: Update to 3.4.1

Changes: https://www.mpich.org/2021/01/26/mpich-3-4-1-released/
Original commitRevision:566140 
Tuesday, 12 Jan 2021
19:32 pkubaj search for other commits by this committer
net/mpich: fix build on powerpc64

Neither __BYTE_ORDER nor __BIG_ENDIAN are defined:
In file included from src/mpi/datatype/typerep/dataloop/looputil.c:10:
./src/mpi/datatype/typerep/dataloop/looputil.h:57:2: error: This code assumes
that __BYTE_ORDER and __BIG_ENDIAN are defined
#error This code assumes that __BYTE_ORDER and __BIG_ENDIAN are defined
Original commitRevision:561371 
Saturday, 9 Jan 2021
17:51 jbeich search for other commits by this committer
net/mpich: unbreak with level-zero after r560756

level-zero is pulled as a build-only dependency of intel-compute-runtime.
mpich support for level-zero is broken and uses pre-1.0 API (before r545238).

src/gpu/mpl_gpu_ze.c:123:11: warning: implicit declaration of function
'zeDriverGetMemIpcHandle' is invalid in C99 [-Wimplicit-function-declaration]
    ret = zeDriverGetMemIpcHandle(global_ze_driver_handle, ptr, ipc_handle);
          ^
src/gpu/mpl_gpu_ze.c:139:9: warning: implicit declaration of function
'zeDriverOpenMemIpcHandle' is invalid in C99 [-Wimplicit-function-declaration]
        zeDriverOpenMemIpcHandle(global_ze_driver_handle,
        ^
src/gpu/mpl_gpu_ze.c:140:70: error: no member named 'global_dev_id' in 'struct
_ze_ipc_mem_handle_t'
                                
global_ze_devices_handle[ipc_handle.global_dev_id],
                                                          ~~~~~~~~~~ ^
src/gpu/mpl_gpu_ze.c:141:45: error: no member named 'handle' in 'struct
_ze_ipc_mem_handle_t'
                                 ipc_handle.handle, ZE_IPC_MEMORY_FLAG_NONE,
ptr);
                                 ~~~~~~~~~~ ^
src/gpu/mpl_gpu_ze.c:141:53: error: use of undeclared identifier
'ZE_IPC_MEMORY_FLAG_NONE'; did you mean 'ZE_IPC_MEMORY_FLAG_TBD'?
                                 ipc_handle.handle, ZE_IPC_MEMORY_FLAG_NONE,
ptr);
                                                    ^~~~~~~~~~~~~~~~~~~~~~~
src/gpu/mpl_gpu_ze.c:156:11: warning: implicit declaration of function
'zeDriverCloseMemIpcHandle' is invalid in C99 [-Wimplicit-function-declaration]
    ret = zeDriverCloseMemIpcHandle(global_ze_driver_handle, ptr);
          ^
src/gpu/mpl_gpu_ze.c:171:11: warning: implicit declaration of function
'zeDriverGetMemAllocProperties' is invalid in C99
[-Wimplicit-function-declaration]
    ret = zeDriverGetMemAllocProperties(global_ze_driver_handle, ptr, &ptr_attr,
&device);
          ^
src/gpu/mpl_gpu_ze.c:202:25: error: use of undeclared identifier
'ZE_DEVICE_MEM_ALLOC_FLAG_DEFAULT'
    device_desc.flags = ZE_DEVICE_MEM_ALLOC_FLAG_DEFAULT;
                        ^
src/gpu/mpl_gpu_ze.c:204:17: error: no member named 'version' in 'struct
_ze_device_mem_alloc_desc_t'
    device_desc.version = ZE_DEVICE_MEM_ALLOC_DESC_VERSION_CURRENT;
    ~~~~~~~~~~~ ^
src/gpu/mpl_gpu_ze.c:204:27: error: use of undeclared identifier
'ZE_DEVICE_MEM_ALLOC_DESC_VERSION_CURRENT'
    device_desc.version = ZE_DEVICE_MEM_ALLOC_DESC_VERSION_CURRENT;
                          ^
src/gpu/mpl_gpu_ze.c:208:11: warning: implicit declaration of function
'zeDriverAllocDeviceMem' is invalid in C99 [-Wimplicit-function-declaration]
    ret = zeDriverAllocDeviceMem(global_ze_driver_handle, &device_desc,
          ^
src/gpu/mpl_gpu_ze.c:223:23: error: use of undeclared identifier
'ZE_HOST_MEM_ALLOC_FLAG_DEFAULT'
    host_desc.flags = ZE_HOST_MEM_ALLOC_FLAG_DEFAULT;
                      ^
src/gpu/mpl_gpu_ze.c:224:15: error: no member named 'version' in 'struct
_ze_host_mem_alloc_desc_t'
    host_desc.version = ZE_HOST_MEM_ALLOC_DESC_VERSION_CURRENT;
    ~~~~~~~~~ ^
src/gpu/mpl_gpu_ze.c:224:25: error: use of undeclared identifier
'ZE_HOST_MEM_ALLOC_DESC_VERSION_CURRENT'
    host_desc.version = ZE_HOST_MEM_ALLOC_DESC_VERSION_CURRENT;
                        ^
src/gpu/mpl_gpu_ze.c:229:11: warning: implicit declaration of function
'zeDriverAllocHostMem' is invalid in C99 [-Wimplicit-function-declaration]
    ret = zeDriverAllocHostMem(global_ze_driver_handle, &host_desc, size,
mem_alignment, ptr);
          ^
src/gpu/mpl_gpu_ze.c:240:11: warning: implicit declaration of function
'zeDriverFreeMem' is invalid in C99 [-Wimplicit-function-declaration]
    ret = zeDriverFreeMem(global_ze_driver_handle, ptr);
          ^
src/gpu/mpl_gpu_ze.c:251:11: warning: implicit declaration of function
'zeDriverFreeMem' is invalid in C99 [-Wimplicit-function-declaration]
    ret = zeDriverFreeMem(global_ze_driver_handle, ptr);
          ^
src/gpu/mpl_gpu_ze.c:280:19: error: use of undeclared identifier
'device_handles'; did you mean 'dev_handle'?
    *dev_handle = device_handles[dev_id];
                  ^~~~~~~~~~~~~~

PR:		252536
Reported by:	Nick, thierry
Original commitRevision:560881 
Friday, 8 Jan 2021
09:30 thierry search for other commits by this committer
- Upgrade to 3.4:
  Release notes at <https://www.mpich.org/2021/01/05/mpich-3-4-released/>

- Depend on external libfabric and libjson-c

- Add a test target.
Original commitRevision:560756 
Friday, 27 Dec 2019
22:00 thierry search for other commits by this committer
Mpich installs some Perl scripts, e.g. parkill.
If Perl is not found during the build, their shebang is:
#!
Original commitRevision:521029 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Monday, 22 Apr 2019
13:16 gerald search for other commits by this committer
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.

Suggested by:	tijl
Original commitRevision:499638 
Friday, 22 Feb 2019
19:56 sunpoet search for other commits by this committer
Update MASTER_SITES and WWW
Original commitRevision:493612 
Monday, 17 Dec 2018
19:45 yuri search for other commits by this committer
net/mpich: Remove the compiler version check

It fails on science/meep for no obvious reason, and would otherwise prevent meep
from being upgraded mpich2->mpich.
Original commitRevision:487710 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Saturday, 24 Nov 2018
19:45 linimon search for other commits by this committer
Add USES=compiler:c11 to fix build on gcc-based archs.

PR:		233307
Submitted by:	Piotr Kubaj
Original commitRevision:485788 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Original commitRevision:475857 
Thursday, 7 Jun 2018
16:01 tijl search for other commits by this committer
Update to 3.2.1 and drop maintainership.
Original commitRevision:471929 
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Original commitRevision:437439 
Wednesday, 7 Dec 2016
13:24 gerald search for other commits by this committer
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.

The first part covered  ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.

This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.

PR:		214965
Reported by:	thierry
Original commitRevision:428057 
Wednesday, 23 Nov 2016
18:16 tijl search for other commits by this committer
Add patch to apply alignment attribute to a struct instead of a typedef.
This rounds the size of the struct to a multiple of the alignment such that
malloc and friends allocate memory with the correct alignment.

PR:		214784
MFH:		2016Q4
Original commitRevision:426949 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Monday, 1 Feb 2016
14:05 tijl search for other commits by this committer
The configure variable MPICH_LDFLAGS is no longer supported.  There is a
separate variable for each compiler wrapper now.

PR:		206655
Original commitRevision:407716 
Thursday, 12 Nov 2015
18:48 tijl search for other commits by this committer
Update to MPICH 3.2
Original commitRevision:401389 
Monday, 18 May 2015
12:22 tijl search for other commits by this committer
- Enable FORTRAN and GFORKER options by default due to popular request
- Add option group descriptions
Original commitRevision:386676 
Thursday, 26 Feb 2015
18:07 tijl search for other commits by this committer
- Update to MPICH 3.1.4
- Pass *FLAGS variables to configure via MPICHLIB_*FLAGS because otherwise
  they are hardcoded into mpicc [1]

PR:		197563 [1]
Original commitRevision:380043 
Thursday, 9 Oct 2014
11:21 tijl search for other commits by this committer
Update to MPICH 3.1.3

From the announcement:
This release adds several enhancements to Portals4 support, PAMI, RMA, and
ROMIO.  It also contains a large number of bug fixes.
Original commitRevision:370515 
Friday, 15 Aug 2014
20:28 tijl search for other commits by this committer
Update to MPICH 3.1.2

From the announcement:
This release contains significant enhancements to the BG/Q device,
especially for RMA and shared memory functionality.  It also contains
enhancements to ROMIO and upgrades hwloc to 1.9.  In addition, it updates
its weak alias support to align with gcc-4.x, has a better implementation
of MPI_Allreduce for intercommunicator, adds more F08 test cases and fixes
several bugs present in 3.1.1.
Original commitRevision:365036 
Thursday, 24 Jul 2014
16:09 amdmi3 search for other commits by this committer
- Switch devel/hwloc to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- Add LICENSE_FILE
- While here, fix stagedir reference in www/trafficserver

Approved by:	portmgr blanket
Original commitRevision:362817 
Tuesday, 10 Jun 2014
19:34 tijl search for other commits by this committer
Update to MPICH 3.1.1.

From the announcement:
This is a stable release that adds several capabilities including Blue
Gene/Q implementation supports for MPI-3, experimental Fortran 2008
bindings, significant rework of MPICH library management, and a large
number of bug fixes.
Original commitRevision:357370 
Monday, 5 May 2014
09:45 bapt search for other commits by this committer
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
Original commitRevision:352986 
Wednesday, 23 Apr 2014
13:25 tijl search for other commits by this committer
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).

PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries.  Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field.  In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.

PR:		ports/188759
Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
Original commitRevision:351936 
Monday, 10 Mar 2014
20:55 gerald search for other commits by this committer
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
Original commitRevision:347809 
Thursday, 20 Feb 2014
22:15 tijl search for other commits by this committer
- Update to MPICH 3.1.
- Remove bash and perl dependencies.
- Make Fortran support optional.
- Add options to select process managers.

Based on suggestions made by Matthieu Volat <matthieu.volat@ujf-grenoble.fr>
Original commitRevision:345271 
Friday, 14 Feb 2014
20:27 tijl search for other commits by this committer
Introduce MPICH version 3.1rc3 in net/mpich (copied from net/mpich2) as
upstream MPICH2 has been renamed back to MPICH.
Original commitRevision:344313 
Friday, 23 Jan 2009
12:33 gerald search for other commits by this committer
Remove net/mpich.  It fails to build, does not have a maintainer, no
other port depends on it, and has been superseded by net/mpich2.

Discussed with: pav
Original commit
Wednesday, 7 Jan 2009
16:34 gerald search for other commits by this committer
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
Original commit
Tuesday, 6 Jan 2009
22:35 gerald search for other commits by this committer
Use ${FC} instead of hard coding gfortran42 (which would need to be
gfortran43 nowadays).

Remove F77=${FC} from CONFIGURE_ENV since this provided by Mk/bsd.gcc.mk.

Add USE_GCC=4.3 since this port uses both C and Fortran frontends.
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Saturday, 4 Aug 2007
11:41 gabor search for other commits by this committer
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
Original commit
Saturday, 28 Jul 2007
07:39 thierry search for other commits by this committer
Don't use implicitly f77 but set USE_FORTRAN, thus install the f90
interface and fix on -CURRENT.
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Thursday, 19 Apr 2007
21:20 gabor search for other commits by this committer
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
  with letter n-p
Original commit
Wednesday, 13 Dec 2006
13:20 linimon search for other commits by this committer
Reset dbader@ece.unm.edu due to timeouts and no response to email.

Hat:            portmgr
Original commit
Sunday, 10 Dec 2006
11:05 thierry search for other commits by this committer
Respect $X11BASE.

PR:             105844
Approved by:    maintainer's time-out
Original commit
Sunday, 20 Aug 2006
20:05 thierry search for other commits by this committer
- Upgrade to the latest MPICH-1;

- Change WWW and add a note about MPICH-2.

PR:             ports/100522
Approved by:    maintainer time-out (one month)
Original commit
Friday, 4 Aug 2006
12:34 erwin search for other commits by this committer
Add support for DESTDIR part I.

This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.

Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.

PR:             100555
Submitted by:   gabor
Sponsored by:   Google Summer of Code 2006
Original commit
Thursday, 26 May 2005
01:44 danfe search for other commits by this committer
Convert to OPTIONS.

Approved by:    maintainer
Original commit
Friday, 20 May 2005
22:06 thierry search for other commits by this committer
Add a link for ports still using mpiCC. [1]

Since I'm there, prune empty directories.

Reported by:    Kris via pointyhat [1]
Approved by:    maintainer [1]
Original commit
Saturday, 14 May 2005
12:16 thierry search for other commits by this committer
Upgrade to 1.2.6 and fix building problems by upgrading from jdk13 to
jdk14.

With some cleaning to pet portlint.

Remark: java is disabled when PACKAGE_BUILDING.

PR:             ports/79279
Submitted by:   maintainer
Original commit
Sunday, 22 Feb 2004
22:34 oliver search for other commits by this committer
Implement an WITHOUT_X11 and an WITHOUT_TK target

Approved By:    maintainer
Original commit
Wednesday, 4 Feb 2004
16:37 mi search for other commits by this committer
Upgrade 1.2.5 to 1.2.5.2, released in September. Include two patches
released by MPICH since then.

Approved by:    maintainer
Original commit
05:10 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Original commit
Monday, 18 Aug 2003
06:15 daichi search for other commits by this committer
update ports/net/mpich: 1.2.5_1 -> 1.2.5_2
  - maintainer mail address change
  - added some patch files to PATCHFILES

PR:             55608
Submitted by:   David A. Bader <dbader@ece.unm.edu> (maintainer)
Original commit
Friday, 21 Feb 2003
13:15 knu search for other commits by this committer
De-pkg-comment.
Original commit
Thursday, 13 Feb 2003
04:09 nork search for other commits by this committer
Update to 1.2.5.

PR:             ports/48230
Submitted by:   David A. Bader <dbader@eece.unm.edu>
Original commit
Sunday, 24 Nov 2002
13:41 knu search for other commits by this committer
Add parallel to CATEGORIES.

PR:             ports/39094
Submitted by:   trevor
Original commit
Friday, 1 Nov 2002
16:13 nork search for other commits by this committer
Update(add new patches), and version bump.

Submitted by:   Mikhail Teterin <mi+mx@aldan.algebra.com>
Approved by:    David A. Bader <dbader@eece.unm.edu> (maintainer)
Original commit
Thursday, 12 Sep 2002
17:58 nork search for other commits by this committer
make the java dependency more flexible

Submitted by:   Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
Reviewed by:    maintainer
Approved by:    knu (mentor)
Original commit
Thursday, 27 Jun 2002
05:01 nork search for other commits by this committer
Update to 1.2.4

PR:             39658
Submitted by:   Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
Reviewed by:    maintainer
Approved by:    knu (mentor)
Original commit
Saturday, 18 May 2002
02:17 kris search for other commits by this committer
BROKEN: Does not package correctly
Original commit
Tuesday, 5 Mar 2002
16:24 lioux search for other commits by this committer
Update to 1.2.3    
Original commit
Sunday, 7 Oct 2001
23:44 lioux search for other commits by this committer
update to 1.2.2.2    
Original commit
Sunday, 26 Aug 2001
18:57 lioux search for other commits by this committer
o Update to 1.2.2   o Remove patch-aa (no longer necessary)   o Add
patch-mpid::ch2::chtick.c which fixes a missing header file include    
Original commit
Thursday, 28 Jun 2001
23:26 olgeni search for other commits by this committer
Add patch file 5996. I also fixed/sorted pkg-plist.    
Original commit
Tuesday, 17 Apr 2001
20:14 kris search for other commits by this committer
Bump PORTREVISION    
Original commit
20:14 kris search for other commits by this committer
Add a metric buttload of patches.    
Original commit
Sunday, 3 Dec 2000
03:24 lioux search for other commits by this committer
Add a new official distribution patch, number 5655.    
Original commit
Friday, 17 Nov 2000
11:45 lioux search for other commits by this committer
Add tk80 dependecy and have MPICH use it, so that   all files listed in the
PLIST get correctly built   on any system.    
Original commit
Sunday, 12 Nov 2000
12:21 lioux search for other commits by this committer
Add latest official distribution patches.    
Original commit
Saturday, 30 Sep 2000
15:41 dannyboy search for other commits by this committer
Bump PORTREVISION.  Three commits, one PR (sigh).    
Original commit
05:04 dannyboy search for other commits by this committer
Add two PATCHFILES.    
Original commit
Saturday, 9 Sep 2000
11:16 kevlo search for other commits by this committer
Update to version 1.2.1    
Original commit
Monday, 29 May 2000
04:34 steve search for other commits by this committer
Add the following distribution patches: 5226, r157, and rpvfs.    
Original commit

Number of commits found: 97