alternative for github clone with submodules

2020-05-07 Thread macports
i cannot find a way to do git clone --recursive alternative example could be: example: hfsinspect has 2 git submodules crc32c and memdump before the real build phase (patch or pre-build), git clone crc32c and memdump, and create symlinks from clone to vendor/crc32c and vendor/memdump. liveche

Re: alternative for github clone with submodules

2020-05-07 Thread Christopher Jones
see https://github.com/macports/macports-ports/blob/master/python/py-pytorch/Portfile#L92 Chris > On 7 May 2020, at 1:34 pm, macpo...@parvis.nl wrote: > > i cannot find a way to do git clone --recursive >

Re: alternative for github clone with submodules

2020-05-07 Thread macports
> On 2020-05-07, at 14:58, Christopher Jones wrote: > > see > > https://github.com/macports/macports-ports/blob/master/python/py-pytorch/Portfile#L92 > > > > Chris thanks! i had to add 'fetch.type git’

Re: alternative for github clone with submodules

2020-05-07 Thread Christopher Jones
> On 7 May 2020, at 4:41 pm, macpo...@parvis.nl wrote: > > >> On 2020-05-07, at 14:58, Christopher Jones > > wrote: >> >> see >> >> https://github.com/macports/macports-ports/blob/master/python/py-pytorch/Portfile#L92 >> >>

Re: alternative for github clone with submodules -> make: *** [install] Error 71

2020-05-07 Thread macports
> On 2020-05-07, at 17:46, Christopher Jones wrote: > > On 7 May 2020, at 4:41 pm, macpo...@parvis.nl > wrote: >> ... >> >> but now destroot fails. >> >> log: >> >> >> make: Entering directory >> `/opt/local/var/macports/build/_usr_local_macports_hfsinspect_

Re: alternative for github clone with submodules -> make: *** [install] Error 71

2020-05-07 Thread Christopher Jones
> On 7 May 2020, at 5:11 pm, macpo...@parvis.nl wrote: > > >> On 2020-05-07, at 17:46, Christopher Jones > > wrote: >> >> On 7 May 2020, at 4:41 pm, macpo...@parvis.nl >> wrote: >>> ... >>> >>> but now destroot fails. >>> >>> log:

Re: alternative for github clone with submodules -> make: *** [install] Error 71

2020-05-07 Thread Christopher Jones
destroy -> destroot ( blame auto-correct…. ) > On 7 May 2020, at 5:21 pm, Christopher Jones wrote: > > > >> On 7 May 2020, at 5:11 pm, macpo...@parvis.nl >> wrote: >> >> >>> On 2020-05-07, at 17:46, Christopher Jones >> > wrote: