yambo-code / yambo

This is the official GPL repository of the yambo code
http://www.yambo-code.eu/
GNU General Public License v2.0
91 stars 35 forks source link

Update .objects #39

Closed muralidhar-nalabothula closed 2 years ago

muralidhar-nalabothula commented 2 years ago

Fix compilation error when making ypp_rt on MacOS(Yambo 5.X specific) when using gcc11 or above. Please refer http://www.yambo-code.org/forum/viewtopic.php?f=1&t=2025 and http://www.yambo-code.org/forum/viewtopic.php?p=10390#p10390 posts for the error.

sangallidavide commented 2 years ago

Dear @muralidhar-nalabothula thanks for the suggestion. I did a more proper fix changing the file config/mk/libraries.mk, which avoids to compile the whole folder el-ph which is not needed by the ypp_rt project

Please check commit fa26bb7 Can you update the master and tell me if ypp_rt compiles in your case (also without your commit) ?

muralidhar-nalabothula commented 2 years ago

Dear @sangallidavide ,

It is fixed now. Thank you.