re-enable copy of python files, but be careful that the copy is only … (#14982)
authorZachary DeVito <zdevito@fb.com>
Wed, 12 Dec 2018 00:11:09 +0000 (16:11 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 12 Dec 2018 00:54:08 +0000 (16:54 -0800)
commit92314c83fa8bd27638ece087a95f0505e960d326
treeb50e714e74e063a11aa6db07328a7efbc0aa0014
parent71e0cb505c7576bd674eb93c111f82acf4625f97
re-enable copy of python files, but be careful that the copy is only … (#14982)

Summary:
…done once

This allow no-op build to work correctly even when BUILD_CAFFE2_OPS is on.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/14982

Differential Revision: D13413960

Pulled By: zdevito

fbshipit-source-id: 6e5412a8c375af8a47c76f548cdd31cff15f3853
15 files changed:
caffe2/CMakeLists.txt
caffe2/contrib/aten/docs/__init__.py [new file with mode: 0644]
caffe2/contrib/cuda-convnet2/make-data/__init__.py [new file with mode: 0644]
caffe2/contrib/script/examples/__init__.py [new file with mode: 0644]
caffe2/core/__init__.py [new file with mode: 0644]
caffe2/core/nomnigraph/__init__.py [new file with mode: 0644]
caffe2/experiments/__init__.py [new file with mode: 0644]
caffe2/experiments/python/__init__.py [new file with mode: 0644]
caffe2/perfkernels/__init__.py [new file with mode: 0644]
caffe2/python/mint/__init__.py [new file with mode: 0644]
caffe2/quantization/__init__.py [new file with mode: 0644]
caffe2/quantization/server/__init__.py [new file with mode: 0644]
cmake/Utils.cmake
setup.py
tools/build_pytorch_libs.sh