Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
spm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
solverstack
spm
Commits
ce9d3d30
Commit
ce9d3d30
authored
6 years ago
by
Mathieu Faverge
Browse files
Options
Downloads
Patches
Plain Diff
Add the required and update cmake
parent
ac8c6b6c
No related branches found
No related tags found
1 merge request
!8
Wrappers
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
cmake_modules/morse_cmake
+1
-1
1 addition, 1 deletion
cmake_modules/morse_cmake
wrappers/fortran90/CMakeLists.txt
+1
-1
1 addition, 1 deletion
wrappers/fortran90/CMakeLists.txt
with
4 additions
and
4 deletions
CMakeLists.txt
+
2
−
2
View file @
ce9d3d30
...
@@ -114,12 +114,12 @@ include(CheckSystem)
...
@@ -114,12 +114,12 @@ include(CheckSystem)
# SPM depends on Lapacke and CBLAS
# SPM depends on Lapacke and CBLAS
#---------------------------------
#---------------------------------
find_package
(
CBLAS
)
# Should be REQUIRED for BLAS sequential only
find_package
(
CBLAS
REQUIRED
)
if
(
CBLAS_FOUND
)
if
(
CBLAS_FOUND
)
include_directories
(
${
CBLAS_INCLUDE_DIRS
}
)
include_directories
(
${
CBLAS_INCLUDE_DIRS
}
)
endif
()
endif
()
find_package
(
LAPACKE
)
# Should be also
REQUIRED
find_package
(
LAPACKE REQUIRED
)
if
(
LAPACKE_FOUND
)
if
(
LAPACKE_FOUND
)
include_directories
(
${
LAPACKE_INCLUDE_DIRS
}
)
include_directories
(
${
LAPACKE_INCLUDE_DIRS
}
)
endif
()
endif
()
...
...
This diff is collapsed.
Click to expand it.
morse_cmake
@
8ddf01ff
Compare
1deddb27
...
8ddf01ff
Subproject commit
1deddb2781f62dbbf0ee9199f569e49f7346397a
Subproject commit
8ddf01ff80d9f9fb87465b75c1bfe083bf4e1849
This diff is collapsed.
Click to expand it.
wrappers/fortran90/CMakeLists.txt
+
1
−
1
View file @
ce9d3d30
###
###
#
#
# @copyright 2017
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
# @copyright 2017
-2018
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
# Univ. Bordeaux. All rights reserved.
# Univ. Bordeaux. All rights reserved.
#
#
# @version 6.0.0
# @version 6.0.0
...
...
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