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
Admin message
GitLab upgrade completed. Current version is 17.11.4.
Show more breadcrumbs
faust group
faust
Commits
a6769df6
Commit
a6769df6
authored
9 years ago
by
Adrien Leman
Committed by
hhakim
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
new cmakelist
parent
21724c19
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+7
-5
7 additions, 5 deletions
CMakeLists.txt
with
7 additions
and
5 deletions
CMakeLists.txt
+
7
−
5
View file @
a6769df6
...
...
@@ -6,8 +6,10 @@
cmake_minimum_required
(
VERSION 2.8.8
)
project
(
FAUST CXX
)
set
(
FAUST_VERSION_MAJOR 1
)
set
(
FAUST_VERSION_MINOR 0
)
#set(FAUST_VERSION_MAJOR 1)
#set(FAUST_VERSION_MINOR 0)
set
(
FAUST_VERSION 2.0
)
#Add the c++11 flag, whatever it is
#include(CheckCXXCompilerFlag)
...
...
@@ -59,9 +61,9 @@ set(FAUST_USE_MEX ON CACHE BOOL "Generate Mexfiles")
set
(
FAUST_USE_PROFILING OFF CACHE BOOL
"Profiling the code"
)
set
(
FAUST_USE_OPENMP ON CACHE BOOL
"OpenMP Multithreading"
)
set
(
FAUST_USE_MATIO ON CACHE BOOL
"Using matio library to read mat files"
)
set
(
FAUST_USE_XML O
N
CACHE BOOL
"Using xml configuration to read xml files"
)
set
(
FAUST_USE_XML O
FF
CACHE BOOL
"Using xml configuration to read xml files"
)
set
(
FAUST_ISVERBOSE OFF CACHE BOOL
"Display useful message for debugging"
)
set
(
FAUST_USE_GPU O
N
CACHE BOOL
"Using both CPU and GPU process"
)
set
(
FAUST_USE_GPU O
FF
CACHE BOOL
"Using both CPU and GPU process"
)
set
(
FAUST_GEN_DOC OFF CACHE BOOL
"Generate html documentation with doxygen"
)
if
(
FAUST_USE_SINGLEPRECISION
)
...
...
@@ -352,7 +354,7 @@ include(CMake/check_external_libraries.cmake)
check_external_libraries
(
matio MATIO_LIB_FILE 0
)
check_external_libraries
(
xml2 XML2_LIB_FILE 0
)
check_external_libraries
(
hdf5 HDF5_LIB_FILE
1
)
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_includes
(
"libxml/parser.h"
XML_INC_DIR 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