-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AGAT compatible with Perl 5.36 ? #392
Comments
It should be compatible with 5.36 yes. |
Maybe same problem as here: #424 (comment) I have to figure out how easy build works. You mean just changing the perl version from 5.32 to 5.36 make it breaks? |
@Juke34 |
I encountered the same issue with Perl 5.38. |
Interesting, thank you for the feedbacks |
Are there any updates on figuring this out? We're still getting reports with the problem with AGAT 1.4.0... |
No update sorry |
* add dockerfile for AGAT with perl version 536 * replace export_to_level(2,@_) in each module called by AGAT::AGAT by AGAT::Module->export_to_level(1,@_) from AGAT::AGAT. This fix issiue related to replace export_to_level(2,@_) introduced in perl 5.36. Fix #416 #392 * add test for perl>5.36 * remove indentation in shebang * add missing semicolon * run make test for first job
hi @Juke34 |
Describe the bug
We are trying to run AGAT which is built with Perl 5.36 and more recent Perl packages, but we are getting
Undefined subroutine
error messages.We did the same tests with AGAT(same version), which is built with Perl 5.32, where we are getting the expected output.
General (please complete the following information):
To Reproduce
Expected behavior
A lot of output related that the job is finished.
Additional context
EasyBuild is used to build AGAT from source:
https://github.com/easybuilders/easybuild-easyconfigs/blob/develop/easybuild/easyconfigs/a/AGAT/AGAT-1.1.0-GCC-12.2.0.eb
The text was updated successfully, but these errors were encountered: