Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b9497a32 authored by Nicolas Bellot's avatar Nicolas Bellot Committed by hhakim
Browse files

matlab install dir display

parent 3510b6c6
Branches
Tags
No related merge requests found
...@@ -107,6 +107,7 @@ message (STATUS "CMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}") ...@@ -107,6 +107,7 @@ message (STATUS "CMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}")
endif(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) endif(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
endif(UNIX) endif(UNIX)
message(STATUS "CMAKE_INSTALL_MATLAB_PREFIX = ${CMAKE_INSTALL_MATLAB_PREFIX}")
################################################################## ##################################################################
## For windows platform : ## For windows platform :
# cmake -G "MinGW Makefiles" .. # cmake -G "MinGW Makefiles" ..
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
################################################################### ###################################################################
### name system of Machine for CDASH ### 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 # Directory of the library used in the FAUST PROJECT
# On ajoute le path /usr/local/bin pour le ctest command. # On ajoute le path /usr/local/bin pour le ctest command.
...@@ -76,6 +76,7 @@ rm -rf ./faust_test ...@@ -76,6 +76,7 @@ rm -rf ./faust_test
rm -rf ./faust_test_build rm -rf ./faust_test_build
rm -rf ./faust_output rm -rf ./faust_output
mkdir ./faust_test mkdir ./faust_test
mkdir ./faust_test_build mkdir ./faust_test_build
mkdir ./faust_output mkdir ./faust_output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment