ENH: more aix stuff
This commit is contained in:
parent
2fa216058a
commit
f4e1157e56
@ -34,9 +34,9 @@ message("Creating CMake release ${CMAKE_VERSION} on ${HOST} with parallel = ${PR
|
||||
macro(remote_command comment command)
|
||||
message("${comment}")
|
||||
if(${ARGC} GREATER 2)
|
||||
execute_process(COMMAND ssh ${HOST} ${command} RESULT_VARIABLE result INPUT_FILE ${ARGV2})
|
||||
execute_process(COMMAND ssh ${HOST} ${EXTRA_HOP} ${command} RESULT_VARIABLE result INPUT_FILE ${ARGV2})
|
||||
else(${ARGC} GREATER 2)
|
||||
execute_process(COMMAND ssh ${HOST} ${command} RESULT_VARIABLE result)
|
||||
execute_process(COMMAND ssh ${HOST} ${EXTRA_HOP} ${command} RESULT_VARIABLE result)
|
||||
endif(${ARGC} GREATER 2)
|
||||
if(${result} GREATER 0)
|
||||
message(FATAL_ERROR "Error running command: ${command}, return value = ${result}")
|
||||
|
@ -1,6 +1,7 @@
|
||||
set(PROCESSORS 2)
|
||||
set(CVS_COMMAND /vol/local/bin/cvs)
|
||||
set(HOST "sshserv.centers.ihost.com rsh v60n177 " )
|
||||
set(HOST "sshserv.centers.ihost.com" )
|
||||
set(EXTRA_HOP "rsh v60n177" )
|
||||
set(MAKE "make")
|
||||
set(INITIAL_CACHE "CMAKE_BUILD_TYPE:STRING=Release")
|
||||
get_filename_component(path "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||||
|
Loading…
x
Reference in New Issue
Block a user