Re: Guidance with using system-installed dependency

2019-07-03 Thread merkys
Hello, On 2019-07-04 03:58, he...@shayandoust.me wrote: > Even though I had verbosity set, the message still didn't make sense. I tried > to copy out the project from my working (root) directory and try to "cmake ." > it manually with the build dependencies installed on my system, and it seems

Re: Guidance with using system-installed dependency

2019-07-03 Thread Paul Wise
On Thu, Jul 4, 2019 at 9:09 AM Shayan Doust wrote: > I have created a patch file that is "meant" to use the system-installed > libgatbcore-dev instead of a submodule that comes with the project on github. If you haven't already, please try to get the patch or something similar included upstream

Guidance with using system-installed dependency

2019-07-03 Thread hello
Hello, I am a newcomer for package maintaining. I'm currently working on packaging a program [1] that uses CMake and requires some build dependencies, in this case both cmake and gatb-core which has fortunately been already packaged as libgatbcore-dev. I have created a patch file that is "meant