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 92a308a commit 6144a57Copy full SHA for 6144a57
setup.py
@@ -26,9 +26,9 @@
26
cython_extensions = [
27
Extension('stochastic_arrow.arrowhead',
28
sources=[
29
- 'stochastic_arrow/mersenne.c',
30
- 'stochastic_arrow/obsidian.c',
31
- 'stochastic_arrow/arrowhead'+ext,],
+ os.path.join(arrow_dir, 'mersenne.c'),
+ os.path.join(arrow_dir, 'obsidian.c'),
+ os.path.join(arrow_dir, '/arrowhead'+ext),],
32
include_dirs=[arrow_dir, np.get_include()],
33
define_macros=[('NPY_NO_DEPRECATED_API', 'NPY_1_7_API_VERSION')],
34
)]
0 commit comments