|
From: <ai...@us...> - 2013-10-19 02:51:24
|
Revision: 12605
http://sourceforge.net/p/plplot/code/12605
Author: airwin
Date: 2013-10-19 02:51:19 +0000 (Sat, 19 Oct 2013)
Log Message:
-----------
Remove debug flag, clean up CMake logic a bit.
Modified Paths:
--------------
trunk/cmake/build_projects/plplot/bp.cmake
Modified: trunk/cmake/build_projects/plplot/bp.cmake
===================================================================
--- trunk/cmake/build_projects/plplot/bp.cmake 2013-10-17 23:21:35 UTC (rev 12604)
+++ trunk/cmake/build_projects/plplot/bp.cmake 2013-10-19 02:51:19 UTC (rev 12605)
@@ -120,13 +120,11 @@
endif(MSYS_PLATFORM)
message(STATUS "modified BP_PATH for ${BP_PACKAGE}${tag} = ${BP_PATH}")
- # Build PLplot (or PLplot-lite). The pdf device is turned on since the
- # haru library is built with a fix to avoid segfaults for example 24.
ExternalProject_Add(
build_${BP_PACKAGE}${tag}
DEPENDS "${${BP_PACKAGE}${tag}_dependencies_targets}"
DOWNLOAD_COMMAND ${CMAKE_COMMAND} -E copy_directory ${PLPLOT_LOCAL_SOURCE_DIR} ${EP_BASE}/Source/build_${BP_PACKAGE}${tag}
- CONFIGURE_COMMAND ${ENV_EXECUTABLE} PATH=${BP_PATH} CFLAGS=-g ${BP_CMAKE_COMMAND} -DBUILD_TEST=ON -DPLD_pdf=ON ${${BP_PACKAGE}${tag}_cmake_args} ${EP_BASE}/Source/build_${BP_PACKAGE}${tag}
+ CONFIGURE_COMMAND ${ENV_EXECUTABLE} PATH=${BP_PATH} ${BP_CMAKE_COMMAND} -DBUILD_TEST=ON ${${BP_PACKAGE}${tag}_cmake_args} ${EP_BASE}/Source/build_${BP_PACKAGE}${tag}
BUILD_COMMAND ${ENV_EXECUTABLE} PATH=${BP_PATH} ${BP_PARALLEL_BUILD_COMMAND}
INSTALL_COMMAND ${ENV_EXECUTABLE} PATH=${BP_PATH} ${BP_PARALLEL_BUILD_COMMAND} install
TEST_BEFORE_INSTALL OFF
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|