Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-alugrid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ag-ohlberger
dune-community
dune-alugrid
Commits
80ca0ac9
Commit
80ca0ac9
authored
7 years ago
by
dedner
Browse files
Options
Downloads
Patches
Plain Diff
update to 2.7 version
parent
fbea8675
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-3
1 addition, 3 deletions
CMakeLists.txt
dune.module
+2
-2
2 additions, 2 deletions
dune.module
python/setup.py.in
+1
-1
1 addition, 1 deletion
python/setup.py.in
with
4 additions
and
6 deletions
CMakeLists.txt
+
1
−
3
View file @
80ca0ac9
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
dune.module
+
2
−
2
View file @
80ca0ac9
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
This diff is collapsed.
Click to expand it.
python/setup.py.in
+
1
−
1
View file @
80ca0ac9
...
...
@@ -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,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment