Index: head/lang/opencoarrays/Makefile =================================================================== --- head/lang/opencoarrays/Makefile (revision 504406) +++ head/lang/opencoarrays/Makefile (revision 504407) @@ -1,68 +1,65 @@ # Created by: Anton Shterenlikht # $FreeBSD$ PORTNAME= opencoarrays -DISTVERSION= 2.6.1 -PORTREVISION= 1 +DISTVERSION= 2.7.1 CATEGORIES= lang parallel MAINTAINER= ports@FreeBSD.org COMMENT= Transport layer for coarray Fortran compilers LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= fails to build: Can't open module file 'ieee_arithmetic.mod' for reading at (1): No such file or directory BUILD_DEPENDS= bash:shells/bash RUN_DEPENDS= bash:shells/bash USES= cmake fortran USE_CSTD= gnu99 USE_GITHUB= yes GH_ACCOUNT= sourceryinstitute GH_PROJECT= OpenCoarrays USE_LDCONFIG= yes PLIST_SUB= GCC_VER=${_GCC_VER} PORTVERSION=${PORTVERSION} OPTIONS_SINGLE= MPI OPTIONS_SINGLE_MPI= MPICH OPENMPI OPENMPI2 OPTIONS_DEFAULT= MPICH MPICH_DESC= Parallel processing support via MPICH MPICH_BUILD_DEPENDS= mpif90:net/mpich MPICH_RUN_DEPENDS= mpif90:net/mpich MPICH_CONFIGURE_ENV= MPI_HOME=${LOCALBASE} OPENMPI_BUILD_DEPENDS= ${LOCALBASE}/mpi/openmpi/bin/mpif90:net/openmpi OPENMPI_RUN_DEPENDS= ${LOCALBASE}/mpi/openmpi/bin/mpif90:net/openmpi OPENMPI_CONFIGURE_ENV= MPI_HOME=${LOCALBASE}/mpi/openmpi OPENMPI2_DESC= Parallel processing support via Open MPI v2 OPENMPI2_BUILD_DEPENDS= ${LOCALBASE}/mpi/openmpi2/bin/mpif90:net/openmpi2 OPENMPI2_RUN_DEPENDS= ${LOCALBASE}/mpi/openmpi2/bin/mpif90:net/openmpi2 OPENMPI2_CONFIGURE_ENV= MPI_HOME=${LOCALBASE}/mpi/openmpi2 .include .if ${GCC_DEFAULT} >= 8 PLIST_SUB+= SOVERSION=3 .elif ${GCC_DEFAULT} == 7 PLIST_SUB+= SOVERSION=2 .elif ${GCC_DEFAULT} == 6 PLIST_SUB+= SOVERSION=1 -.elif ${GCC_DEFAULT} == 5 -PLIST_SUB+= SOVERSION=0 .else -IGNORE= requires GCC 5 or higher +IGNORE= requires GCC 6 or higher .endif post-patch: @${REINPLACE_CMD} '/mod_dir_tail/s/$${CMAKE_Fortran_COMPILER_VERSION}/${_GCC_VER}/' \ ${WRKSRC}/CMakeLists.txt do-test: (cd ${TEST_WRKSRC} && ctest) .include Index: head/lang/opencoarrays/distinfo =================================================================== --- head/lang/opencoarrays/distinfo (revision 504406) +++ head/lang/opencoarrays/distinfo (revision 504407) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554794868 -SHA256 (sourceryinstitute-OpenCoarrays-2.6.1_GH0.tar.gz) = 6f308b5d4784fc3d3209b319900500dae8158a05931890f6aa11909fe4a95616 -SIZE (sourceryinstitute-OpenCoarrays-2.6.1_GH0.tar.gz) = 317793 +TIMESTAMP = 1560758220 +SHA256 (sourceryinstitute-OpenCoarrays-2.7.1_GH0.tar.gz) = 59b3e153cb56e6beaea72a1a4a621e9d383b4c2d789ce6ace52c35e0c58390f7 +SIZE (sourceryinstitute-OpenCoarrays-2.7.1_GH0.tar.gz) = 321295 Index: head/lang/opencoarrays/pkg-plist =================================================================== --- head/lang/opencoarrays/pkg-plist (revision 504406) +++ head/lang/opencoarrays/pkg-plist (revision 504407) @@ -1,18 +1,18 @@ bin/caf bin/cafrun include/OpenCoarrays-%%PORTVERSION%%_GNU-%%GCC_VER%%/opencoarrays.mod include/libcaf-gfortran-descriptor.h include/libcaf.h include/libcaf-version-def.h include/opencoarrays.mod lib/cmake/opencoarrays/OpenCoarraysConfig.cmake lib/cmake/opencoarrays/OpenCoarraysConfigVersion.cmake lib/cmake/opencoarrays/OpenCoarraysTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/opencoarrays/OpenCoarraysTargets.cmake lib/libcaf_mpi.a lib/libcaf_mpi.so lib/libcaf_mpi.so.%%SOVERSION%% lib/libopencoarrays_mod.a man/man1/caf.1.gz man/man1/cafrun.1.gz -@dir %%DATADIR%% +%%DATADIR%%/install_manifest.SHA256.txt