mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
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]
This commit is contained in:
parent
a0ae6fe9ef
commit
7e83d8341c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504407
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= opencoarrays
|
||||
DISTVERSION= 2.6.1
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 2.7.1
|
||||
CATEGORIES= lang parallel
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
@ -52,10 +51,8 @@ PLIST_SUB+= SOVERSION=3
|
||||
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:
|
||||
|
@ -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
|
||||
|
@ -15,4 +15,4 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user