svn commit: r436025 - in head/lang: . OpenCoarrays OpenCoarrays/files
Tijl Coosemans
tijl at FreeBSD.org
Tue Mar 14 12:11:44 UTC 2017
On Tue, 14 Mar 2017 12:54:57 +0100 Mathieu Arnold <mat at FreeBSD.org>
wrote:
> Le 12/03/2017 à 22:52, Tijl Coosemans a écrit :
>> On Sun, 12 Mar 2017 21:02:36 +0000 Alexey Dokuchaev
>> <danfe at FreeBSD.org> wrote:
>>> On Sun, Mar 12, 2017 at 08:25:29PM +0000, Tijl Coosemans wrote:
>>>> New Revision: 436025
>>>> URL: https://svnweb.freebsd.org/changeset/ports/436025
>>>>
>>>> Log:
>>>> Add lang/OpenCoarrays, an implementation of Fortran coarrays
>>>> using MPI.
>>>> OpenCoarrays is an open-source software project that supports the
>>>> coarray Fortran (CAF) parallel programming features of the Fortran
>>>> 2008 standard and several features proposed for Fortran 2015.
>>>>
>>>> Added:
>>>> head/lang/OpenCoarrays/
>>> ...
>>>> +PORTNAME= OpenCoarrays
>>> Can this be renamed to opencoarrays (including PORTNAME) please?
>> Done r436029.
>
> This was uncalled for.
>
> The *only* reason we use to lowercase the name of a port when upstream
> is not lowercased is if it provides a lowercased binary to run.
>
> Say, for example, sysutils/lsof was called upstream LsOf, then we would
> still call our port lsof, because it provides a binary called lsof.
> This is not the case here, it only provides caf and cafrun.
> So people searching for OpenCoarrays will not find it straight away.
I'm on the fence about this, so I went with the name used by the
maintainer. I like using lowercase everywhere because you don't have
to worry about case then, but I'm fine either way. Note that the port
can still be found with the original name:
% make -C /usr/ports search name=OpenCoarrays
Port: opencoarrays-1.8.4
Path: /usr/ports/lang/opencoarrays
Info: Transport layer for coarray Fortran compilers
Maint: mexas at bris.ac.uk
B-deps: bash-4.4.12_1 binutils-2.27_5,1 ca_root_nss-3.29.3
cmake-3.7.2 cmake-modules-3.7.2 curl-7.53.1 expat-2.2.0_1 gcc-4.9.4
gcc-ecj-4.5 gettext-runtime-0.19.8.1_1 gmp-6.1.2 hwloc-1.11.1
indexinfo-0.2.6 jsoncpp-1.8.0_1 libarchive-3.2.2,1 liblz4-1.7.5,1
libnghttp2-1.20.0 libpciaccess-0.13.4 libuv-1.11.0 libxml2-2.9.4
lzo2-2.09 mpc-1.0.3 mpfr-3.1.5_1 mpich-3.2_3 pciids-20170310
R-deps: bash-4.4.12_1 binutils-2.27_5,1 gcc-4.9.4 gcc-ecj-4.5
gettext-runtime-0.19.8.1_1 gmp-6.1.2 hwloc-1.11.1 indexinfo-0.2.6
libpciaccess-0.13.4 libxml2-2.9.4 mpc-1.0.3 mpfr-3.1.5_1 mpich-3.2_3
pciids-20170310
WWW: http://www.opencoarrays.org/
More information about the svn-ports-all
mailing list