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
3ab54fe3
Commit
3ab54fe3
authored
9 years ago
by
Adrien Leman
Committed by
hhakim
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
new name BUILD
parent
a50f6a09
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMake/findExternalLibs.cmake
+1
-0
1 addition, 0 deletions
CMake/findExternalLibs.cmake
misc/CTest_nightly/run_nightly_OS-X.sh
+1
-1
1 addition, 1 deletion
misc/CTest_nightly/run_nightly_OS-X.sh
misc/CTest_nightly/run_nightly_ubuntu_AMD64.sh
+1
-1
1 addition, 1 deletion
misc/CTest_nightly/run_nightly_ubuntu_AMD64.sh
with
3 additions
and
2 deletions
CMake/findExternalLibs.cmake
+
1
−
0
View file @
3ab54fe3
...
@@ -42,6 +42,7 @@ add_include_path(INCLUDE_PATH_LIST_TMP_DEFAULT "/opt/OpenBLAS"
...
@@ -42,6 +42,7 @@ add_include_path(INCLUDE_PATH_LIST_TMP_DEFAULT "/opt/OpenBLAS"
"/usr/include/eigen3"
"/usr/include/eigen3"
"
${
PROJECT_SOURCE_DIR
}
/externals/unix/eigen"
"
${
PROJECT_SOURCE_DIR
}
/externals/unix/eigen"
"/usr/local"
#pour matio et xml2
"/usr/local"
#pour matio et xml2
"/usr/include/libxml2"
"
${
PROJECT_SOURCE_DIR
}
/externals/unix/matio/src"
#pour matio
"
${
PROJECT_SOURCE_DIR
}
/externals/unix/matio/src"
#pour matio
"
${
PROJECT_SOURCE_DIR
}
/externals/unix/libxml2/include"
# pour libxml
"
${
PROJECT_SOURCE_DIR
}
/externals/unix/libxml2/include"
# pour libxml
)
)
...
...
This diff is collapsed.
Click to expand it.
misc/CTest_nightly/run_nightly_OS-X.sh
+
1
−
1
View file @
3ab54fe3
...
@@ -47,7 +47,7 @@ fi
...
@@ -47,7 +47,7 @@ fi
# CTEST OPTION
# CTEST OPTION
export
CTEST_CONFIGURE_OPTIONS
=
"
export
CTEST_CONFIGURE_OPTIONS
=
"
\
-DBUILD_OPENBLAS=ON;
\
-DBUILD_OPENBLAS=ON;
\
-DFAUST_USE_MATIO=ON;
\
-DFAUST_USE_MATIO=ON;
\
-DFAUST_USE_XML=ON;
\
-DFAUST_USE_XML=ON;
\
...
...
This diff is collapsed.
Click to expand it.
misc/CTest_nightly/run_nightly_ubuntu_AMD64.sh
+
1
−
1
View file @
3ab54fe3
...
@@ -49,7 +49,7 @@ fi
...
@@ -49,7 +49,7 @@ fi
# CTEST OPTION
# CTEST OPTION
export
CTEST_CONFIGURE_OPTIONS
=
"
export
CTEST_CONFIGURE_OPTIONS
=
"
\
-DBUILD_OPENBLAS=ON;
\
-DBUILD_OPENBLAS=ON;
\
-DFAUST_USE_MATIO=ON;
\
-DFAUST_USE_MATIO=ON;
\
-DFAUST_USE_XML=ON;
\
-DFAUST_USE_XML=ON;
\
...
...
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