Skip to content

add dune's gitlab index url to cmake flags

Andreas Dedner requested to merge feature/addgitlaburl into master

pypi is not accessible so this adds

-DDUNE_PYTHON_ADDITIONAL_PIP_PARAMS="--index-url=https://gitlab.dune-project.org/api/v4/projects/133/packages/pypi/simple"

to the default cmake flags so that packages are searched on the dune gitlab registry

Merge request reports