Skip to content

Commit

Permalink
patch numpy include dirs for OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophKirst committed May 30, 2017
1 parent aac89d8 commit ae57ca9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -5,6 +5,7 @@
from Cython.Build import cythonize

import ClearMap
import numpy

with open('README.rst') as fptr:
readme = fptr.read()
Expand All @@ -15,6 +16,7 @@
extensions = [Extension(
"ClearMap/Analysis/VoxelizationCode",
["ClearMap/Analysis/VoxelizationCode.pyx"],
include_dirs=[numpy.get_include()],
)
]

Expand Down

0 comments on commit ae57ca9

Please sign in to comment.