On 1/31/19 5:04 PM, Bruce Dubbs via blfs-dev wrote:
I am in the process of updating opencv. Currently we optionally
download:
https://raw.githubusercontent.com/opencv/opencv_3rdparty/bdb7bb85f34a8cb0d35e40a81f58da431aa1557a/ippicv/ippicv_2017u3_lnx_intel64_general_20180518.tgz
If it is not downloaded, cmake will do it. What is in version 4.0.1 is:
if(X86_64)
set(OPENCV_ICV_NAME "ippicv_2019_lnx_intel64_general_20180723.tgz")
set(OPENCV_ICV_HASH "c0bd78adb4156bbf552c1dfe90599607")
else()
set(OPENCV_ICV_NAME "ippicv_2019_lnx_ia32_general_20180723.tgz")
set(OPENCV_ICV_HASH "4f38432c30bfd6423164b7a24bbc98a0")
endif()
Is there any good reason to do the download this manually instead of
letting cmake do it? We have several other packages, notably rustc,
that download many files.
The size of the 64-bit version of the file is 32 MB.
I'd like to simplify this package by just letting cmake do this.
Any objections?
-- Bruce
No objections here. It would make the lives of 32-bit users simpler as
well, as we only had the IPPICV download for x86_64 previously. I didn't
even know it existed.
Let's just have CMake do this.
Douglas R. Reno
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page