From c2b5f87aaab6a93089a76139d2bfb0348441c0ff Mon Sep 17 00:00:00 2001 From: Oliver Sander <oliver.sander@tu-dresden.de> Date: Wed, 11 Apr 2018 16:12:49 +0200 Subject: [PATCH] Modernize a few build-system files --- dune-gfe.pc.in | 5 +++-- dune.module | 10 +++++----- dune/gfe/CMakeLists.txt | 3 +-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dune-gfe.pc.in b/dune-gfe.pc.in index aa613574..5fa55f71 100644 --- a/dune-gfe.pc.in +++ b/dune-gfe.pc.in @@ -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} diff --git a/dune.module b/dune.module index 7184b149..26bcb99d 100644 --- a/dune.module +++ b/dune.module @@ -1,11 +1,11 @@ - -#dune module information file# -############################## +################################ +# Dune 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 diff --git a/dune/gfe/CMakeLists.txt b/dune/gfe/CMakeLists.txt index 7ffd4e92..0cb24b31 100644 --- a/dune/gfe/CMakeLists.txt +++ b/dune/gfe/CMakeLists.txt @@ -1,3 +1,2 @@ #install headers -install(FILES gfe.hh DESTINATION include/dune/gfe) - +install(FILES gfe.hh DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/gfe) -- GitLab