Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem: cppfs cannot be installed to non-system directories in system-dir-install #4

Merged
merged 1 commit into from
Jul 16, 2017

Conversation

gabm
Copy link
Contributor

@gabm gabm commented Jun 30, 2017

We want to package cppfs (and others) but we cannot install it using system-dir-install into fakeroot due to auto-recognition of cppassist

Solution: add an optional override flag to do that

@sbusch42
Copy link
Member

I'm curious, what are you using cppfs (and the other libs) for?

@gabm
Copy link
Contributor Author

gabm commented Jun 30, 2017

We want to use it as an alternative to boost::filesystem.. at first glance it seems it has what we need and wed get around the boost dependency for now ... the other projects are dependencies of cppfs.. we have no special interest in those atm...

@sbusch42
Copy link
Member

I've just removed the dependencies to cpplocate, cppassist, and cppexpose, as they were minimal and I see the point of this library having as little dependencies as possible. Only the examples still need cppassist for the command line parser, but they can be turned off easily with OPTION_BUILD_EXAMPLES:BOOL=OFF. Hope this makes your deployment a little easier.

@sbusch42 sbusch42 merged commit bc221a2 into cginternals:master Jul 16, 2017
@gabm
Copy link
Contributor Author

gabm commented Jul 20, 2017

oh yes, thats useful 👍 thank u!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants