roctracer-proto pkgconfig includedir fix
[ROCm/roctracer commit: a4f18cd0de]
Этот коммит содержится в:
@@ -6,12 +6,12 @@ do_pkgconfig() {
|
||||
if [ ! -d /usr/lib/pkgconfig ] ; then mkdir -p /usr/lib/pkgconfig; fi
|
||||
cat > /usr/lib/pkgconfig/roctracer-proto.pc << EOF
|
||||
prefix=/opt/rocm/roctracer
|
||||
includedir=${prefix}/include
|
||||
includedir=${prefix}/include/ext
|
||||
|
||||
Name: roctracer-proto
|
||||
Version: 1.0.0
|
||||
Description: roctracer protocol
|
||||
Cflags: -I${includedir}/ext
|
||||
Cflags: -I${includedir}
|
||||
EOF
|
||||
}
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
if [ ! -d /usr/lib/pkgconfig ] ; then mkdir -p /usr/lib/pkgconfig; fi
|
||||
cat > /usr/lib/pkgconfig/roctracer-proto.pc << EOF
|
||||
prefix=/opt/rocm/roctracer
|
||||
includedir=${prefix}/include
|
||||
includedir=${prefix}/include/ext
|
||||
|
||||
Name: roctracer-proto
|
||||
Version: 1.0.0
|
||||
Description: roctracer protocol
|
||||
Cflags: -I${includedir}/ext
|
||||
Cflags: -I${includedir}
|
||||
EOF
|
||||
|
||||
Ссылка в новой задаче
Block a user