id summary reporter owner description type status priority milestone component version resolution keywords cc port 41070 cmake: Wrong CMAKE_SYSTEM_HOST_PROCESSOR setting hjj@… cssdev "A test directory with a CMakeLists.txt with this one line: {{{ message(""-- Processor type : ${CMAKE_HOST_SYSTEM_PROCESSOR}"") }}} returns (among all the other info) when doing ""cmake ."": {{{ -- Processor type : i386 }}} However ""uname -m"" returns the correct x86_64 (on my MacBook Pro with i7 cpu). This is a big problem in our computational chemistry software development, where we use cmake to identify correct libraries, compilers, compiler flags etc. (project: http://daltonprogram.org) A colleague in USA suggests that we switch to homebrew to solve the problem of getting cmake to do the correct thing on both linux and darwin systems without dirty tricks, as testing for darwin and ports and then change explicitly to x86_64. I hope that I instead can persuade you to fix the problem." defect closed Normal ports 2.2.0 wontfix ryandesign cmake