[cig-commits] [commit] master: rename inclusion/libplugin.so to inclusion/libinclusion.so (6490089)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed May 21 04:24:30 PDT 2014


Repository : https://github.com/geodynamics/aspect

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/c883fc069e0dcc93cce45e1d52c84c05c9c4385b...1f4ab820b0191d9a4058b78c91b629bc94c437ec

>---------------------------------------------------------------

commit 64900891e8b34b6c359f41771029b25d781f1193
Author: Timo Heister <timo.heister at gmail.com>
Date:   Tue May 20 17:31:23 2014 -0400

    rename inclusion/libplugin.so to inclusion/libinclusion.so


>---------------------------------------------------------------

64900891e8b34b6c359f41771029b25d781f1193
 benchmark/inclusion/CMakeLists.txt            | 2 +-
 benchmark/inclusion/adaptive.prm              | 2 +-
 benchmark/inclusion/global.prm.base           | 2 +-
 doc/manual/cookbooks/benchmarks/inclusion.prm | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/benchmark/inclusion/CMakeLists.txt b/benchmark/inclusion/CMakeLists.txt
index 8a4a27a..1c01400 100644
--- a/benchmark/inclusion/CMakeLists.txt
+++ b/benchmark/inclusion/CMakeLists.txt
@@ -3,7 +3,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.8)
 FIND_PACKAGE(Aspect REQUIRED HINTS ${ASPECT_DIR} ../ ../../ $ENV{ASPECT_DIR})
 DEAL_II_INITIALIZE_CACHED_VARIABLES()
 
-SET(TARGET "plugin")
+SET(TARGET "inclusion")
 PROJECT(${TARGET})
 
 ADD_LIBRARY(${TARGET} SHARED inclusion.cc)
diff --git a/benchmark/inclusion/adaptive.prm b/benchmark/inclusion/adaptive.prm
index 2553804..3143f47 100644
--- a/benchmark/inclusion/adaptive.prm
+++ b/benchmark/inclusion/adaptive.prm
@@ -1,6 +1,6 @@
 ############### Global parameters
 
-set Additional shared libraries            = ./libplugin.so
+set Additional shared libraries            = ./libinclusion.so
 
 
 set Dimension                              = 2
diff --git a/benchmark/inclusion/global.prm.base b/benchmark/inclusion/global.prm.base
index 4fa2ed4..9709466 100644
--- a/benchmark/inclusion/global.prm.base
+++ b/benchmark/inclusion/global.prm.base
@@ -1,6 +1,6 @@
 ############### Global parameters
 
-set Additional shared libraries            = ./libplugin.so
+set Additional shared libraries            = ./libinclusion.so
 
 
 set Dimension                              = 2
diff --git a/doc/manual/cookbooks/benchmarks/inclusion.prm b/doc/manual/cookbooks/benchmarks/inclusion.prm
index 9bb26a1..dc3435a 100644
--- a/doc/manual/cookbooks/benchmarks/inclusion.prm
+++ b/doc/manual/cookbooks/benchmarks/inclusion.prm
@@ -1,6 +1,6 @@
 ############### Global parameters
 
-set Additional shared libraries            = ./libplugin.so
+set Additional shared libraries            = ./libinclusion.so
 
 
 set Dimension                              = 2



More information about the CIG-COMMITS mailing list