Closed jayramr closed 1 year ago
dmd - 2.065.0 gsl - 2.7 GNU Make 4.3
@stschiff Please check if you get time
Actually I'm in the process of building this package under bioconda channel. So before that i need to check whether the manual installation works. Here is the recipe i build for this install https://github.com/bioconda/bioconda-recipes/pull/38469/files
Please advise on above error and how to fix this, so i will update my recipe and publish a conda package under bioconda channel
Hi,
Could someone please advise
Hello,
Could anyone please update on this ?
Sorry for the silence. So, I can not reproduce this. No idea where it comes from... Would it help if I upload compiled executables?
I tested this installation on Ubuntu 20.04 LTS base OS.
dmd - 2.065.0
gsl - 2.7
GNU Make 4.3
Could you adivse what would be your base installar configuration/prerequisites ?
If you include the compiled executables, in the source code also satisfies my requirement. Then I need to skip the make/compilation step in the conda recipe.
Please let me know once it is added, i will test
OK, this might be due to a change in the D compiler recently. I'm using
dmd --version
DMD64 D Compiler v2.100.2
You might want to try a commit that predates this change, for example https://github.com/stschiff/msmc2/releases/tag/v2.1.3.
Download the source code from this tag and try again, please.
@stschiff i tested with the latest version and smoothly installed without any issues
msmc2 v2.1.4
dmd v2.101.2
gsl 2.7.1
Now I would need to build this on bioconda. It would be great if you can compile the next version with excecutables? Otherwise i need to add the latest version for dmd in conda-forge as these takes sometime to push to upstream.
Please let me know
Hi,
Could you get any chance to complile the excecutable and release as a new package. If this is possible i can easily move it as a bioconda package
OK, I've just uploaded the latest execs to the release: https://github.com/stschiff/msmc2/releases/tag/v2.1.4
Thanks @stschiff
This is available now in bioconda https://anaconda.org/bioconda/msmc2
Very cool, thank you! Have you tweeted about it? Shall I? Do you have a handle so I can credit you?
I haven't tweeted and yes you can. And I'm contributing packages in bioconda channel is for benefit for many peoples. Thanks for your kind words and no need any credits :)
Hi Team,
I'm trying to install this package from source. I added dmd and gsl support still I'm getting below error. Please advise