Re: gmake-4.4.1 has a performance regression: at least the science/nwchem project now builds much slower
- Reply: Baptiste Daroussin : "Re: gmake-4.4.1 has a performance regression: at least the science/nwchem project now builds much slower"
- Reply: Tatsuki Makino : "Re: gmake-4.4.1 has a performance regression: at least the science/nwchem project now builds much slower"
- In reply to: Mark Millard : "RE: gmake-4.4.1 has a performance regression: at least the science/nwchem project now builds much slower"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Mar 2024 17:28:07 UTC
GNU Make now handles variable substitutions differently, see the discussion here: https://savannah.gnu.org/bugs/?65533 This causes it to sometimes fire exponentially more sub-processes than before. Some other ports that use a lot of variable substitutions in a particular way would also be affected, but science/nwchem is acutely affected, to the point that it times out. I will add devel/gmake43 to remedy this situation. Yuri