mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
add numpy include dirs
This commit is contained in:
parent
9a528dc248
commit
62ce90cdd5
1 changed files with 4 additions and 0 deletions
4
setup.py
4
setup.py
|
|
@ -59,5 +59,9 @@ if have_cython:
|
|||
kwargs.update({
|
||||
'ext_modules': cythonize('openmc/data/reconstruct.pyx')
|
||||
})
|
||||
import numpy as np
|
||||
kwargs.update({
|
||||
'include_dirs': [np.get_include()]
|
||||
})
|
||||
|
||||
setup(**kwargs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue