mlpack / benchmarks

Machine Learning Benchmark Scripts
101 stars 49 forks source link

Build fails and exits on Fedora 28 without python33 #139

Open byron-hawkins opened 5 years ago

byron-hawkins commented 5 years ago

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.