pytorch/multipy

Using `make install` to pack nigthly tarball?

reyoung opened this issue · 2 comments

multipy nightly tarball is packed by copying cmake build directory.

cd multipy/runtime/build/dist
tar -czvf multipy_runtime.tar.gz runtime/

It is a bit hacky and does not contain multipy/runtime prefix in this tarball.

Is it better to use make install to pack nightly tarball?

PaliC commented

To be consistent with the rest of pytorch, it's probably best to not install directly to the path. However, we fixed up the path #79

PaliC commented

Resolved by #79