From 93724b6cfb7f032a20737b423030abb9a2f05f75 Mon Sep 17 00:00:00 2001 From: Simon Praetorius <simon.praetorius@tu-dresden.de> Date: Wed, 13 Mar 2019 16:11:50 +0100 Subject: [PATCH] prepare for release 0.2 --- CMakeLists.txt | 2 +- LICENSE | 4 ++-- amdis.pc.in | 4 ++-- bin/amdisproject | 9 +++------ dune.module | 4 ++-- 5 files changed, 10 insertions(+), 13 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a6705c67..ae4d0162 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.1) -project(amdis CXX) +project(amdis CXX VERSION 0.2) #find dune-common and set the module path find_package(dune-common REQUIRED) diff --git a/LICENSE b/LICENSE index 0abd3507..e32b9fc3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ The MIT License (MIT) -Copyright (c) 2016-2018 Simon Praetorius - 2018 Felix Müller +Copyright (c) 2016-2019 Simon Praetorius + 2019 Felix Müller Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/amdis.pc.in b/amdis.pc.in index c41ceecc..69e6642e 100644 --- a/amdis.pc.in +++ b/amdis.pc.in @@ -9,8 +9,8 @@ DEPENDENCIES=@REQUIRES@ Name: @PACKAGE_NAME@ Version: @VERSION@ Description: AMDiS dune-module -URL: https://gitlab.math.tu-dresden.de/spraetor/dune-amdis +URL: https://gitlab.mn.tu-dresden.de/amdis/amdis-core Requires: dune-common dune-geometry dune-localfunctions dune-typetree dune-grid dune-functions -Suggests: dune-uggrid dune-alugrid dune-foamgrid +Suggests: dune-uggrid dune-alugrid dune-foamgrid dune-spgrid dune-ist Libs: -L${libdir} Cflags: -I${includedir} diff --git a/bin/amdisproject b/bin/amdisproject index 6c0e11be..6985c88c 100644 --- a/bin/amdisproject +++ b/bin/amdisproject @@ -523,10 +523,6 @@ M_DELIM ################## PROJECT.CC ################## echo "- $PROJECT/src/$MODULE.cpp" cat> "$PROJECT/src/$MODULE.cpp" << CC_DELIM -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #include <amdis/AMDiS.hpp> using namespace AMDiS; @@ -684,7 +680,7 @@ mesh->global refinements: 0 $NAME->mesh: mesh $NAME->solver->name: default -$NAME->solver->tolerance: 1.e-8 +$NAME->solver->relative tolerance: 1.e-6 $NAME->solver->info: 1 $NAME->output[0]->filename: $NAME_ @@ -801,4 +797,5 @@ echo echo "done." echo "------------------------------------------" echo "For further details read the Dune build system documentation at" -echo "https://www.dune-project.org/buildsystem/" +echo "https://www.dune-project.org/buildsystem/ or in the file" +echo "dune-common/doc/buildsystem/dune-common.rst" diff --git a/dune.module b/dune.module index bd22ba1d..fecc6271 100644 --- a/dune.module +++ b/dune.module @@ -3,7 +3,7 @@ ################################ Module: amdis -Version: 0.1 +Version: 0.2 Maintainer: simon.praetorius@tu-dresden.de Depends: dune-common (>= 2.6) dune-geometry (>= 2.6) dune-localfunctions (>= 2.6) dune-typetree (>= 2.6) dune-grid (>= 2.6) dune-functions (>= 2.6) -Suggests: dune-uggrid dune-alugrid dune-foamgrid dune-spgrid +Suggests: dune-uggrid dune-alugrid dune-foamgrid dune-spgrid dune-istl -- GitLab