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
b9497a32
Commit
b9497a32
authored
8 years ago
by
Nicolas Bellot
Committed by
hhakim
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
matlab install dir display
parent
3510b6c6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-0
1 addition, 0 deletions
CMakeLists.txt
misc/CTest_nightly/run_nightly_ubuntu_AMD64.sh
+2
-1
2 additions, 1 deletion
misc/CTest_nightly/run_nightly_ubuntu_AMD64.sh
with
3 additions
and
1 deletion
CMakeLists.txt
+
1
−
0
View file @
b9497a32
...
...
@@ -107,6 +107,7 @@ message (STATUS "CMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}")
endif
(
CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT
)
endif
(
UNIX
)
message
(
STATUS
"CMAKE_INSTALL_MATLAB_PREFIX =
${
CMAKE_INSTALL_MATLAB_PREFIX
}
"
)
##################################################################
## For windows platform :
# cmake -G "MinGW Makefiles" ..
...
...
This diff is collapsed.
Click to expand it.
misc/CTest_nightly/run_nightly_ubuntu_AMD64.sh
+
2
−
1
View file @
b9497a32
...
...
@@ -17,7 +17,7 @@
###################################################################
### name system of Machine for CDASH
export
CMAKE_SYSTEM
=
'linux-ubuntu'
export
CMAKE_SYSTEM
=
'linux-ubuntu
-openblas
'
# Directory of the library used in the FAUST PROJECT
# On ajoute le path /usr/local/bin pour le ctest command.
...
...
@@ -76,6 +76,7 @@ rm -rf ./faust_test
rm
-rf
./faust_test_build
rm
-rf
./faust_output
mkdir
./faust_test
mkdir
./faust_test_build
mkdir
./faust_output
...
...
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