[Bug 1596391] Re: pdal ftbfs because cmake on Ubuntu points to multi-arch directories

LocutusOfBorg costamagnagianfranco at yahoo.it
Mon Jun 27 11:39:34 UTC 2016


Hi Jeremy, I'm afraid this is the intended behaviour

cmake (look at the delta) does this:
https://patches.ubuntu.com/c/cmake/cmake_3.5.2-1ubuntu1.patch

+  if(NOT DEFINED CMAKE_INSTALL_LIBDIR)
+    SET(CMAKE_INSTALL_LIBDIR "lib/${CMAKE_LIBRARY_ARCHITECTURE}")
+  endif()

and pdal does:

      if (DEFINED CMAKE_INSTALL_LIBDIR)
          set(PDAL_LIB_INSTALL_DIR "${CMAKE_INSTALL_LIBDIR}")
      else()
          set(PDAL_LIB_INSTALL_DIR "lib")
      endif()


so, this seems to be the reason for this.
what about fixing pdal to be multiarch?

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to cmake in Ubuntu.
https://bugs.launchpad.net/bugs/1596391

Title:
  pdal ftbfs because cmake on Ubuntu points to multi-arch directories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cmake/+bug/1596391/+subscriptions




More information about the kubuntu-bugs mailing list