sccn / liblsl

C++ lsl library for multi-modal time-synched data transmission over the local network
Other
114 stars 67 forks source link

Using "x86_64" is preferred over "amd64" for arch name #213

Open cboulay opened 4 months ago

cboulay commented 4 months ago

If we replace amd64 with x86_64 in the second line here then all of our packaged binaries will get the x86_64 suffix instead of amd64. x86_64 is generally preferred because it is less likely to cause confusion about processor manufacturers.

e.g., https://askubuntu.com/questions/608744/is-it-a-problem-to-have-packages-with-amd64-architecture-when-i-have-an-intel

tstenner commented 4 months ago

At least Debian (+Ubuntu) has amd64 as official architecture name and it's a change that would need to happen in every downstream project. Other than that, I'm not opposed.