|
From: <and...@us...> - 2010-05-18 07:47:43
|
Revision: 11004
http://plplot.svn.sourceforge.net/plplot/?rev=11004&view=rev
Author: andrewross
Date: 2010-05-18 07:47:37 +0000 (Tue, 18 May 2010)
Log Message:
-----------
Add warning that Numeric support is deprecated and will be dropped in a future release of plplot.
Modified Paths:
--------------
trunk/cmake/modules/python.cmake
Modified: trunk/cmake/modules/python.cmake
===================================================================
--- trunk/cmake/modules/python.cmake 2010-05-17 21:10:22 UTC (rev 11003)
+++ trunk/cmake/modules/python.cmake 2010-05-18 07:47:37 UTC (rev 11004)
@@ -135,3 +135,7 @@
OUTPUT_STRIP_TRAILING_WHITESPACE
)
endif(ENABLE_python)
+
+if(ENABLE_python AND NOT HAVE_NUMPY)
+ message(STATUS "WARNING: " "The Numeric extensions for python are deprecated. Support for Numeric will be dropped in a future plplot release. Please switch to numpy.")
+endif(ENABLE_python AND NOT HAVE_NUMPY)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|