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

Pupil Detector install.py, do not assume fixed folders #1345

Closed
behinger opened this issue Oct 25, 2018 · 2 comments
Closed

Pupil Detector install.py, do not assume fixed folders #1345

behinger opened this issue Oct 25, 2018 · 2 comments

Comments

@behinger
Copy link

When trying to compile setup.py in pupil detectors it assumes that opencv, eigen3 etc. are at fixed places.
This is not the case for our setup

I have several ideas how to improve this:

  • check if the path exists and throw an error otherwise
  • user specified paths
  • auto detect the libraries from the LD_LIBRARY_PATH
@papr
Copy link
Contributor

papr commented Oct 25, 2018

Using pkg-config would be an other option

@papr
Copy link
Contributor

papr commented Feb 24, 2020

This issue has been resolved by extracting the pupil detectors into a separate repository with a proper setup.py procedure.

@papr papr closed this as completed Feb 24, 2020
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