|
From: <ai...@us...> - 2011-10-09 19:58:50
|
Revision: 11942
http://plplot.svn.sourceforge.net/plplot/?rev=11942&view=rev
Author: airwin
Date: 2011-10-09 19:58:44 +0000 (Sun, 09 Oct 2011)
Log Message:
-----------
Disable OCaml by default for this forthcoming release because of the
segfault issue and other mememory management issues that I have
spotted with valgrind.
Modified Paths:
--------------
trunk/cmake/modules/ocaml.cmake
Modified: trunk/cmake/modules/ocaml.cmake
===================================================================
--- trunk/cmake/modules/ocaml.cmake 2011-10-08 23:31:57 UTC (rev 11941)
+++ trunk/cmake/modules/ocaml.cmake 2011-10-09 19:58:44 UTC (rev 11942)
@@ -24,7 +24,7 @@
if(DEFAULT_NO_BINDINGS)
option(ENABLE_ocaml "Enable OCaml bindings" OFF)
else(DEFAULT_NO_BINDINGS)
- option(ENABLE_ocaml "Enable OCaml bindings" ON)
+ option(ENABLE_ocaml "Enable OCaml bindings" OFF)
endif(DEFAULT_NO_BINDINGS)
option(ENABLE_ocaml_static "Enable OCaml bindings for the static build case" OFF)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|