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
f2ba4876
Commit
f2ba4876
authored
9 years ago
by
Christoph Grüninger
Browse files
Options
Downloads
Patches
Plain Diff
[CMake] FindSuiteSparse defines HAVE_UMFPACK for backwards compatibility
parent
dea4e7d0
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!30
[CMake] FindSuiteSparse defines HAVE_UMFPACK for backwards compatibility
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake/modules/FindSuiteSparse.cmake
+1
-0
1 addition, 0 deletions
cmake/modules/FindSuiteSparse.cmake
config.h.cmake
+1
-1
1 addition, 1 deletion
config.h.cmake
with
2 additions
and
1 deletion
cmake/modules/FindSuiteSparse.cmake
+
1
−
0
View file @
f2ba4876
...
...
@@ -236,6 +236,7 @@ endif()
#set HAVE_SUITESPARSE for config.h
set
(
HAVE_SUITESPARSE
${
SuiteSparse_FOUND
}
)
set
(
HAVE_UMFPACK
${
SuiteSparse_UMFPACK_FOUND
}
)
# register all SuiteSparse related flags
if
(
SuiteSparse_FOUND
)
...
...
This diff is collapsed.
Click to expand it.
config.h.cmake
+
1
−
1
View file @
f2ba4876
...
...
@@ -97,7 +97,7 @@
#cmakedefine HAVE_IS_INDEXABLE_SUPPORT 1
/* Define to ENABLE_UMFPACK if the UMFPack library is available */
#cmakedefine HAVE_UMFPACK ENABLE_
UMFPACK
#cmakedefine HAVE_UMFPACK ENABLE_
SUITESPARSE
/* Define to ENABLE_SUITESPARSE if the SuiteSparse library is available */
#cmakedefine HAVE_SUITESPARSE ENABLE_SUITESPARSE
...
...
This diff is collapsed.
Click to expand it.
Christoph Grüninger
@gruenich
mentioned in commit
3824e512
·
9 years ago
mentioned in commit
3824e512
mentioned in commit 3824e512a5dad03f49f410515bd881f4beaf14a1
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