adding channel to perl-app-cpanminus#4012
Conversation
|
@jerowe the Is there a similar fix for the |
|
If it works now it won't in the next day or so. Bioconda used to be a
standalone channel. Now it requires some packages from conda-forge.
I think I fixed gencore_variant_detevtion, could you try again?
Also, I was not able to reproduce my error with a clean setup. I am start
to think I broke something in my other environment, but it's on my work
computer and I'm at home ;)
On Jan 13, 2017 1:06 PM, "Kenneth Hoste" <[email protected]> wrote:
@jerowe <https://github.com/jerowe> the perl-app-cpanminus easyconfig still
works fine, so why is this required?
Is there a similar fix for the gencore_variant_detection easyconfig, which
is broken (cfr. easybuilders/easybuild-easyblocks#1082 (comment)
<easybuilders/easybuild-easyblocks#1082 (comment)>
).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4012 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFTFRitJNgw_iGCbZ3fMlIX-zH_2Odg9ks5rRz6UgaJpZM4Lig3F>
.
|
|
@jerowe how did you fix |
|
I changed the environment itself to include the conda_forge channel
…On Jan 13, 2017 2:33 PM, "Kenneth Hoste" ***@***.***> wrote:
@jerowe <https://github.com/jerowe> how did you fix
gencore_variant_detection, I don't see any changes to the easyconfig?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4012 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFTFRu2KRx1VMPd-SjsTto4811aF0m5Hks5rR1MKgaJpZM4Lig3F>
.
|
|
@jerowe please change the target branch to |
|
Test report by @boegel |
|
lgtm |
|
Going in, thanks @jerowe! |
|
@jerowe installing |
|
@boegel , looking into this now. |
|
@boegel , I pinned a few more versions. That might help. It builds on our docker image at least. I think I've asked this before, but how could I go about testing things locally? A docker image that simulates travis would be really handy to have. I could do some testing locally to hopefully leave you with less testing. ;-) |
|
@jerowe still the same problem I'm afraid... I'm just using the existing easyconfig for |
|
@boegel , what is the prefix you are installing to? I know at some point I was having trouble with some modules, because the --prefix command supplied to conda was too long. I think this might have been the same error you are seeing. |
|
@jerowe Hah, seems like you're spot on. My default install prefix is rather long, and with a really short install prefix ( So, we should have a check in |
|
That would be best, but I think the exact allowed prefix name depends upon the version of conda-build that was used to build the package. Packages are often build and rebuild, and there is no way of telling the version of conda-build used to build a package without going and hunting through the actual builds on travis. Maybe we could catch any 'prefix blahblah' errors, and give a helpful warning that the prefix is probably too long? |
|
Yes, the latter would certainly be useful, since it wasn't clear quickly what the problem was even for us... |
I'm adding the conda-forge channel to the perl-app-cpanminus config.