Hi All, Is there an easy way in Easybuild to copy an Application submission script to the Application install bin. I have been modifying easyconfig and easyblock files to accomplish this, it would be nice if easybuild has this built in functionality (i.e Just set for example run_script = sub_app in a easyconfig file and "sub_app" will be copied to the install bin)
Another issue I have is with Application license files, for example in the abaqus.py easyblock the license is hardwired (e.g "ABAQUSLM_LICENSE_FILE=@abaqusfea"), I use a different license server and so I currently need to create my own abaqus.py easyblock with a different license file. It would be nice if I could leave the easyblock untouched and supply the license file in my easyconfig file. Thanks, Cormac.

