Skip to content

Error when running the Makefile #850

@maelle

Description

@maelle
make -f Makefile-cigraph src/rinterface.c R/aaa-auto.R
python3 -m venv .venv
.venv/bin/pip install -r tools/build-requirements.txt
Requirement already satisfied: stimulus from git+https://github.com/igraph/stimulus@0.13.0#egg=stimulus in ./.venv/lib/python3.8/site-packages (from -r tools/build-requirements.txt (line 6)) (0.13.0)
Requirement already satisfied: PyYAML<7.0,>=6.0 in ./.venv/lib/python3.8/site-packages (from stimulus->-r tools/build-requirements.txt (line 6)) (6.0)
Requirement already satisfied: deepmerge<0.4.0,>=0.3.0 in ./.venv/lib/python3.8/site-packages (from stimulus->-r tools/build-requirements.txt (line 6)) (0.3.0)
touch .venv/stamp
.venv/bin/stimulus \
           -f cigraph/interfaces/functions.yaml \
           -f tools/stimulus/functions-R.yaml \
           -i tools/stimulus/rinterface.c.in \
           -o src/rinterface.c \
           -t cigraph/interfaces/types.yaml \
           -t tools/stimulus/types-RC.yaml \
           -l RC
.venv/bin/stimulus \
           -f cigraph/interfaces/functions.yaml \
           -f tools/stimulus/functions-R.yaml \
           -i tools/stimulus/aaa-auto.R.in \
           -o R/aaa-auto.R \
           -t cigraph/interfaces/types.yaml \
           -t tools/stimulus/types-RR.yaml \
           -l RR
ERROR     | Missing OUT dependency for VERTEX_COLOR colors in function igraph_vertex_coloring_greedy

Cc @krlmlr

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions