We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a914a8 commit 19c4c96Copy full SHA for 19c4c96
api/python/SConstruct
@@ -47,7 +47,7 @@ if env.get('SWIG') and env.get('NUMPY'):
47
import numpy
48
numpy_loc = os.path.split(numpy.__file__)[0]
49
pythinc.append(os.path.join(numpy_loc,'numarray','numpy'))
50
- pythinc.append(os.path.join(numpy_loc,'core','include'))
+ pythinc.append(os.path.join(numpy_loc,'_core','include'))
51
except:
52
print("\n\n\tPlease install numpy\n\n")
53
Exit(1)
0 commit comments