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

Linux support #6

Open
yuki-koyama opened this issue Jul 4, 2018 · 2 comments
Open

Linux support #6

yuki-koyama opened this issue Jul 4, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@yuki-koyama
Copy link
Owner

It is better to support Linux as well.

@yuki-koyama yuki-koyama added the enhancement New feature or request label Jul 4, 2018
@neurodiverseEsoteric
Copy link

Optimo builds on Manjaro Lysia KDE 20.0.3 (x86_64), but only after the following modification is made to CMakeLists.txt:

      SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread")
      set(CMAKE_HAVE_THREADS_LIBRARY 1)
      set(CMAKE_USE_WIN32_THREADS_INIT 0)
      set(CMAKE_USE_PTHREADS_INIT 1)
      set(THREADS_PREFER_PTHREAD_FLAG ON)

(source: https://stackoverflow.com/questions/34143265/undefined-reference-to-symbol-pthread-createglibc-2-2-5)

yuki-koyama added a commit that referenced this issue Jul 31, 2020
…iately sets the -pthread CXX option when necessary (related to #6)
@yuki-koyama
Copy link
Owner Author

I wasn't aware of the pthread issue. Thank you for the report!

I updated the parallel-util library to the latest release version, and I believe the pthread issue is now resolved.

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

No branches or pull requests

2 participants