Hi Folks,

I observed there are different ways of naming binary packages:

   myproject-Linux-i386.{ext}
   myproject-Linux-amd64.{ext}
   myproject-Linux-x86_32.{ext}
   myproject-Linux-x86_64.{ext}

   myproject-Windows-win32_x86.{ext}
   myproject-Windows-win64_x86.{ext}
   myproject-Windows-win64_x64.{ext}
   myproject-Windows-x86_32.{ext}
   myproject-Windows-x86_64.{ext}

   myproject-Darwin-amd64.{ext}

   ...

Was wondering which naming scheme should I favor ?

I am thinking to use:
   myproject-Linux-i386.{ext}
   myproject-Linux-amd64.{ext}
   myproject-Windows-win32_x86.{ext}
   myproject-Windows-win64_x86.{ext}
   myproject-Darwin-amd64.{ext}

If there any reason I shouldn't choose that convention ?

Thanks
Jc

-- 
+1 919 869 8849
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to