[CMake] Binary packages naming convention

Jean-Christophe Fillion-Robin jchris.fillionr at kitware.com
Tue Jun 7 15:32:16 EDT 2011


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20110607/d53a63d5/attachment.htm>


More information about the CMake mailing list