Re: [ptxdist] [PATCH] OpenCV: fix download in PTXDist prepare stage

2020-01-23 Thread Ahmad Fatoum
Hello Marian On 1/22/20 5:48 PM, Marian Cichy wrote: > OpenCV wants to download the additional framework ADE while executing > CMake. Therefore, files will be downloaded during PTXDist's prepare > stage. This is not wanted. We now try to download the files during the > Get stage and copy the

[ptxdist] [PATCH] OpenCV: fix download in PTXDist prepare stage

2020-01-22 Thread Marian Cichy
OpenCV wants to download the additional framework ADE while executing CMake. Therefore, files will be downloaded during PTXDist's prepare stage. This is not wanted. We now try to download the files during the Get stage and copy the files to the same locations at the Extract.post stage. If we