DIRACGrid / DIRACOS

Project for creating bundle of DIRAC dependencies.
GNU General Public License v3.0
2 stars 9 forks source link

diracosrc: add DAVIX_USE_LIBCURL=1 #165

Closed chaen closed 3 years ago

chaen commented 3 years ago

BEGINRELEASENOTES NEW: add DAVIX_USE_LIBCURL=1 in diracosrc ENDRELEASENOTES

@chrisburr I wanted to do the same for DIRACOS2, but there is no diracosrc equivalent. How should we do ? (without this, we can segfault)

chrisburr commented 3 years ago

There is a diracosrc though that might not be the right place for it: https://github.com/DIRACGrid/DIRACOS2/blob/main/create_diracosrc.sh

Two questions:

chaen commented 3 years ago

They are replacing neon by libcurl so this will soon not be needed anymore. And the segfault happens in our integration tests after a lot of operations (put, rm, mkdir, rmdir, etc, unlikely to happen in real life scenario), but is apparently tricky to reproduce, although I can systematically.

chrisburr commented 3 years ago

In that case can you add it to create_diracosrc.sh as it's less hassle than modifying the conda-package correctly (in particular accounting for all possible shells is tedious).

chaen commented 3 years ago

https://github.com/DIRACGrid/DIRACOS2/pull/12