Skip to content
Snippets Groups Projects
Commit 80ca0ac9 authored by dedner's avatar dedner
Browse files

update to 2.7 version

parent fbea8675
No related branches found
No related tags found
No related merge requests found
......@@ -47,9 +47,7 @@ if(dune-python_FOUND)
dune_python_install_package(PATH "python")
elseif(dune-corepy_FOUND)
add_subdirectory(python)
if(NOT (${DUNE_COMMON_VERSION} VERSION_LESS 2.6))
dune_python_install_package(PATH "python")
endif()
dune_python_install_package(PATH "python")
endif()
# finalize the dune project, e.g., generate config.h etc.
......
Module: dune-alugrid
Version: 2.6
Version: 2.7
Maintainer: alugrid@mathematik.uni-freiburg.de
Whitespace-Hook: Yes
Depends: dune-grid (>= 2.5)
Depends: dune-grid (>= 2.6)
Suggests: dune-python dune-corepy
Python-Modules: dune.alugrid
......@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(name="dune.alugrid",
namespace_packages=['dune'],
description="Python lib for dune: dune-alugrid library",
version="2.5",
version="${DUNE_PYTHON_VERSION}",
author="Andreas Dedner and Martin Nolte",
packages = find_packages(),
zip_safe = 0,
......
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