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

Build fails and exits on Fedora 28 without python33 #139

Open
byron-hawkins opened this issue Jun 6, 2019 · 0 comments
Open

Build fails and exits on Fedora 28 without python33 #139

byron-hawkins opened this issue Jun 6, 2019 · 0 comments

Comments

@byron-hawkins
Copy link

The build fails and stops on a vanilla Fedora 28 install:

> git clone https://github.com/mlpack/benchmarks.git
> cd benchmarks
> make
which: no python3.3 in (/usr/share/Modules/bin:/usr/lib64/ccache:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin)

Everything works after deleting the python3.3 line. The makefile is written as if it expects that python3.3 might not be installed, but then it fails and stops if python3.3 is not installed. This seems like a fairly major problem. I don't work with makefiles myself, so I can't really offer any suggestions.

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

1 participant