Hi, I am using the easyblock CmdCp to compile and copy. I have tried the following settings:
files_to_copy = [ (['*'], 'bin'), # (['*'], '.'), ] files_to_copy = [ (['FigureGen.exe'], 'bin'), # (['FigureGen.exe'], '.'), ] files_to_copy = [ (['FigureGen-master/FigureGen.exe'], 'bin'), # (['FigureGen-master/FigureGen.exe'], '.'), ] and in no case is the file copied to the installation directory, so the health check fails. Is the error in my syntax or a problem with the easyblock? EasyBuild 4.1.1 (framework: 4.1.1, easyblocks: 4.1.1) -- ************************************************ Ing. Daniel Placencia Alvarez HPC Systems Administrator Universidad Central “Marta Abreu” de Las Villas [email protected] www.uclv.hpc.cu HPC UCLV Soporte: [email protected] ************************************************

