Skip to content
Snippets Groups Projects
Commit 54c3a9ea authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

octave off by default

parent 7bcf65ef
Branches
Tags
No related merge requests found
......@@ -43,7 +43,7 @@ opt(MPI "Enable MPI parallelization (with PETSc/SLEPc)" OFF)
opt(MULTIHARMONIC "Enable multi-harmonic support" OFF)
opt(NR "Enable NR functions (if GSL is unavailable)" ${DEFAULT})
opt(NX "Enable proprietary NX extension" OFF)
opt(OCTAVE "Enable Octave functions" ${DEFAULT})
opt(OCTAVE "Enable Octave functions" OFF)
opt(OPENMP "Enable OpenMP parallelization of some functions (experimental)" OFF)
opt(PETSC "Enable PETSc linear solver" ${DEFAULT})
opt(PYTHON "Enable Python functions" ${DEFAULT})
......
2.9.0: new ONELAB 1.2 protocol with suppport for lists; simple C++ and Python
API for exchanging (lists of) numbers and strings; small fixes.
2.9.0: new ONELAB 1.2 protocol with native support for lists; simple C++ and
Python API for exchanging (lists of) numbers and strings; small fixes.
2.8.0 (March 5, 2016): new Parse[], {Set,Get}{Number,String}[] and
OnPositiveSideOf commands; added support for lists of strings; various
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment