Skip to content

Commit

Permalink
Merge pull request #174 from deiteris/fix-libomp
Browse files Browse the repository at this point in the history
Bundle libomp to fix fbgemm load
  • Loading branch information
deiteris authored Aug 24, 2024
2 parents f25d4fb + aad7620 commit 8b35e1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/MMVCServerSIO.spec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ with open('edition.txt', 'w') as f:
f.write('-')

datas = [('../client/demo/dist', './dist'), ('./edition.txt', '.')]
if sys.platform == 'win32':
datas += [('./libs/win', '.')]

if 'BUILD_NAME' in os.environ:
with open('version.txt', 'w') as f:
Expand Down
Binary file added server/libs/win/libomp140.x86_64.dll
Binary file not shown.

0 comments on commit 8b35e1d

Please sign in to comment.