pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: wip/py-torch: Suggestions needed



On Sat, Jul 16, 2022 at 12:08:44AM +0530, Mayuresh wrote:
> Based on the package's README, trying something like this:
> 
> post-extract:

Modified. This goes one step further. But wonder if this sort of a build
process is normal i.e. first a sizable tarball (106 MB) is downloaded and
then there are many checkouts from git. Also what sense does "version"
make if the build process checks out from the trunk or latest release?

post-extract:
    cd ${WRKSRC}; \
    git clone --recursive https://github.com/pytorch/pytorch; \
    cd pytorch; \
    git submodule sync; \
    git submodule update --init --recursive --jobs 0

-- 
Mayuresh


Home | Main Index | Thread Index | Old Index