Skip to content

Commit 78605dc

Browse files
paugierdalcinl
authored andcommitted
Merged in paugier/mpi4py-fft/fix/install_linux (pull request #6)
Add /usr directory in prefix dirs
2 parents 731a889 + f426cc1 commit 78605dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def get_prefix_dirs():
3030
prefix = os.environ[envvar]
3131
append(dirs, prefix)
3232
append(dirs, sys.prefix)
33+
append(dirs, '/usr')
3334
return dirs
3435

3536
def get_include_dirs():

0 commit comments

Comments
 (0)