Skip to content

liblasv1.8.1

Updated

A C/C++ library for reading and writing the very common LAS LiDAR format.

#Usage

liblas provides CMake targets:

# C API
find_package(libLAS CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<$<PLATFORM_ID:Windows>:lib>las_c)
target_include_directories(main SYSTEM PRIVATE ${libLAS_INCLUDE_DIRS})

# C++ API
find_package(libLAS CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<$<PLATFORM_ID:Windows>:lib>las)
target_include_directories(main SYSTEM PRIVATE ${libLAS_INCLUDE_DIRS})

#License

Not declared in the port manifest

#Supported Platforms

!arm & !staticcrt

  • linux
  • osx
  • uwp-x64
  • windows-x64
  • windows-x86
  • uwp-arm
  • windows-arm64

#Features

No default features.

#jpeg

This feature does nothing. It is retained for compatibility.

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

#tools

Build utilities.

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

#zlib

This feature does nothing. It is retained for compatibility.

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

#Dependencies

and 72 transitive dependencies:

#Host Dependencies

and one transitive dependency:

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • wangli28's avatarwangli28
  • Alexander Neumann's avatarAlexander Neumann
  • JackBoosY's avatarJackBoosY
  • Yury Bura's avatarYury Bura
  • Lily's avatarLily
  • NancyLi1013's avatarNancyLi1013
  • Billy Robert O'Neal III's avatarBilly Robert O'Neal III
  • Calum Robinson's avatarCalum Robinson
  • Kai Pastor's avatarKai Pastor
  • autoantwort's avatarautoantwort
  • SunBlack's avatarSunBlack

#Changelog

  • 57884a6[liblas] Remove bogus HEAD_REF passed to vcpkg_download_distfile.
  • 5ed7006Patch Tuesday for August 2025 (#46911)
  • b995bb2[liblas] use right var (#39780)
  • 8ccb84d[boost] Update to v1.84.0 (#35693)
  • 2dae865[liblas] Fix missing dependency to boost-foreach (#30950)
  • 5b11232[many-ports] Don't use deprecated functions (autogenerated) (#26981)
  • 6810f35[liblas] fix cmake consumption (#29259)
  • e2b22a2[liblas] Fix geotiff dependency, document usage, add feature 'tools' (#25664)
  • 369878e[libgeotiff] Update to 1.7.0, revise features and config (#21253)
  • 9266aa1[libLAS] Remove dependency on all of boost (#21042)
Show 8 earlier changes