Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Core Modules
dune-common
Commits
40046f29
Commit
40046f29
authored
9 years ago
by
Christoph Grüninger
Browse files
Options
Downloads
Patches
Plain Diff
[SuiteSparse] Mark FindUMPFack as deprecated, update Sphinx documentation
parent
301eeb64
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!8
Feature/fs1702 cmake add suitesparse support rebased
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake/modules/FindSuiteSparse.cmake
+3
-3
3 additions, 3 deletions
cmake/modules/FindSuiteSparse.cmake
cmake/modules/FindUMFPack.cmake
+6
-0
6 additions, 0 deletions
cmake/modules/FindUMFPack.cmake
with
9 additions
and
3 deletions
cmake/modules/FindSuiteSparse.cmake
+
3
−
3
View file @
40046f29
...
...
@@ -4,10 +4,10 @@
#
# Example which tries to find Suite Sparse's UMFPack component:
#
# :code:`find(SuiteSparse COMPONENTS UMFPACK)`
# :code:`find
_package
(SuiteSparse
OPTIONAL_
COMPONENTS UMFPACK)`
#
#
:ref:`
COMPONENTS`
# A list of
required
components. Components are:
#
`OPTIONAL_
COMPONENTS`
# A list of components. Components are:
# AMD, BTF, CAMD, CCOLAMD, CHOLMOD, COLAMD, CXSPARSE,
# KLU, LDL, RBIO, SPQR, UMFPACK
#
...
...
This diff is collapsed.
Click to expand it.
cmake/modules/FindUMFPack.cmake
+
6
−
0
View file @
40046f29
...
...
@@ -2,6 +2,9 @@
#
# Find the UMFPack library
#
# .. deprecated:: 3.0
# Use :code:`find_package(SuiteSparse OPTIONAL_COMPONENTS UMFPACK)` instead
#
# You may set the following variables to modify the
# behaviour of this module:
#
...
...
@@ -28,6 +31,9 @@
find_package
(
SuiteSparse OPTIONAL_COMPONENTS UMFPACK
)
# use find_package(SuiteSparse OPTIONAL_COMPONENTS UMFPACK) instead
message
(
WARNING
"find_package(UMFPack) is deprecated, please use FindSuiteSparse instead"
)
set
(
UMFPACK_INCLUDE_DIRS
${
SuiteSparse_INCLUDE_DIRS
}
)
set
(
UMFPACK_LIBRARIES
${
SuiteSparse_LIBRARIES
}
)
...
...
This diff is collapsed.
Click to expand it.
Christoph Grüninger
@gruenich
mentioned in commit
a8df35df
·
9 years ago
mentioned in commit
a8df35df
mentioned in commit a8df35dff8aa214323e1a5555fd9eb2159225644
Toggle commit list
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