Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-curvedgeometry
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
extensions
dune-curvedgeometry
Commits
67f9cb51
Commit
67f9cb51
authored
6 months ago
by
Simon Praetorius
Browse files
Options
Downloads
Patches
Plain Diff
Update version to 2.11
parent
83c7e231
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
Update version 2.10
Pipeline
#73345
failed
6 months ago
Stage: test
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
dune.module
+1
-1
1 addition, 1 deletion
dune.module
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
2
−
2
View file @
67f9cb51
...
...
@@ -2,10 +2,10 @@
include
:
-
project
:
'
core/ci-config'
ref
:
master
file
:
'
config/common/
releases/2.10
.yml'
file
:
'
config/common/
master
.yml'
-
project
:
'
core/ci-config'
ref
:
master
file
:
'
jobs/common/
releases/2.10
.yml'
file
:
'
jobs/common/
master
.yml'
before_script
:
-
. /duneci/bin/duneci-init-job
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
67f9cb51
cmake_minimum_required
(
VERSION 3.16
)
project
(
dune-curvedgeometry
VERSION 2.1
0
VERSION 2.1
1
DESCRIPTION
"A Dune module that provides parametrized geometries"
HOMEPAGE_URL
"https://gitlab.dune-project.org/extensions/dune-curvedgeometry"
LANGUAGES CXX
)
...
...
This diff is collapsed.
Click to expand it.
dune.module
+
1
−
1
View file @
67f9cb51
...
...
@@ -4,7 +4,7 @@
# Name of the module
Module
:
dune
-
curvedgeometry
Version
:
2.1
0
Version
:
2.1
1
-
git
Maintainer
:
simon
.
praetorius
@
tu
-
dresden
.
de
# Required build dependencies
Depends
:
dune
-
geometry
...
...
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