Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Jul 2020 11:02:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 246700] [exp-run] Update GCC_DEFAULT from 9 to 10
Message-ID:  <bug-246700-7788-Epq5q8eWLe@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-246700-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-246700-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246700

--- Comment #58 from commit-hook@freebsd.org ---
A commit references this bug:

Author: tobik
Date: Sun Jul  5 11:02:17 UTC 2020
New revision: 541273
URL: https://svnweb.freebsd.org/changeset/ports/541273

Log:
  science/py-scipy: Unbreak build with GCC 10

  scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaitr.f:666:35:

    383 |             call svout (logfil, 1, rnorm, ndigit,
        |                                   2
  ......
    666 |             call svout (logfil, 2, rtemp, ndigit,
        |                                   1
  Error: Rank mismatch between actual argument at (1) and actual argument at
(2) (scalar and rank-1)
  scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaitr.f:737:39:

    383 |             call svout (logfil, 1, rnorm, ndigit,
        |                                   2
  ......
    737 |                 call svout (logfil, 2, rtemp, ndigit,
        |                                       1
  Error: Rank mismatch between actual argument at (1) and actual argument at
(2) (scalar and rank-1)
  gfortran10:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsesrt.f
  scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaitr.f:671:35:

    369 |             call dvout (logfil, 1, rnorm, ndigit,
        |                                   2
  ......
    671 |             call dvout (logfil, 2, xtemp, ndigit,
        |                                   1
  Error: Rank mismatch between actual argument at (1) and actual argument at
(2) (scalar and rank-1)
  scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaitr.f:743:39:

    369 |             call dvout (logfil, 1, rnorm, ndigit,
        |                                   2
  ......
    743 |                 call dvout (logfil, 2, xtemp, ndigit,
        |                                       1
  Error: Rank mismatch between actual argument at (1) and actual argument at
(2) (scalar and rank-1)

=20
http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_=
18h04m44s/logs/errors/py27-scipy-1.2.2_1.log
=20
http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_=
18h04m44s/logs/errors/py37-scipy-1.2.2_1.log

  A better fix would be to update this port to >=3D 1.5.1 which should
  support GCC 10 out of the box and would allow -std=3Dlegacy to be
  removed again.

  PR:           246700

Changes:
  head/science/py-scipy/Makefile

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-246700-7788-Epq5q8eWLe>