mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
lang/opencoarrays: Commit missed part of patch
PR: 230689 Submitted by: Anton Shterenlikht <as@cmplx.uk> (maintainer) Reported by: Anton Shterenlikht <as@cmplx.uk> (maintainer) Pointyhat to: swills
This commit is contained in:
parent
688dae90a0
commit
aee77f806a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477793
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= opencoarrays
|
||||
DISTVERSION= 2.2.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= lang parallel
|
||||
|
||||
MAINTAINER= as@cmplx.uk
|
||||
@ -45,7 +45,9 @@ OPENMPI2_CONFIGURE_ENV= MPI_HOME=${LOCALBASE}/mpi/openmpi2
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${GCC_DEFAULT} >= 7
|
||||
.if ${GCC_DEFAULT} >= 8
|
||||
PLIST_SUB+= SOVERSION=3
|
||||
.elif ${GCC_DEFAULT} == 7
|
||||
PLIST_SUB+= SOVERSION=2
|
||||
.elif ${GCC_DEFAULT} == 6
|
||||
PLIST_SUB+= SOVERSION=1
|
||||
|
Loading…
Reference in New Issue
Block a user