non port: lang/opencoarrays/Makefile |
SVNWeb
|
Number of commits found: 41 |
Wed, 31 May 2023
|
[ 06:18 Fernando Apesteguía (fernape) Author: Miguel Gocobachi ] d5b0f9e
lang/opencoarrays: update to 2.10.1
ChangeLog: https://github.com/sourceryinstitute/OpenCoarrays/releases/tag/2.10.1
* Reorganize & rename subdirectories, remove dead code, and document archival
code.
* Issue 762
* Fix imbalanced calloc/MPI_free_mem.
* Update the default GCC version to 12.1.0
PR: 270645
Reported by: miguel@gocobachi.dev (maintainer)
|
Sun, 23 Apr 2023
|
[ 09:09 Gerald Pfeifer (gerald) ] 8d3e020 (Only the first 10 of 2091 ports in this commit are shown above. )
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
|
Wed, 15 Mar 2023
|
[ 08:48 Piotr Kubaj (pkubaj) ] e57d18b
lang/opencoarrays: enable on 13 / powerpc64le
|
Tue, 14 Mar 2023
|
[ 19:04 Piotr Kubaj (pkubaj) ] cef7f7a
lang/opencoarrays: enable on FreeBSD 13 / powerpc
|
Sun, 12 Mar 2023
|
[ 00:00 Piotr Kubaj (pkubaj) ] ccb1ade
lang/opencoarrays: enable on 13 / powerpc64
Fixed in releng/13.2.
|
Thu, 15 Sep 2022
|
[ 21:37 Lorenzo Salvadore (salvadore) ] 025559f
lang/opencoarrays: Update to 2.10.0
Also fix build with GCC 12 [1].
Changes:
https://github.com/sourceryinstitute/OpenCoarrays/compare/2.9.0...2.10.0
PR: 266192 [1]
Approved by: Miguel Gocobachi <miguel@gocobachi.dev> (maintainer)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] f98ae56 (Only the first 10 of 255 ports in this commit are shown above. )
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above )
|
Mon, 4 Jul 2022
|
[ 00:00 Piotr Kubaj (pkubaj) ] 11c5cac
lang/opencoarrays: unbreak on powerpc* / main
Port now builds fine on current.
Additionally, since slurm-wlm (a dependency of mpich) doesn't
work on 32-bits, make 32-bit architectures use OpenMPI.
|
Tue, 15 Jun 2021
|
[ 06:46 Gerald Pfeifer (gerald) ] a800fd1
lang/opencoarrays: Simplify handling of GCC versions
GCC_DEFAULT now is at least 8, so we can simplify this port and remove
special casing for GCC versions 6 and 7.
Approved by: maintainer timeout (four months / 11 weeks)
|
Wed, 19 May 2021
|
[ 04:07 Yuri Victorovich (yuri) ] f9c410b
lang/opencoarrays: Improve BROKEN lines
The core reason is lack of IEEE754 support in gcc.
|
Thu, 15 Apr 2021
|
[ 08:31 Tobias Kortkamp (tobik) ] ffbc3bd (Only the first 10 of 11 ports in this commit are shown above. )
Clean up some things
- Remove duplicate variables
- Remove nop variables
- Sort categories
- Remove redundant option descriptions that match the default ones
Reported by: portscan
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 20 Jul 2020
|
[ 09:02 lwhsu ]
Update to 2.9.0
Pass maintainership to the submitter
PR: 247758
Submitted by: Miguel Gocobachi <miguel@gocobachi.dev>
|
Mon, 18 May 2020
|
[ 00:46 linimon ]
Mark as BROKEN on powerpc64.
|
Tue, 21 Apr 2020
|
[ 21:29 danilo ]
- Swap back from net/openmpi3 to net/openmpi
|
Sun, 12 Apr 2020
|
[ 09:09 danilo ]
- Move OpenMPI support to net/openmpi3. OpenMPI 1 and 2 are deprecated.
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Mon, 17 Jun 2019
|
[ 10:28 tobik ]
lang/opencoarrays: Update to 2.7.1
- This also fixes the build with GCC 9 [1].
- Drop GCC 5 clause. According to INSTALL GFortran >= 6.1 is required
to build it.
Changes: https://github.com/sourceryinstitute/OpenCoarrays/releases
PR: 238330 [1]
|
Mon, 22 Apr 2019
|
[ 13:16 gerald ] (Only the first 10 of 225 ports in this commit are shown above. )
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
|
Tue, 9 Apr 2019
|
[ 08:13 wen ]
- Update to 2.6.1
|
Wed, 13 Feb 2019
|
[ 14:47 joneum ]
Update to 2.3.1
PR: 235686
Submitted by: Anton Shterenlikht <as@cmplx.uk> (maintainer)
Sponsored by: Netzkommune GmbH
|
Tue, 12 Feb 2019
|
[ 10:20 tobik ]
lang/opencoarrays: Reset MAINTAINER
He no longer has time to maintain it.
PR: 235687
Submitted by: Anton Shterenlikht <as@cmplx.uk> (maintainer)
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Tue, 18 Sep 2018
|
[ 07:10 linimon ]
Add gnu99 to USE_CSTD to fix builds on gcc-based archs.
Tested on powerpc64, amd64.
Approved by: portmgr (tier-2 blanket)
|
Wed, 22 Aug 2018
|
[ 14:58 swills ]
lang/opencoarrays: Commit missed part of patch
PR: 230689
Submitted by: Anton Shterenlikht <as@cmplx.uk> (maintainer)
Reported by: Anton Shterenlikht <as@cmplx.uk> (maintainer)
Pointyhat to: swills
|
Sun, 19 Aug 2018
|
[ 12:54 swills ]
lang/opencoarrays update to 2.2.0
PR: 230689
Submitted by: Anton Shterenlikht <as@cmplx.uk> (maintainer)
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
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
|
Sat, 7 Jul 2018
|
[ 06:44 linimon ] (Only the first 10 of 22 ports in this commit are shown above. )
Mark these ports as broken on aarch64, and, where appropriate, armvX.
While here, pet portlint and modernize.
Approved by: portmgr (tier-2 blanket)
|
Wed, 21 Mar 2018
|
[ 07:06 yuri ]
lang/opencoarrays: Update to 2.0.0
Port changes:
* Change to DISTVERSION
* Group USExx
* Substitute PORTVERSION in pkg-plist
PR: 226724
Submitted by: Anton Shterenlikht <as@cmplx.uk> (maintainer)
|
Sat, 10 Mar 2018
|
[ 17:46 gerald ] (Only the first 10 of 1104 ports in this commit are shown above. )
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
|
Wed, 21 Feb 2018
|
[ 09:49 tijl ]
Fix pkg-plist. The library version depends on the GCC version.
Reported by: jhale
|
Mon, 19 Feb 2018
|
[ 18:04 tijl ]
Update to 1.9.3.
PR: 222585
Submitted by: Anton Shterenlikht <as@cmplx.uk> (maintainer)
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
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
|
Fri, 11 Aug 2017
|
[ 16:58 pi ]
lang/opencoarrays: update 1.9.0 -> 1.9.1
PR: 221410, 221413
Submitted by: mexas@bris.ac.uk (maintainer)
Relnotes: https://github.com/sourceryinstitute/OpenCoarrays/releases
|
Tue, 30 May 2017
|
[ 10:51 tijl ]
Update to 1.9.0.
PR: 219637
Submitted by: mexas@bris.ac.uk (maintainer)
|
Fri, 26 May 2017
|
[ 13:08 tijl ]
Update to 1.8.12.
PR: 219456
Submitted by: mexas@bris.ac.uk (maintainer)
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
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
|
Mon, 13 Mar 2017
|
[ 12:15 tijl ]
Set GH_PROJECT after r436029. The distfiles fetched correctly, but WRKSRC
was incorrect.
Reported by: maintainer
|
Sun, 12 Mar 2017
|
[ 21:35 tijl ]
- Rename to lower case opencoarrays.
- Add parallel pseudo category.
Requested by: danfe
|
Number of commits found: 41 |