MANIFEST.in 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. recursive-include * *.h *.hpp *.cc *.cu *.md *.cmake CMakeLists.txt
  2. include LICENSE horovod.lds horovod.exp CMakeLists.txt
  3. include cmake/build_utils.py
  4. prune .eggs
  5. # prune eigen LGPL2
  6. graft third_party/eigen/Eigen
  7. exclude third_party/eigen/Eigen/Eigen
  8. exclude third_party/eigen/Eigen/IterativeLinearSolvers
  9. exclude third_party/eigen/Eigen/MetisSupport
  10. exclude third_party/eigen/Eigen/Sparse
  11. exclude third_party/eigen/Eigen/SparseCholesky
  12. exclude third_party/eigen/Eigen/SparseLU
  13. exclude third_party/eigen/Eigen/src/IterativeSolvers/*
  14. exclude third_party/eigen/Eigen/src/OrderingMethods/Amd.h
  15. exclude third_party/eigen/Eigen/src/SparseCholesky/*
  16. exclude third_party/eigen/unsupported/test/mpreal/mpreal.h
  17. exclude third_party/eigen/unsupported/Eigen/FFT
  18. exclude third_party/eigen/unsupported/Eigen/MPRealSupport
  19. exclude third_party/eigen/doc/PreprocessorDirectives.dox
  20. exclude third_party/eigen/doc/UsingIntelMKL.dox
  21. exclude third_party/eigen/doc/SparseLinearSystems.dox
  22. exclude third_party/eigen/COPYING.GPL
  23. exclude third_party/eigen/COPYING.LGPL
  24. exclude third_party/eigen/COPYING.README
  25. # include cmake related files for submodule gloo
  26. graft third_party/gloo/cmake
  27. recursive-include third_party/gloo CMakeLists.txt
  28. recursive-include third_party/gloo *.in