Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def c_header_dirs(self, compiler):
return get_header_dirs(eigen=True)
def c_header_dirs(self, compiler):
return get_header_dirs(eigen=True)
def c_header_dirs(self, compiler):
return get_header_dirs(eigen=False)
def c_header_dirs(self, compiler):
return get_header_dirs(eigen=False)
def c_header_dirs(self, compiler):
return [
pkg_resources.resource_filename(__name__, "include")
] + get_header_dirs()