Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
Chameleon
Commits
04fbdf3f
Commit
04fbdf3f
authored
Apr 23, 2018
by
PRUVOST Florent
Browse files
lapacke depends on tmg
parent
19914257
Changes
1
Show whitespace changes
Inline
Side-by-side
coreblas/compute/CMakeLists.txt
View file @
04fbdf3f
...
@@ -119,9 +119,11 @@ set_property(TARGET coreblas PROPERTY LINKER_LANGUAGE Fortran)
...
@@ -119,9 +119,11 @@ set_property(TARGET coreblas PROPERTY LINKER_LANGUAGE Fortran)
set_property
(
TARGET coreblas PROPERTY INSTALL_NAME_DIR
"
${
CMAKE_INSTALL_PREFIX
}
/lib"
)
set_property
(
TARGET coreblas PROPERTY INSTALL_NAME_DIR
"
${
CMAKE_INSTALL_PREFIX
}
/lib"
)
target_link_libraries
(
coreblas
target_link_libraries
(
coreblas
${
TMG_LIBRARIES_DEP
}
${
LAPACKE_LIBRARIES_DEP
}
${
LAPACKE_LIBRARIES_DEP
}
${
CBLAS_LIBRARIES_DEP
}
${
CBLAS_LIBRARIES_DEP
}
${
TMG_LIBRARIES_DEP
}
${
LAPACK_LIBRARIES_DEP
}
${
BLAS_LIBRARIES
}
)
)
# Installation
# Installation
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment