danieljprice / phantom

Phantom Smoothed Particle Hydrodynamics and Magnetohydrodynamics code
https://phantomsph.github.io
Other
103 stars 223 forks source link

Fail to make setup when using the newest phantom(2023.5.21 ) #423

Closed Shigaharuki3012 closed 1 year ago

Shigaharuki3012 commented 1 year ago

Hi,I downloaded the newest phantom on 2023.5.21 since the issue about tde has been done. But when "make setup" it happened to be unable to find the "phantomsetup" file,where the error was as follows:

cp: cannot stat ‘/phantom//bin/phantomsetup’: No such file or directory

On the contrary, "make" procedure is normal.And my environment variables and any other directory settings are correct. So I wonder if this is a problem concerning different versions.

danieljprice commented 1 year ago

definitely not a version problem since this kind of thing is checked automatically in the GitHub actions. Please report the complete output when you type make setup

Shigaharuki3012 commented 1 year ago

definitely not a version problem since this kind of thing is checked automatically in the GitHub actions. Please report the complete output when you type make setup

Thank you for your reply.Then I may check it.Maybe sth wrong with my personal other process..