On 2017-12-08, Pau <[email protected]> wrote: > Hello: > > This is -current on a thinkpad x270 amd64. dmesg attached to the bottom. > > I am trying to get scipy to work with other modules on python2.7 > > The problem is that since gfortran is missing, scipy seems to be using > g77, and then: > > # pkg_add py-scipy > quirks-2.396 signed on 2017-12-06T16:43:24Z > py-scipy-0.16.1p1: ok > # exit
That works here. libgfortran is in gcc-libs, which is a dependency of lapack. First I'd check all packages are up-to-date (pkg_add -u). If it still fails, use "LD_DEBUG=1 python2.7" and try "import scipy" and paste in the output. ports@ would be preferred over misc@.

