hpc / charliecloud

Now hosted on GitLab.
https://gitlab.com/charliecloud/main
Apache License 2.0
312 stars 60 forks source link

configure: add `--with-libfuse3` #1844

Open reidpr opened 9 months ago

reidpr commented 9 months ago

FUSE3 does not put its headers in a standard location, so we need an appropriate -I. Currently we get this from pkg-config, but it would be nice if it could also be specified manually with something like --with-fuse3-headers and --with-fuse-libs.