Skip to content

Build fails and exits on Fedora 28 without python33 #139

@byron-hawkins

Description

@byron-hawkins

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions