Skip to content
Snippets Groups Projects
Commit bf7ed574 authored by Andreas Dedner's avatar Andreas Dedner
Browse files

replace assertHave with assertCMakeHave which has to be used slightly...

replace assertHave with assertCMakeHave which has to be used slightly differently with the new dune-py setup process

adapt ci yml file to python bindings on by default
parent 186de6b2
No related branches found
No related tags found
1 merge request!32refactor the way python is used in dune
---
variables:
GLOBAL_CMAKE_FLAGS: '-DDUNE_RUNNING_IN_CI=TRUE --DCMAKE_DISABLE_FIND_PACKAGE_Alberta=TRUE -DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations" -DDUNE_ENABLE_PYTHONBINDINGS=ON -DALLOW_CXXFLAGS_OVERWRITE=ON -DDUNE_GRID_GRIDTYPE_SELECTOR=ON'
GLOBAL_CMAKE_FLAGS: ' -DCMAKE_DISABLE_FIND_PACKAGE_Alberta=TRUE -DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations" -DALLOW_CXXFLAGS_OVERWRITE=ON -DDUNE_GRID_GRIDTYPE_SELECTOR=ON'
DUNECI_CMAKE_FLAGS: '$GLOBAL_CMAKE_FLAGS'
DUNE_LOG_LEVEL: DEBUG
......
......@@ -5,8 +5,6 @@ import logging
logger = logging.getLogger(__name__)
from io import StringIO
from dune.common.checkconfiguration import assertHave, preprocessorAssert, ConfigurationError
from dune.typeregistry import generateTypeName
from dune.generator import Constructor, Method
from dune.generator.importclass import load as classLoad
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment