Re: [cmake-developers] Proposal to disable link depends inference.

2017-04-20 Thread Matthew Hanna (BLOOMBERG/ 731 LEX)
To: cmake-developers@cmake.org Subject: Re: [cmake-developers] Proposal to disable link depends inference. On 04/11/2017 09:34 AM, Matthew Hanna (BLOOMBERG/ 731 LEX) wrote: > The inference logic in cmComputeLinkDepends.cxx is both inefficient and > superfluous for our specific use case.

Re: [cmake-developers] Proposal to disable link depends inference.

2017-04-11 Thread Matthew Hanna (BLOOMBERG/ 731 LEX)
developers@cmake.org Subject: Re: [cmake-developers] Proposal to disable link depends inference. On 04/11/2017 09:34 AM, Matthew Hanna (BLOOMBERG/ 731 LEX) wrote: > The inference logic in cmComputeLinkDepends.cxx is both inefficient and > superfluous for our specific use case. I am proposing a glo

[cmake-developers] Proposal to disable link depends inference.

2017-04-11 Thread Matthew Hanna (BLOOMBERG/ 731 LEX)
Hi, The inference logic in cmComputeLinkDepends.cxx is both inefficient and superfluous for our specific use case. I am proposing a global setting that would disable the link computation entirely for those that wish to take full responsibility of the ordering of dependencies. We are currently us

[cmake-developers] pkg_check_modules does not respond to changes.

2017-01-18 Thread Matthew Hanna (BLOOMBERG/ 731 LEX)
There is an optimization in pkg_check_modules that skips processing once a successful execution has occurred and simply leaves the cached return variables as is. As currently implemented, any changes to the parameters of pkg_check_modules, excluding PREFIX, will be ignored following a successful e

Re: [cmake-developers] [PATCH] Allow for toolchain override of AIX/HP libpath.

2016-05-17 Thread Matthew Hanna (BLOOMBERG/ 731 LEX)
From: brad.k...@kitware.com At: May 17 2016 13:37:50 To: Matthew Hanna (BLOOMBERG/ 731 LEX) Cc: cmake-developers@cmake.org Subject: Re: [cmake-developers] [PATCH] Allow for toolchain override of AIX/HP libpath. On 05/17/2016 12:26 PM, Matthew Hanna (BLOOMBERG/ 731 LEX) wrote: > The attac

[cmake-developers] [PATCH] Allow for toolchain override of AIX/HP libpath.

2016-05-17 Thread Matthew Hanna (BLOOMBERG/ 731 LEX)
Hi, The attached patch allows for a toolchain or command line override of the CMAKE_PLATFORM_REQUIRED_RUNTIME_PATH that is only used in AIX.cmake and HP-UX.cmake. The specific case this patch is for, is compiling third party code on AIX for deployment in an environment in which we maintain ver