Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-xt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
ag-ohlberger
dune-community
dune-xt
Commits
d054db83
Commit
d054db83
authored
6 years ago
by
René Fritze
Committed by
René Milk
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[cmake] fix license info in FindEigen
parent
16cf94bb
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.pylicense-other.cfg
+1
-1
1 addition, 1 deletion
.pylicense-other.cfg
cmake/modules/FindEigen3.cmake
+2
-24
2 additions, 24 deletions
cmake/modules/FindEigen3.cmake
with
3 additions
and
25 deletions
.pylicense-other.cfg
+
1
−
1
View file @
d054db83
...
@@ -24,4 +24,4 @@ lead-out = # ~~~
...
@@ -24,4 +24,4 @@ lead-out = # ~~~
[files]
[files]
include_patterns
=
*
.txt
*
.cmake
*
.py
*
.sh
*
.bash
*
.dgf
*
.msh
*
.gdb
*
.cfg
*
.travis.
*
*
.gitignore
*
.mailmap
*
.gitattributes
*
gitignore-
*
*
stamp-vc
*
dune.module
*
Doxylocal
*
.clang-format
*
COPYING-CMAKE-SCRIPTS
*
README
*
LICENSE
*
mainpage
*
switch-build_dir
*
dune-xt-common.pc.in
*
CMakeLists.txt
include_patterns
=
*
.txt
*
.cmake
*
.py
*
.sh
*
.bash
*
.dgf
*
.msh
*
.gdb
*
.cfg
*
.travis.
*
*
.gitignore
*
.mailmap
*
.gitattributes
*
gitignore-
*
*
stamp-vc
*
dune.module
*
Doxylocal
*
.clang-format
*
COPYING-CMAKE-SCRIPTS
*
README
*
LICENSE
*
mainpage
*
switch-build_dir
*
dune-xt-common.pc.in
*
CMakeLists.txt
exclude_patterns
=
*
config.h.cmake
*
.vcsetup
*
exclude_patterns
=
*
config.h.cmake
*
.vcsetup
*
FindEigen3.cmake
This diff is collapsed.
Click to expand it.
cmake/modules/FindEigen3.cmake
+
2
−
24
View file @
d054db83
# ~~~
# ~~~
# This file is part of the dune-xt-common project:
# https://github.com/dune-community/dune-xt-common
# Copyright 2009-2018 dune-xt-common developers and contributors. All rights reserved.
# License: Dual licensed as BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
# Authors:
# Felix Schindler (2014, 2016 - 2017)
# Rene Milk (2014 - 2015, 2018)
#
# or GPL-2.0+ (http://opensource.org/licenses/gpl-license)
# with "runtime exception" (http://www.dune-project.org/license.html)
#
# - Try to find Eigen3 lib
#
# This module supports requiring a minimum version, e.g. you can do
# find_package(Eigen3 3.1.2)
# to require version 3.1.2 or newer of Eigen3.
#
# Once done this will define
#
# EIGEN3_FOUND - system has eigen lib with correct version
# EIGEN3_INCLUDE_DIR - the eigen include directory
# EIGEN3_VERSION - eigen version
# ~~~
# Copyright (c) 2006, 2007 Montel Laurent, <montel@kde.org>
# Copyright (c) 2006, 2007 Montel Laurent, <montel@kde.org>
# Copyright (c) 2008, 2009 Gael Guennebaud, <g.gael@free.fr>
# Copyright (c) 2008, 2009 Gael Guennebaud, <g.gael@free.fr>
# Copyright (c) 2009 Benoit Jacob <jacob.benoit.1@gmail.com>
# Copyright (c) 2009 Benoit Jacob <jacob.benoit.1@gmail.com>
# Redistribution and use is allowed according to the terms of the 2-clause BSD license.
# Redistribution and use is allowed according to the terms of the 2-clause BSD license.
# ~~~
if
(
NOT Eigen3_FIND_VERSION
)
if
(
NOT Eigen3_FIND_VERSION
)
if
(
NOT Eigen3_FIND_VERSION_MAJOR
)
if
(
NOT Eigen3_FIND_VERSION_MAJOR
)
...
...
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