Mentions légales du service

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

mac cdash test script

parent b4f927f0
No related branches found
No related tags found
No related merge requests found
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
################################################################### ###################################################################
# Directory of the library used in the FAUST PROJECT # Directory of the library used in the FAUST PROJECT
export PATH=$PATH:/usr/local/MATLAB/R2014b/bin; export PATH=$PATH:/Applications/MATLAB_R2014b.app/bin/;
export PATH=$PATH:usr/local/include #export PATH=$PATH:usr/local/include
# Directory of the local path of the nightly project # Directory of the local path of the nightly project
export PATH_DIR_RUN_NIGHTLY='/Users/ci/faust_nightly' export PATH_DIR_RUN_NIGHTLY='/Users/ci/CTest_nightly'
export OPENBLASDIR='/Users/ci/local/OPENBLAS-v0.2.15' export OPENBLASDIR='/Users/ci/local/OPENBLAS-v0.2.15'
export HDF5_ROOT_DIR='/Users/ci/local/hdf5-1.8.17/lib' export HDF5_ROOT_DIR='/Users/ci/local/hdf5-1.8.17/lib'
export EIGENDIR='/Users/ci/local/eigen-3.2.8' export EIGENDIR='/Users/ci/local/eigen-3.2.8'
...@@ -52,7 +52,8 @@ export CTEST_CONFIGURE_OPTIONS="-DBUILD_DEBUG:BOOL=OFF;\ ...@@ -52,7 +52,8 @@ export CTEST_CONFIGURE_OPTIONS="-DBUILD_DEBUG:BOOL=OFF;\
-DFAUST_USE_OPENBLAS=ON;\ -DFAUST_USE_OPENBLAS=ON;\
-DFAUST_USE_MATIO=ON;\ -DFAUST_USE_MATIO=ON;\
-DFAUST_USE_XML=ON;\ -DFAUST_USE_XML=ON;\
-DFAUST_USE_MEX=OFF;\ -DFAUST_USE_MEX=ON;\
-DFAUST_USE_OPENMP=OFF;\
-DFAUST_USE_GPU:BOOL=OFF;\ -DFAUST_USE_GPU:BOOL=OFF;\
-DFAUST_USE_PROFILING=OFF;\ -DFAUST_USE_PROFILING=OFF;\
-DFAUST_ISVERBOSE=OFF;\ -DFAUST_ISVERBOSE=OFF;\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment