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-io/conan-center-index/issues/8618
I was redirecte
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-
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
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
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
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
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