easybuilders / easybuild-easyblocks

Collection of easyblocks that implement support for building and installing software with EasyBuild.
https://easybuild.io
GNU General Public License v2.0
106 stars 285 forks source link

modification on mcr.py #3389

Closed aroudgar closed 4 months ago

aroudgar commented 4 months ago

Please modify line 87 of mcr.py file as follow:

"agreeToLicense=Yes",

to

"agreeToLicense=yes",

Apparently he new matlab compiler does not accept "Yes". It accept "yes" instead.

branfosj commented 4 months ago

@aroudgar You've opened this PR against the central EasyBuild repository but I think you intended for it to be for the Compute Canada one instead. If that is so we'll close this PR.

aroudgar commented 4 months ago

@branfosj yes, that is for computecanada. Sorry about that, however, I believe anyone who is intended to install new MCR will hit this bug.

branfosj commented 4 months ago

@branfosj yes, that is for computecanada. Sorry about that, however, I believe anyone who is intended to install new MCR will hit this bug.

We found the same issue and fixed it in #3369