[libcxx-commits] [pstl] r368203 - [pstl] Make sure we install all of PSTL's include/ directory
Eric Fiselier via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Aug 9 01:08:24 PDT 2019
Lets say we have three disparate versions of Clang and libc++ installed on
the system. Their install prefixes are:
(A) /usr/
(B) /usr/local
(C) /opt/my-clang
Let's assume we also have PSTL installation rooted at each of the prefixes.
What version of the PSTL headers do you expect each Clang+libc++ to find?
What version of the PSTL libraries do you expect libc++ to link against?
(And visa-versa)
What version of the PSTL libraries do you expect to be found at runtime?
/Eric
On Wed, Aug 7, 2019 at 4:28 PM Louis Dionne via libcxx-commits <
libcxx-commits at lists.llvm.org> wrote:
> Author: ldionne
> Date: Wed Aug 7 13:29:04 2019
> New Revision: 368203
>
> URL: http://llvm.org/viewvc/llvm-project?rev=368203&view=rev
> Log:
> [pstl] Make sure we install all of PSTL's include/ directory
>
> We want to install files directly in include/, not only in include/pstl.
>
> Modified:
> pstl/trunk/CMakeLists.txt
>
> Modified: pstl/trunk/CMakeLists.txt
> URL:
> http://llvm.org/viewvc/llvm-project/pstl/trunk/CMakeLists.txt?rev=368203&r1=368202&r2=368203&view=diff
>
> ==============================================================================
> --- pstl/trunk/CMakeLists.txt (original)
> +++ pstl/trunk/CMakeLists.txt Wed Aug 7 13:29:04 2019
> @@ -76,7 +76,7 @@ install(EXPORT ParallelSTLTargets
> install(FILES "${CMAKE_CURRENT_BINARY_DIR}/ParallelSTLConfig.cmake"
> "${CMAKE_CURRENT_BINARY_DIR}/ParallelSTLConfigVersion.cmake"
> DESTINATION lib/cmake/ParallelSTL)
> -install(DIRECTORY include/pstl
> +install(DIRECTORY include/
> DESTINATION include)
>
> add_custom_target(install-pstl
>
>
> _______________________________________________
> libcxx-commits mailing list
> libcxx-commits at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/libcxx-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190809/229c5187/attachment.html>
More information about the libcxx-commits
mailing list