qhull_2020.2.bb 850 B

1234567891011121314151617181920212223242526
  1. DESCRIPTION = "library to compute convex hulls, Delaunay triangulations and Voronoi diagrams."
  2. HOMEPAGE = "http://www.qhull.org/"
  3. SECTION = "libs"
  4. LICENSE = "Qhull"
  5. LIC_FILES_CHKSUM = "file://COPYING.txt;md5=484ee0cacf0472e8b40225b116f6296c"
  6. SRC_URI = "http://www.qhull.org/download/qhull-2020-src-8.0.2.tgz \
  7. file://0001-Use-LIB_INSTALL_DIR-for-cmake-and-pkgconfig-files-to.patch \
  8. "
  9. SRC_URI[sha256sum] = "b5c2d7eb833278881b952c8a52d20179eab87766b00b865000469a45c1838b7e"
  10. CFLAGS += "-fPIC"
  11. EXTRA_OECMAKE += "\
  12. -DCMAKE_SKIP_RPATH=ON \
  13. -DLIB_INSTALL_DIR=${baselib} \
  14. "
  15. inherit cmake
  16. # The QhullTargets-noconfig.cmake checks for the executables despite not
  17. # needing to execute them for the build. Staging bindir to the sysroot
  18. # allows us to pass the check without building qhull natively
  19. SYSROOT_DIRS:append = " \
  20. ${bindir} \
  21. "