ProjectPhysX / FluidX3D

The fastest and most memory efficient lattice Boltzmann CFD software, running on all GPUs via OpenCL. Free for non-commercial use.
https://youtube.com/@ProjectPhysX
Other
3.81k stars 301 forks source link

Change bin name for macos #54

Closed bcardarella closed 1 year ago

bcardarella commented 1 year ago

.exe is an extension format common on Windows but not on MacOS

Generating the bin without the extension is just fine

This should probably be the case for Linux as well. I wanted to see if this was OK before I fixed the script to ensure the correct bin name is used on the final line to run FluidX3D. I can simply assign to a var

ProjectPhysX commented 1 year ago

Thanks! I have dropped the .exe file extension on Linux/macOS in update v2.3. Note that I won't do pull requests on the repository.