Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Apr 6, 2024
1 parent bd68fb3 commit fa9af66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@ def build_extension(self, ext):
cwd=self.build_temp)
print("3333 ---------------")

print('. --------------')
print(os.listdir('.'))
print('build --------------')
print(os.listdir(osp.join('.', 'build')))
print('build lib.win --------------')
print(os.listdir(osp.join('.', 'build', 'lib.win-amd64-3.8')))


def mkl_dependencies():
if not CMakeBuild.check_env_flag('USE_MKL_BLAS'):
Expand Down

0 comments on commit fa9af66

Please sign in to comment.