Skip to content

Commit

Permalink
Add Modules_CUDA_Fix folder to installed folder (pytorch#13013)
Browse files Browse the repository at this point in the history
Summary:
This is used to patch our cmake cuda scripts - should be in the installation script.
Pull Request resolved: pytorch#13013

Reviewed By: ir413

Differential Revision: D10519104

Pulled By: Yangqing

fbshipit-source-id: 542049224ea41068f32d4c0f6399c7e8b684f764
  • Loading branch information
Yangqing authored and facebook-github-bot committed Oct 24, 2018
1 parent 46162cc commit 52beb33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1250,6 +1250,9 @@ def make_relative_rpath(path):
'share/cmake/ATen/*.cmake',
'share/cmake/Caffe2/*.cmake',
'share/cmake/Caffe2/public/*.cmake',
'share/cmake/Caffe2/Modules_CUDA_fix/*.cmake',
'share/cmake/Caffe2/Modules_CUDA_fix/upstream/*.cmake',
'share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/*.cmake',
'share/cmake/Gloo/*.cmake',
'share/cmake/Torch/*.cmake',
],
Expand Down

0 comments on commit 52beb33

Please sign in to comment.