Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-gfe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Sander, Oliver
dune-gfe
Commits
c2b5f87a
Commit
c2b5f87a
authored
6 years ago
by
Sander, Oliver
Browse files
Options
Downloads
Patches
Plain Diff
Modernize a few build-system files
parent
5b2d0a4d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dune-gfe.pc.in
+3
-2
3 additions, 2 deletions
dune-gfe.pc.in
dune.module
+5
-5
5 additions, 5 deletions
dune.module
dune/gfe/CMakeLists.txt
+1
-2
1 addition, 2 deletions
dune/gfe/CMakeLists.txt
with
9 additions
and
9 deletions
dune-gfe.pc.in
+
3
−
2
View file @
c2b5f87a
...
...
@@ -9,6 +9,7 @@ DEPENDENCIES=@REQUIRES@
Name: @PACKAGE_NAME@
Version: @VERSION@
Description: Dune dune-gfe module, contains the implementation of geodesic finite elements
Requires: ${DEPENDENCIES}
Libs:
URL:
Requires: dune-grid dune-uggrid dune-istl dune-localfunctions dune-functions dune-solvers dune-fufem
Libs: -L${libdir}
Cflags: -I${includedir}
This diff is collapsed.
Click to expand it.
dune.module
+
5
−
5
View file @
c2b5f87a
#
d
une module information file#
##############################
################################
#
D
une module information file
#
##############################
##
#Name of the module
Module
:
dune
-
gfe
Module
:
dune
-
gfe
Version
:
svn
Maintainer
:
oliver
.
sander
@
tu
-
dresden
.
de
#depending on
Depends
:
dune
-
grid
dune
-
istl
dune
-
localfunctions
dune
-
functions
dune
-
solvers
dune
-
fufem
Depends
:
dune
-
grid
dune
-
uggrid
dune
-
istl
dune
-
localfunctions
dune
-
functions
dune
-
solvers
dune
-
fufem
Suggests
:
dune
-
foamgrid
This diff is collapsed.
Click to expand it.
dune/gfe/CMakeLists.txt
+
1
−
2
View file @
c2b5f87a
#install headers
install
(
FILES gfe.hh DESTINATION include/dune/gfe
)
install
(
FILES gfe.hh DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/dune/gfe
)
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