Remove the openvino pkgconfig search path
The openvino package now installs to the standard '/usr' prefix as of version 2024.6.0-2. Now the openvino pkgconfig file is in a standard location, and no more extra config is needed to find it.
This commit is contained in:
@@ -191,7 +191,6 @@ build() {
|
||||
|
||||
export CFLAGS+=' -isystem/opt/cuda/include'
|
||||
export LDFLAGS+=' -L/opt/cuda/lib64'
|
||||
export PKG_CONFIG_PATH="/opt/intel/openvino/runtime/lib/intel64/pkgconfig${PKG_CONFIG_PATH:+":${PKG_CONFIG_PATH}"}"
|
||||
|
||||
# fix build of libavfilter/asrc_flite.c with gcc 14
|
||||
export CFLAGS+=' -Wno-incompatible-pointer-types'
|
||||
|
||||
Reference in New Issue
Block a user