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

error: no member named 'parallel' in namespace 'ips4o' #114

Open
yurivict opened this issue Jul 21, 2023 · 2 comments
Open

error: no member named 'parallel' in namespace 'ips4o' #114

yurivict opened this issue Jul 21, 2023 · 2 comments

Comments

@yurivict
Copy link

yurivict commented Jul 21, 2023

In file included from /usr/ports/biology/seqwish/work/seqwish-v0.7.9/src/match.cpp:1:
In file included from /usr/ports/biology/seqwish/work/seqwish-v0.7.9/src/match.hpp:3:
/usr/ports/biology/seqwish/work/seqwish-v0.7.9/deps/mmmulti/src/mmmultimap.hpp:244:16: error: no member named 'parallel' in namespace 'ips4o'
        ips4o::parallel::sort((std::pair<Key, Value>*)buffer.begin(),
        ~~~~~~~^

This happens regardless of whether USE_OPENMP is ON of OFF.

The build succeeds when -fopenmp is added.

So USE_OPENMP doesn't cleanly enable/disable OpenMP.

Version: 0.7.9
clang-15
FreeBSD 13.2

@ekg
Copy link
Owner

ekg commented Jul 22, 2023 via email

@yurivict
Copy link
Author

This is based on a release tarball?

Yes.

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

No branches or pull requests

2 participants