FreeBSD Bugzilla – Attachment 190806 Details for
Bug 222585
[maintainer-update] lang/opencoarrays update to 1.9.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Latest patch checked by tijl@
opencoarrays.diff (text/plain), 3.39 KB, created by
Anton Shterenlikht
on 2018-02-19 15:39:09 UTC
(
hide
)
Description:
Latest patch checked by tijl@
Filename:
MIME Type:
Creator:
Anton Shterenlikht
Created:
2018-02-19 15:39:09 UTC
Size:
3.39 KB
patch
obsolete
>Index: lang/opencoarrays/Makefile >=================================================================== >--- lang/opencoarrays/Makefile (revision 462318) >+++ lang/opencoarrays/Makefile (working copy) >@@ -2,8 +2,8 @@ > # $FreeBSD$ > > PORTNAME= opencoarrays >-PORTVERSION= 1.9.1 >-PORTREVISION= 1 >+PORTVERSION= 1.9.3 >+PORTREVISION= > CATEGORIES= lang parallel > > MAINTAINER= as@cmplx.uk >@@ -15,15 +15,15 @@ > BUILD_DEPENDS= bash:shells/bash > RUN_DEPENDS= bash:shells/bash > >+USES= cmake:outsource fortran >+PLIST_SUB= GCC_VER=${_GCC_VER} >+ >+USE_LDCONFIG= yes >+ > USE_GITHUB= yes > GH_ACCOUNT= sourceryinstitute > GH_PROJECT= OpenCoarrays > >-USES= cmake:outsource fortran shebangfix >-PLIST_SUB= GCC_VER=${_GCC_VER} >-SHEBANG_FILES= src/extensions/caf-head \ >- src/extensions/cafrun-head >- > OPTIONS_SINGLE= MPI > OPTIONS_SINGLE_MPI= MPICH OPENMPI OPENMPI2 > OPTIONS_DEFAULT= MPICH >@@ -31,6 +31,7 @@ > 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 >@@ -48,8 +49,8 @@ > .endif > > post-patch: >- @${REINPLACE_CMD} '/mod_install/s/$${CMAKE_Fortran_COMPILER_VERSION}/${_GCC_VER}/' \ >- ${WRKSRC}/src/mpi/CMakeLists.txt >+ @${REINPLACE_CMD} '/mod_dir_tail/s/$${CMAKE_Fortran_COMPILER_VERSION}/${_GCC_VER}/' \ >+ ${WRKSRC}/CMakeLists.txt > > do-test: > (cd ${TEST_WRKSRC} && ctest) >Index: lang/opencoarrays/distinfo >=================================================================== >--- lang/opencoarrays/distinfo (revision 462318) >+++ lang/opencoarrays/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1502444969 >-SHA256 (sourceryinstitute-OpenCoarrays-1.9.1_GH0.tar.gz) = 084a365ea90c0f88c652b259b494349641cf3c75f1bb7b65b78e74755fc5d041 >-SIZE (sourceryinstitute-OpenCoarrays-1.9.1_GH0.tar.gz) = 247200 >+TIMESTAMP = 1515663538 >+SHA256 (sourceryinstitute-OpenCoarrays-1.9.3_GH0.tar.gz) = 93175d25370736d1fda5e9d7a15598da7c1fe7251514a49b2c3c228a59d977a4 >+SIZE (sourceryinstitute-OpenCoarrays-1.9.3_GH0.tar.gz) = 253572 >Index: lang/opencoarrays/pkg-descr >=================================================================== >--- lang/opencoarrays/pkg-descr (revision 462318) >+++ lang/opencoarrays/pkg-descr (working copy) >@@ -1,5 +1,5 @@ >-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. >+OpenCoarrays is a BSD licensed open source project that produces >+an ABI for GCC Fortran front-end to build programs that leverage >+the parallel programming features of Fortran 2018. > > WWW: http://www.opencoarrays.org/ >Index: lang/opencoarrays/pkg-plist >=================================================================== >--- lang/opencoarrays/pkg-plist (revision 462318) >+++ lang/opencoarrays/pkg-plist (working copy) >@@ -1,6 +1,6 @@ > bin/caf > bin/cafrun >-include/OpenCoarrays/GNU/%%GCC_VER%%/opencoarrays.mod >+include/OpenCoarrays-1.9.3_GNU-%%GCC_VER%%/opencoarrays.mod > include/libcaf-gfortran-descriptor.h > include/libcaf.h > include/opencoarrays.mod >@@ -9,3 +9,7 @@ > 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.2 >+man/man1/caf.1.gz >+man/man1/cafrun.1.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 222585
:
186694
|
189611
|
189655
| 190806