- Update to 2.6.1
This commit is contained in:
parent
6f8b8070b0
commit
98d414b282
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498464
3 changed files with 7 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= opencoarrays
|
||||
DISTVERSION= 2.3.1
|
||||
DISTVERSION= 2.6.1
|
||||
CATEGORIES= lang parallel
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1549999421
|
||||
SHA256 (sourceryinstitute-OpenCoarrays-2.3.1_GH0.tar.gz) = 5bb74d0aa4aa39de1910e1154064cfc649ced731da682c257f4b8802c187f25f
|
||||
SIZE (sourceryinstitute-OpenCoarrays-2.3.1_GH0.tar.gz) = 313995
|
||||
TIMESTAMP = 1554794868
|
||||
SHA256 (sourceryinstitute-OpenCoarrays-2.6.1_GH0.tar.gz) = 6f308b5d4784fc3d3209b319900500dae8158a05931890f6aa11909fe4a95616
|
||||
SIZE (sourceryinstitute-OpenCoarrays-2.6.1_GH0.tar.gz) = 317793
|
||||
|
|
|
@ -3,6 +3,7 @@ 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
|
||||
|
@ -11,5 +12,7 @@ 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%%
|
||||
|
|
Loading…
Reference in a new issue