Skip to content

Commit

Permalink
added signals for managing finalize.
Browse files Browse the repository at this point in the history
  • Loading branch information
hariharan-devarajan committed Aug 10, 2023
1 parent a9a1a21 commit 95ee479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ def build_extension(self, ext: CMakeExtension) -> None:
if "DLIO_PYTHON_SITE" in os.environ:
dlio_site = os.environ['DLIO_PYTHON_SITE']
cmake_args += [f"-DDLIO_PYTHON_SITE={dlio_site}"]
project_dir = Path.cwd()
if "DLIO_BUILD_DEPENDENCIES" in os.environ and os.environ['DLIO_BUILD_DEPENDENCIES'] == "1":
project_dir = Path.cwd()
dependency_file = open(f"{project_dir}/dependency/cpp.requirements.txt", 'r')
dependencies = dependency_file.readlines()
for dependency in dependencies:
Expand Down

0 comments on commit 95ee479

Please sign in to comment.