svn commit: r541268 - head/math/algae

Tobias Kortkamp tobik at FreeBSD.org
Sun Jul 5 09:33:24 UTC 2020


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}


More information about the svn-ports-all mailing list