Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
faust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
faust group
faust
Commits
348e9136
Commit
348e9136
authored
9 years ago
by
Adrien Leman
Committed by
hhakim
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
external lib
parent
9f6b512f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMake/findExternalLibs.cmake
+3
-2
3 additions, 2 deletions
CMake/findExternalLibs.cmake
CMake/findMATIOLib.cmake
+1
-0
1 addition, 0 deletions
CMake/findMATIOLib.cmake
CMake/findOPENBLASLib.cmake
+2
-2
2 additions, 2 deletions
CMake/findOPENBLASLib.cmake
with
6 additions
and
4 deletions
CMake/findExternalLibs.cmake
+
3
−
2
View file @
348e9136
...
...
@@ -79,10 +79,11 @@ set(LIBRARY_PATH_LIST ${LIBRARY_PATH_LIST_TMP3}) # CACHE PATH "List of library p
set
(
INCLUDE_PATH_LIST
${
INCLUDE_PATH_LIST_TMP3
}
)
# CACHE PATH "List of include paths used as PATH parameter in find_path")
check_external_libraries
(
xml2 XML2_LIB_FILE 0
)
check_external_libraries
(
hdf5 HDF5_LIB_FILE 0
)
# trop gros (100 mb le tar...) ne sert pas à grand chose dans le projet.
#
check_external_libraries(hdf5 HDF5_LIB_FILE 0)
#LDFLAGS = -L$(CUDADIR)/lib64 -L$(MATIODIR)/lib -lpthread -lm -lcublas -lcudart -lcusparse -lstdc++ -lgfortran -lz -lmatio -lhdf5
check_external_libraries
(
xml2 XML2_LIB_FILE 0
)
check_external_includes
(
"libxml/parser.h"
XML_INC_DIR 0
)
...
...
This diff is collapsed.
Click to expand it.
CMake/findMATIOLib.cmake
+
1
−
0
View file @
348e9136
...
...
@@ -41,6 +41,7 @@ else ( (MATIO_LIB_FILE) AND (MATIO_INC_DIR) )
if
(
(
MATIO_LIB_FILE
)
AND
(
MATIO_INC_DIR
)
)
message
(
STATUS
"matio lib is here :
${
MATIO_LIB_FILE
}
"
)
message
(
STATUS
"--testAL----------------------------------------------"
)
message
(
STATUS
"matio include is here :
${
MATIO_INC_DIR
}
"
)
else
()
message
(
STATUS
"ERROR !!! matio is not installed !!!!!"
)
...
...
This diff is collapsed.
Click to expand it.
CMake/findOPENBLASLib.cmake
+
2
−
2
View file @
348e9136
...
...
@@ -40,8 +40,8 @@ else ( (OPENBLAS_LIB_FILE) AND (OPENBLAS_INC_DIR) )
check_external_libraries
(
openblas OPENBLAS_LIB_FILE 0
)
check_external_includes
(
"cblas.h"
OPENBLAS_INC_DIR 0
)
message
(
STATUS
"OpenBlas library
and include are
available here :
${
OPENBLAS_LIB_FILE
}
"
)
#
message(STATUS "O
PENBLAS_INC_DIR=
${OPENBLAS_INC_DIR}")
message
(
STATUS
"OpenBlas library
is
available here :
${
OPENBLAS_LIB_FILE
}
"
)
message
(
STATUS
"O
penBlas include is available here :
${
OPENBLAS_INC_DIR
}
"
)
message
(
STATUS
"------------------------------------------------"
)
message
(
STATUS
"------------------------------------------------"
)
################################################################
...
...
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