pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/53887: "make replace" in math/py-numpy 1.16.0 hangs
The following reply was made to PR pkg/53887; it has been noted by GNATS.
From: Andreas Gustafsson <gson%gson.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/53887: "make replace" in math/py-numpy 1.16.0 hangs
Date: Thu, 17 Jan 2019 19:04:53 +0200
I now know where it hangs, but I don't know the right way to fix it.
numpy-1.16.0/numpy/distutils/fcompiler/__init__.py calls
f90 = shlex.split(self.command_vars.compiler_f90,
posix=(os.name == 'posix'))
where self.command_vars.compiler_f90 is None.
https://docs.python.org/2/library/shlex.html says
Note: Since the split() function instantiates a shlex instance,
passing None for s will read the string to split from standard input.
--
Andreas Gustafsson, gson%gson.org@localhost
Home |
Main Index |
Thread Index |
Old Index