Merge branch 'master' of ssh://chaos3.fkp.physik.tu-darmstadt.de/source/damaris
This commit is contained in:
commit
b3c0e85c0c
@ -575,7 +575,7 @@ int xml_result_writer::write_adc_to_file(const std::string& filename, const adc_
|
||||
break;
|
||||
default:
|
||||
/* forget data */
|
||||
fprintf(stderr,"forgeting adc data\n");
|
||||
fprintf(stderr,"forgetting adc data\n");
|
||||
}
|
||||
fprintf(out,"</result>\n");
|
||||
fclose(out);
|
||||
|
@ -37,6 +37,7 @@ if(EXISTS ${MITGZ})
|
||||
add_custom_command(OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/linux/src_all/micx_drv
|
||||
COMMAND tar xfvz ${MITGZ}
|
||||
COMMAND cp -v ${CMAKE_CURRENT_SOURCE_DIR}/linux/src_all/micx_drv/makefile.kernel26 ${CMAKE_CURRENT_SOURCE_DIR}/linux/src_all/micx_drv/Makefile
|
||||
COMMAND sed -i 's/-Wno-deprecated-declarations/Wno-deprecated-declarations -w' ${CMAKE_CURRENT_SOURCE_DIR}/linux/src_all/micx_drv/Makefile
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
COMMENT "Unpacking Spectrum driver tarball"
|
||||
VERBATIM)
|
||||
|
Loading…
Reference in New Issue
Block a user