Skip to content
Snippets Groups Projects
Commit 1ac2cd83 authored by Markus Blatt's avatar Markus Blatt
Browse files

Added module local translation routines from configure to CMake options.

[[Imported from SVN: r1921]]
parent 0e7e0c90
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ AC_CONFIG_FILES([Makefile
dune/istl/test/Makefile
dune/istl/Makefile
dune/Makefile
lib/Makefile
m4/Makefile
dune-istl.pc])
AC_OUTPUT
......
install(FILES duneistlam2cmake.lib
DESTINATION ${CMAKE_INSTALL_BINDIR}/../lib)
# $Id: $
dunemodulelibdir=$(libdir)
EXTRA_DIST = CMakeLists.txt duneistlam2cmake.lib
dunemodulelib_DATA = duneistlam2cmake.li
include $(top_srcdir)/am/global-rules
# -*-sh-*-
##########################################
###
### Function for converting configure options
### to CMake options for dune-common
###
##########################################
# CMake Packages are case sensitive
# This is a list of packages whose names converted
# to lower case are used for configures
# --with-<package> or without-<package> options
#
dune_istl_options_am2cmake(){
local CMAKE_PACKAGES="ParMETIS SuperLU METIS"
default_am2cmake_options $CMAKE_PACKAGES
default_am2cmake_libraries $CMAKE_PACKAGES
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment