Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jul 2020 09:33:23 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541268 - head/math/algae
Message-ID:  <202007050933.0659XNcO036008@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun Jul  5 09:33:23 2020
New Revision: 541268
URL: https://svnweb.freebsd.org/changeset/ports/541268

Log:
  math/algae: Unbreak build with GCC 10
  
  dgetv0.f:404:32:
  
    367 |           call dvout (logfil, 1, rnorm0, ndigit,
        |                                 2
  ......
    404 |          call dvout (logfil, n, resid, ndigit,
        |                                1
  Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
  
  http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/algae-4.3.6_18.log
  
  PR:		246700

Modified:
  head/math/algae/Makefile

Modified: head/math/algae/Makefile
==============================================================================
--- head/math/algae/Makefile	Sun Jul  5 09:25:54 2020	(r541267)
+++ head/math/algae/Makefile	Sun Jul  5 09:33:23 2020	(r541268)
@@ -23,6 +23,7 @@ USES=		fortran
 
 CONFIGURE_ARGS=	--disable-dlmalloc --without-fftw --without-blas \
 		--without-lapack --without-bcslib --without-npsol
+FFLAGS+=	-std=legacy
 PLIST_SUB=	ALGAE_VERSION=${PORTVERSION}
 
 INFO=		${PORTNAME}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007050933.0659XNcO036008>