pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: wip/py-torch: Suggestions needed
On Fri, Jul 15, 2022 at 10:25:38PM +0530, Mayuresh wrote:
> When setup.py runs following error occurs:
> fatal: not a git repository (or any of the parent directories): .git
Based on the package's README, trying something like this:
post-extract:
cd ${WRKSRC}
git submodule sync
git submodule update --init --recursive --jobs 0
Strangely I get:
# make post-extract
cd /usr/local/netbsd/work/wip/py-torch/work/pytorch-1.12.0
make: exec(cd) failed (No such file or directory)
*** Error code 1
Actually the directory is present. Not sure why cd to it gives error.
--
Mayuresh
Home |
Main Index |
Thread Index |
Old Index