mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-28 22:28:18 +00:00
Don't install ompt-multiplex.h on armhf, mipsel and mips64el (Closes: #967944)
This commit is contained in:
parent
7f00044724
commit
f23fd803d3
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
llvm-toolchain-11 (1:11.0.0~+rc1-2) unstable; urgency=medium
|
||||
|
||||
* Don't install ompt-multiplex.h on armhf, mipsel and mips64el
|
||||
(Closes: #967944)
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 05 Aug 2020 15:23:25 +0200
|
||||
|
||||
llvm-toolchain-11 (1:11.0.0~+rc1-1) unstable; urgency=medium
|
||||
|
||||
* Testing release
|
||||
|
2
debian/libomp-X.Y-dev.install.in
vendored
2
debian/libomp-X.Y-dev.install.in
vendored
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/dh-exec
|
||||
|
||||
/usr/lib/llvm-@LLVM_VERSION@/include/openmp/omp*.h
|
||||
/usr/lib/llvm-@LLVM_VERSION@/include/ompt-multiplex.h
|
||||
[!armhf !mips64el !mipsel] /usr/lib/llvm-@LLVM_VERSION@/include/ompt-multiplex.h
|
||||
/usr/lib/llvm-@LLVM_VERSION@/lib/libgomp.so
|
||||
/usr/lib/llvm-@LLVM_VERSION@/lib/libiomp5.so
|
||||
/usr/lib/llvm-@LLVM_VERSION@/lib/libomp*.so
|
||||
|
Loading…
Reference in New Issue
Block a user