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:

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

2020-05-08 Thread Ryan Schmidt
> On May 7, 2020, at 11:11, 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: >>> >>> >>> make: Entering directory >>> `/opt/local/var/macp

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

2020-05-08 Thread macports
> On 2020-05-08, at 09:35, Ryan Schmidt wrote: >> make: Entering directory >> `/opt/local/var/macports/build/_usr_local_macports_hfsinspect_sysutils_hfsinspect/hfsinspect/work/hfsinspect-02e0853' >> + echo 'Installing hfsinspect in /opt/local' >> Installing hfsinspect in /opt/local >> + mkdir -p

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

2020-05-08 Thread Ryan Schmidt
On May 8, 2020, at 13:55, macpo...@parvis.nl wrote: > i cannot find the makefile 1.0 portgroup in the guide. It's a new portgroup. It hasn't been documented in the guide yet. The comments in the portgroup source code are the only documentation that exists so far.