Re: [Firebird-devel] Packaging FirebirdSQL for Conan

2022-02-02 Thread Horváth V .
Okay, so from this it appears that fbclient 3.x has basically no required external dependencies? I'm not sure how tommath relates to threading and atomics, it appears to be a MPI library. Conan just relies on pthread for threading on *nix systems. Conan packages zlib, so an option for that is no

Re: [Firebird-devel] Packaging FirebirdSQL for Conan

2022-02-02 Thread Alex Peshkoff via Firebird-devel
On 2/2/22 17:04, Horváth V. wrote: Okay, so from this it appears that fbclient 3.x has basically no required external dependencies? I'm not sure how tommath relates to threading and atomics, it appears to be a MPI library. Yes. tommath is the only requirement not in std libraries list. Fire

Re: [Firebird-devel] Packaging FirebirdSQL for Conan

2022-02-02 Thread Horváth V .
On 2022. 02. 02. 13:53, Horváth V. wrote: I'm not sure what the Conan Center Index policy is on such things. A few words from the #conan channel of the C++ Slack: we publish such utilities in some cases, it's not forbidden. as I remember, we have them for sqlite3 and systemd. if they don't r

Re: [Firebird-devel] Packaging FirebirdSQL for Conan

2022-02-02 Thread Alex Peshkoff via Firebird-devel
On 2/2/22 15:46, Adriano dos Santos Fernandes wrote: On 02/02/2022 09:21, Horváth V. wrote: Hello list! I have the intention of packaging FirebirdSQL 3.x for the Conan cross-platform package manager, so that I can start working on migrating PHP to being a CMake and Conan managed project. Detail

Re: [Firebird-devel] Packaging FirebirdSQL for Conan

2022-02-02 Thread Horváth V .
On 2022. 02. 02. 13:46, Adriano dos Santos Fernandes wrote: It depends you are talking about client library only or also server and command line tools. I guess you are talking about client library only, so it must be zlib. I'm mainly interested in providing the same things windows.php.net prov

Re: [Firebird-devel] Packaging FirebirdSQL for Conan

2022-02-02 Thread Adriano dos Santos Fernandes
On 02/02/2022 09:21, Horváth V. wrote: > Hello list! > > I have the intention of packaging FirebirdSQL 3.x for the Conan > cross-platform package manager, so that I can start working on migrating > PHP to being a CMake and Conan managed project. Details about that here: > https://github.com/conan-