Bipin Kumar

Results 12 comments of Bipin Kumar

> Hello-- for that specific error my guess is that you need to have an old version of GSL installed. archlinux being a rolling release distro that could pose some...

there is newer version of ocaml-gsl that builds with recent versions of gsl. however, ocaml-mcl cannot be built. it seems even Debian med project has given up on patching in...

Thanks for the input. We will attempt to build with submodule approach then.

hi i am attempting to build from sources as below ``` $ git clone https://github.com/seqan/seqan3.git $ cd seqan3 $ git submodule update --init --recursive Submodule 'cereal' (https://github.com/USCiLab/cereal) registered for path...

> Now I fix it at [BioArchLinux/Packages@ad3a292](https://github.com/BioArchLinux/Packages/commit/ad3a29272a81368d3f70f261d157961eee443ad0) > > @kbipinkumar Could you help me check it if it's okay yeas. the package is being built just fine.

> (The lib does not live where it is expected and cannot be accessed) could you please elaborate which file provides this library? i am attaching the list of files...

> Looks like you already solved the zstd error, but I'm not sure about the linker error. What archlinux version are you using? Archlinux being a rolling release distro there...

i was able to add support for `DESTDIR` flag using the attached patch. it would be great if the same can be incorporated into future releases. [destdir.patch](https://github.com/ogotoh/spaln/files/10838108/destdir.patch)

> Thank you for your advice. Even in the present setting, you don’t need to manually copy binaries and other files by running ./configure with appropriate options. For example, >...

Also look into below request as well > the versioning used in tags is causing issues with [version checker](https://github.com/lilydjwg/nvchecker/blob/master/docs/usage.rst#check-github) script used by build server of bioarchlinux project to fetch newest...