Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.0.5_1 18 Aug 2024 11:42:14 |
Vladimir Druzenko (vvd) Author: Laurent Chardon |
net/openmpi: Fix shortfloat support
- Improve the test for half precision support. The old test gave
incorrect results, in particular for older compilers.
The test is now compiler independent since both gcc and clang
have supported __Float16 for a long while.
- Remove unused code for plist substitution of NO_MCA_PATCHER_OVERWRITE
PR: 280879 |
5.0.5 23 Jul 2024 13:34:05 |
Vladimir Druzenko (vvd) Author: Laurent Chardon |
net/openmpi: update 5.0.4 → 5.0.5
Upstream fix of a typo that prevents compilation on aarch64
Changelog:
https://docs.open-mpi.org/en/v5.0.x/release-notes/changelog/v5.0.x.html#open-mpi-version-v5-0-5
PR: 280416 |
5.0.4 21 Jul 2024 12:38:47 |
Vladimir Druzenko (vvd) Author: Laurent Chardon |
net/openmpi: update 5.0.3 → 5.0.4
- Remove slurm from default options
- Reinstate romio in default option
- Remove level-zero dependency
Changelog:
https://docs.open-mpi.org/en/v5.0.x/release-notes/changelog/v5.0.x.html#open-mpi-version-v5-0-4
PR: 280369 |
5.0.3_2 30 Jun 2024 13:10:10 |
Rene Ladan (rene) |
net/openmpi: remove support for expired graphics/torque |
5.0.3_1 23 May 2024 14:56:47 |
Robert Clausecker (fuz) Author: Laurent Chardon |
net/openmpi: Fix shortfloat regression clang < 170
PR: 278833 |
5.0.3 16 May 2024 22:19:47 |
Piotr Kubaj (pkubaj) |
net/openmpi: fix build on powerpc*
configure:16066: checking for short float
configure:16066: cc -c -DNDEBUG -O2 -pipe -I/usr/local/include/gcc13
-fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing
-finline-functions -isystem /usr/local/include conftest.c >&5
conftest.c:149:13: error: 'short float' is invalid
149 | if (sizeof (short float))
| ^
1 error generated. |
5.0.3 06 May 2024 19:08:16 |
Robert Clausecker (fuz) Author: Laurent Chardon |
net/openmpi: Update to 5.0.3
- Change maintainer
- Remove versionned dependency to hwloc2
- Re-generate sm.h patch to please portlint
Changelog:
https://docs.open-mpi.org/en/v5.0.x/release-notes/changelog/v5.0.x.html |
5.0.2 19 Feb 2024 20:20:29 |
Thierry Thomas (thierry) |
net/openmpi: upgrade to v5.0.2
Also fix with Python-3.1x (patch by fluffy@).
Changelog at
<https://docs.open-mpi.org/en/v5.0.x/release-notes/changelog/v5.0.x.html#open-mpi-version-v5-0-2> |
5.0.1 18 Feb 2024 09:22:34 |
Thierry Thomas (thierry) |
net/openmpi: upgrade to v5.0.1
Release notes available at
<https://www-lb.open-mpi.org/software/ompi/major-changes.php>.
Notes:
- The MPI C++ bindings were deprecated in the MPI-2.2 standard in 2009, and
removed from the MPI-3.0 standard in 2012. The MPI C++ bindings were then
removed from Open MPI v5.0.0 in 2022;
- ofi (libfabric) was explicitly disabled in this port - I don’t know why
but kept it this way;
- ROMIO has been disabled (See <https://github.com/open-mpi/ompi/issues/9715>);
- 32 bits platforms are not supported: this port has been repocopied to
net/openmpi4 for them. |
4.1.5_4 22 Jan 2024 15:50:46 |
Muhammad Moinur Rahman (bofh) |
net/openmpi: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
4.1.5_3 09 Jan 2024 10:32:17 |
Baptiste Daroussin (bapt) |
MANPREFIX: eleminate its usage and move man to share/man |
4.1.5_2 30 Dec 2023 17:08:09 |
Muhammad Moinur Rahman (bofh) |
Revert "net/openmpi: Remove dependency"
This reverts commit 9f2583dd1a5db69e3291bf72cff7ec5e4e48fdb2.
torque is required by openmpi.
Reported by: thierry |
4.1.5_2 30 Dec 2023 07:53:40 |
Muhammad Moinur Rahman (bofh) |
net/openmpi: Remove dependency
There is a non-default option TORQUE which has dependency on sysutils/torque
which is to be expired. So remove the non-default option. |
4.1.5_2 18 Dec 2023 21:26:58 |
Thierry Thomas (thierry) |
net/openmpi: bump PORTREVISION after the upgrade of Slurm |
4.1.5_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
4.1.5 24 Feb 2023 12:11:46 |
Fernando ApesteguÃa (fernape) |
net/openmpi: update to 4.1.5
Reported by: portscout |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.1.4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
4.1.4 11 Jul 2022 17:49:04 |
Yuri Victorovich (yuri) |
net/openmpi: Update 4.1.3 -> 4.1.4
Bugfix release. |
4.1.3 01 Apr 2022 19:50:30 |
Christoph Moench-Tegeder (cmt) |
net/openmpi: update to 4.1.3
Bugfix Release, see announcement at
https://www.mail-archive.com/announce@lists.open-mpi.org/msg00147.html |
4.1.2 18 Jan 2022 20:43:01 |
Danilo Egea Gondolfo (danilo) |
net/openmpi: Update to 4.1.2
Drop maintainership |
4.1.1 27 Nov 2021 08:29:57 |
Alexey Dokuchaev (danfe) |
net/openmpi: unbreak the build when `net/libfabric' port is installed
Ideally, OFI option should be introduced, I've tried that first but it
does not build due to missing ENODATA definition.
Remove BROKEN_sparc64, it does not serve any useful purpose these days,
and we're not producing packages for this architecture anyways. |
4.1.1 23 Sep 2021 14:09:23 |
Piotr Kubaj (pkubaj) |
net/openmpi: fix packaging on armv*
From opal/mca/patcher/overwrite/configure.m4: |
4.1.1 23 Sep 2021 09:17:16 |
Piotr Kubaj (pkubaj) |
et/openmpi: disable SLURM on all 32-bit architectures |
4.1.1 19 May 2021 19:56:04 |
Danilo Egea Gondolfo (danilo) |
net/openmpi: Update to 4.1.1 |
4.1.0_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.1.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.1.0_1 11 Jan 2021 21:44:55 |
linimon |
Fix build on !x86 systems by ensuring option AVX cannot be set:
pkg-static: Unable to access file
/wrkdirs/usr/ports/net/openmpi/work/stage/usr/local/%%AVX%%mpi/openmpi/lib/openmpi/mca_op_avx.la:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/net/openmpi/work/stage/usr/local/%%AVX%%mpi/openmpi/lib/openmpi/mca_op_avx.so:No
such file or directory
While here, sort the _DESC entries, and gather the OPTIONS_DEFAULT,
OPTIONS_EXCLUDE_*, and OPTIONS_SUB entries together.
Approved by: portmgr (tier-2 blanket) |
4.1.0_1 10 Jan 2021 12:03:36 |
danilo |
net/openmpi: Add an option to enable AVX support
OpenMPI 4.1 fails to detect if the host supports AVX instructions and will fail
to build if it doesn't [1].
Also, include the ABI version to the hwloc2 library dependency. If the user has
devel/hwloc (and not devel/hwloc2) installed it will satify the dependency check
anyway and link against the wrong lib.
[1] - https://github.com/open-mpi/ompi/issues/8306
PR: 252506 |
4.1.0 08 Jan 2021 09:23:21 |
danilo |
net/openmpi: Update to 4.1.0
- Move from hwloc to hwloc2 [1]
- Remove ${MPIDIR}/lib/openmpi from LDCONFIG
PR: 252496
Submitted by: thierry [1] |
4.0.5 16 Oct 2020 11:25:29 |
danilo |
net/openmpi and net/openmpi3: Fix build with GCC 10 and remove deprecated
option.
Some gfortran defaults were changed in GCC 10:
https://gcc.gnu.org/gcc-10/changes.html
The conditional is required because the parameter -fallow-argument-mismatch will
break the current default gfortran.
Reported by: linimon |
4.0.5 31 Aug 2020 11:43:06 |
danilo |
- Update to 4.0.5 |
4.0.4 26 Jun 2020 07:17:46 |
danilo |
- Update to 4.0.4
- Install .pc files to ${LOCALBASE} to simplify how consumers look for openmpi
[1]
PR: 247212
Submitted by: cmt [1] |
4.0.3 19 Apr 2020 09:49:02 |
danilo |
- Update net/openmpi to 4.0.3 (openmpi 1 is deprecated)
- Remove option for net/openmpi2 from science/pnetcdf (net/openmpi2 is
deprecated and will be removed)
- Fix science/gromacs plist when MPI option is enabled
- Bump PORTREVISION for all the consumers of net/openmpi |
1.10.7_7 02 Aug 2019 13:30:40 |
jbeich |
devel/libevent2: update to 2.1.11
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI: https://abi-laboratory.pro/tracker/timeline/libevent/
PR: 239599
Reported by: GitHub (watch releases)
Approved by: zeising (maintainer)
MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision: https://reviews.freebsd.org/D21133 |
1.10.7_6 26 Jul 2019 20:46:57 |
gerald |
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 |
1.10.7_5 11 May 2019 22:01:54 |
pkubaj |
net/openmpi: add USES=compiler:c11
This port needs USES=compiler:c11 to fix build of science/sparta on GCC
architectures.
PR: 237536
Approved by: danilo (maintainer timeout), mentors (implicit approval) |
1.10.7_5 22 Apr 2019 13:16:34 |
gerald |
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 |
1.10.7_4 12 Dec 2018 01:35:36 |
gerald |
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 |
1.10.7_3 29 Jul 2018 22:18:46 |
gerald |
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 |
1.10.7_2 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
1.10.7_1 22 Sep 2017 10:48:29 |
mat |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
1.10.7_1 10 Sep 2017 20:55:39 |
gerald |
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 |
1.10.7 09 Jul 2017 20:16:50 |
danilo |
- Update to 1.10.7
- Use external libevent
- Force the wrapper to use rpath pointing to the correct GCC directory.
This solves a problem (bug 217750) when a non-default GCC version is used.
PR: 217750 |
1.10.6_1 01 Apr 2017 15:23:32 |
gerald |
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 |
1.10.6 22 Feb 2017 13:10:33 |
danilo |
- Add LICENSE and LICENSE_FILE
Reported by: Anton Shterenlikht |
1.10.6 20 Feb 2017 01:32:50 |
danilo |
- Update to 1.10.6 |
1.10.5 20 Dec 2016 14:02:23 |
danilo |
- Update to 1.10.5 |
1.10.4_1 07 Dec 2016 13:24:57 |
gerald |
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 |
1.10.4 06 Sep 2016 02:21:38 |
danilo |
- Update to 1.10.4 |
1.10.3 29 Jun 2016 15:22:52 |
danilo |
- Update to 1.10.3 |
1.10.2 23 May 2016 20:35:01 |
amdmi3 |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
1.10.2 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.10.2 06 Feb 2016 13:45:06 |
danilo |
- Update to 1.10.2 |
1.10.1 18 Dec 2015 23:02:56 |
danilo |
- Switch to USES=execinfo
PR: 205403
Submitted by: pawel |
1.10.1 06 Nov 2015 01:28:39 |
danilo |
- Fix plist when the default compiler is gcc5
Spotted by: sunpoet
Obtained from: DPorts (marino) |
1.10.1 05 Nov 2015 00:51:24 |
danilo |
- Update to 1.10.1 |
1.10.0 17 Sep 2015 02:58:01 |
danilo |
- Update to 1.10.0
- Add SLURM to OPTIONS_DEFAULT (it's enabled by default in the configure script) |
1.8.8 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
1.8.8 10 Aug 2015 03:55:08 |
danilo |
- Update to 1.8.8
- Fix SLURM_LIB_DEPENDS, slurm-hpc was moved to slurm-wlm |
1.8.7 17 Jul 2015 05:40:26 |
danilo |
- Update to 1.8.7 |
1.8.6 05 Jul 2015 04:01:42 |
danilo |
- Update to 1.8.6 |
1.8.5 06 May 2015 16:48:52 |
danilo |
- Update to 1.8.5 |
1.8.4 26 Dec 2014 18:45:53 |
antoine |
Unbreak |
1.8.4 26 Dec 2014 14:24:13 |
danilo |
- Update net/openmpi to 1.8.4 |
1.8.3 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
1.8.3 28 Sep 2014 03:41:25 |
danilo |
- Update net/openmpi from 1.8.2 to 1.8.3 |
1.8.2_1 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
1.8.2 26 Aug 2014 11:25:13 |
danilo |
- Update net/openmpi from 1.8.1 to 1.8.2 |
1.8.1_2 24 Jul 2014 16:09:13 |
amdmi3 |
- 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 |
1.8.1_1 14 Jul 2014 16:51:45 |
tijl |
- Convert net/openmpi to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use BROKEN_sparc64
Approved by: portmgr (implicit, bump unstaged port) |
1.8.1 25 Apr 2014 14:55:12 |
danilo |
- Update from 1.8 to 1.8.1 |
1.8 13 Apr 2014 00:17:45 |
danilo |
- Update openmpi from 1.6.5 to 1.8 (new stable version)
- Convert USE_BZIP2 to USES |
1.6.5_3 10 Mar 2014 20:55:22 |
gerald |
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) |
1.6.5_2 08 Mar 2014 09:09:31 |
antoine |
Unbreak
Reported by: pkg-fallout |
1.6.5_2 16 Feb 2014 17:15:32 |
tijl |
Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most cases
USE_GCC=yes has been omitted though.
Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.
Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...
Exp-run: bdrewery
Approved by: portmgr (bdrewery) |
1.6.5_2 29 Nov 2013 23:55:55 |
danilo |
- New port net/openmpi-devel. Version 1.7 of Open MPI.
Open MPI is a project combining technologies and resources from several
other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to
build the best MPI library available. A completely new MPI-2 compliant
implementation, Open MPI offers advantages for system and software
vendors, application developers and computer science researchers. |
1.6.5_2 28 Nov 2013 15:58:45 |
danilo |
- Change maintainer's email to @FreeBSD.org
- Add stage support
- Add SLURM options to support sysutils/slurm-hpc (submitted via email by Jason
Bacon <jwbacon@tds.net>)
- Use options helpers
- Add VT (VampirTrace) as option |
1.6.5_1 26 Oct 2013 00:52:36 |
gerald |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
1.6.5 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.6.5 08 Sep 2013 11:19:00 |
wg |
net/openmpi: update to 1.6.5
- Update to 1.6.5
- Removed indefinite article from COMMENT
- Use new LIB_DEPENDS format
- Use options helpers
- Removed files directory
- Pass maintainership to submitter
Changelog: http://svn.open-mpi.org/svn/ompi/tags/v1.6-series/v1.6.5/NEWS
PR: ports/181916
Submitted by: Danilo Egea Gondolfo <danilogondolfo gmail.com> |
1.6.1_5 06 Sep 2013 20:31:51 |
bapt |
Add an explicit dependency on pkgconf |
1.6.1_5 07 Jun 2013 14:38:46 |
brooks |
Revert the pkgconfig change in r320019. It didn't work and my initial
efforts to fix it didn't work. The result wouldn't have been useful
enough to spend more effor on it. |
1.6.1_4 05 Jun 2013 20:40:58 |
brooks |
Remove SGE support as the SGE ports will be removed shortly.
Fix the IPv6 enable/disable option. IPv6 support was impropertly
disabled before.
Install pkgconfig files in a slightly less wrong place.
Drop maintainership, I no longer maintain any FreeBSD clusters. |
1.6.1_3 24 May 2013 20:58:30 |
pawel |
- Update devel/hwlock to version 1.7.1 [1]
- Bump net/openmpi
PR: ports/178882 [1]
Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer) |
1.6.1_2 16 Dec 2012 10:27:48 |
pawel |
- Update devel/hwloc to 1.6 [1]
- Bump affected net/openmpi
PR: ports/174106 [1]
Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> |
1.6.1_1 10 Sep 2012 18:36:23 |
brooks |
Correct detection of SCTP support in libc so it is found on all supported
OS versions not just 7.x.
Add missing plist entries.
Reported by: QAT (beat) |
1.6.1 24 Aug 2012 13:58:27 |
brooks |
Upgrade to 1.6.1. [0]
Allow IPV6 support to be disabled. [1]
Fix SGE dependency check. [2]
Switch to OptionsNG.
PR: ports/169549 [0], ports/159705 [1], ports/157746 [2] |
1.4.3 13 Dec 2010 04:27:43 |
pgollucci |
- Update to 1.4.3
- Remove MD5
PR: ports/152567
Submitted by: wen
Approved by: maintainer timeout (brooks ; 17 days) |
1.4 09 Dec 2009 01:19:56 |
brooks |
Upgrade to OpenMPI 1.4. |
1.3.3_1 13 Sep 2009 00:08:01 |
gerald |
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr |
1.3.3 21 Aug 2009 22:41:47 |
brooks |
A couple plist entries had CONFIGURE_TARGET in them so substitute it
properly to the plist is valid on something other than 8.0 amd64. Also
sort the generated Makefile.man so it remains stable.
Reported by: QAT |
1.3.3 21 Aug 2009 20:09:24 |
brooks |
Upgrade to OpenMPI 1.3.3.
Remove the option to skip fortran support. Some fortran files are
unconditionally installed and many if not most users will want to
support fortran numerical codes. |
1.3 15 Feb 2009 18:18:58 |
brooks |
Upgrade to Open MPI 1.3. See the release annoucement for more detail:
http://www.open-mpi.org/community/lists/announce/2009/01/0025.php
Some features such as "Finer grained resource control and mapping
(cores, HCAs, etc)" require FreeBSD support code to be added. |
1.2.8 19 Jan 2009 16:15:45 |
brooks |
Upgrade to 1.2.8.
Stop adding F77 and FC to CONFIGURE_ENV since USE_FORTRAN does it now.[1]
Submitted by: gerald [1] |
1.2.6_2 07 Jan 2009 16:34:27 |
gerald |
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. |
1.2.6_1 23 Aug 2008 16:51:05 |
brooks |
Chase libtorque version. |
1.2.6 28 Jul 2008 01:45:04 |
brooks |
Upgrade to 1.2.6, the latest release.
Submitted by: Wen heping <wenheping at gmail dot com> |
1.2.5 29 Jan 2008 16:08:46 |
brooks |
Upgrade to the latest release, 1.2.5. See the release announcment for
details.
http://www.open-mpi.org/community/lists/announce/2008/01/0018.php |
1.2.2_1 04 Aug 2007 11:41:31 |
gabor |
- 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) |