Maxime Boissonneault

Results 110 comments of Maxime Boissonneault

Unfortunately, that does not actually work for `poetry` because it uses `requests`, which is strictly HTTP, and does not support `file:///` style URLs: ``` InvalidSchema No connection adapters were found...

That's an interesting idea. A word of caution though, from Jeff Squyres recently in a thread about RPATH/RUNPATH issues with OpenMPI: The longer answer is that whenever you think you...

> @mboisson: > > > The longer answer is that whenever you think you understand the shared library and run-time linkers, you inevitably find out that you don't. > >...

Here is a small test on CephFS: ``` rm -rf testdir unpack; mkdir testdir; cd testdir; touch b; ln -s b a; cd ..; ls -rl testdir; 7za a testdir.7z...

I debugged p7zip, and it turns out that the issue is that `lstat` yields a value of `0` for `st_dev`. This causes this test to fail and return without transforming...

I applied this patch to our local build, but I would like to know what unforeseen consequence this may have https://github.com/ComputeCanada/easybuild-easyconfigs/blob/087dac6111dd08e5d85a310467dcd551b8ac7d35/easybuild/easyconfigs/p/p7zip/p7zip-17.04-CephFS.patch

Conda can use pip, pip can't use conda. The choice is easy, move default to pypi.

@boegel Should this be closed or fixed ? I won't spend time fixing its tests if it's not going to end up getting merged.

For what it is worth, here is the patch needed to support shared libraries: https://github.com/ComputeCanada/easybuild-easyconfigs/blob/computecanada-main/easybuild/easyconfigs/e/elastix/elastix-5.0.1-fix-cmake-shared-libraries.patch We have applied that in our build.

> If the only issue is a machine that is not connected to the internet, you can setup an internal package index, e.g. [pypiserver](https://github.com/pypiserver/pypiserver), which just takes a folder with...