BASIS  version 1.2.3 (revision 2104)
Functions | Variables
MatlabTools.cmake File Reference

Enables use of MATLAB Compiler and build of MEX-files. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

function basis_add_mcc_target (in TARGET_NAME, in ARGN)
 Add MATLAB Compiler target.
function basis_add_mcc_target_finalize (in TARGET_UID)
 Finalize addition of MATLAB Compiler target.
function basis_add_mex_target (in TARGET_NAME, in ARGN)
 Add MEX target.
function basis_add_mex_target_finalize (in TARGET_UID)
 Finalize addition of MEX target.
function basis_create_addpaths_mfile ()
 This function writes a MATLAB M-file with addpath() statements.
function basis_get_full_matlab_version (in VERSION)
 Determine version of MATLAB installation.
function basis_get_matlab_release (in ARGN)
 Determine release version of MATLAB installation.
function basis_get_matlab_version (in ARGN)
 Determine version of MATLAB installation.
function basis_mexext (in ARGN)
 Determine extension of MEX-files for this architecture.

Variables

 BASIS_MCC_FLAGS
 Compile flags used to build MATLAB Compiler targets.
option BASIS_MCC_MATLAB_MODE
 Enable/Disable invocation of MATLAB Compiler in MATLAB mode.
 BASIS_MCC_RETRY_ATTEMPTS
 Maximum number of retries on MATLAB Compiler license checkout.
 BASIS_MCC_RETRY_DELAY
 Delay between retries to build MATLAB Compiler compiled targets on license checkout errors.
 BASIS_MCC_TIMEOUT
 Timeout for building MATLAB Compiler targets.
 BASIS_MEX_FLAGS
 Compile flags used to build MEX-files using the MEX script.
 BASIS_MEX_TIMEOUT
 Timeout for building MEX-file targets.
 BASIS_SCRIPT_MCC
 Script used to invoke the MATLAB Compiler in MATLAB mode.

Detailed Description

Enables use of MATLAB Compiler and build of MEX-files.

Copyright (c) 2011, 2012 University of Pennsylvania. All rights reserved.
See https://www.cbica.upenn.edu/sbia/software/license.html or COPYING file.

Contact: SBIA Group <sbia-software at uphs.upenn.edu>

Definition in file MatlabTools.cmake.