void-packages/srcpkgs/tweeny
John b465001ca9
tweeny: not noarch
Checks for 32/64 bit in usr/lib/cmake/Tweeny/TweenyConfigVersion.cmake
 # check that the installed version has the same 32/64bit-ness as the one which is currently searching:
 if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "4")
   math(EXPR installedBits "4 * 8")
   set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)")
   set(PACKAGE_VERSION_UNSUITABLE TRUE)
 endif()
2020-04-21 01:08:38 +02:00
..
template