[vxl] first port - vxl commit 7a130cf of 2018/04/14 (#3265)

This commit is contained in:
Patrick Grison 2018-04-17 19:25:31 +02:00 committed by Robert Schumacher
parent 9d52f41a8f
commit fbf5fe8229
2 changed files with 26 additions and 0 deletions

3
ports/vxl/CONTROL Normal file
View File

@ -0,0 +1,3 @@
Source: vxl
Version: 20180414-7a130cf
Description: A multi-platform collection of C++ software libraries for Computer Vision and Image Understanding.

23
ports/vxl/portfile.cmake Normal file
View File

@ -0,0 +1,23 @@
include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO vxl/vxl
REF 7a130cf05e907a6500e3e717297082c46e77f524
SHA512 b9f7e48e37b44469031c6de1bf2a3d0aa0ecf4d3c2f4dd0d1a84c273ca8a778b48f3caf7ec6ef0f2dea1dc534ebfdb6b2cde47a56d81aa4f0685114c0bda157c
HEAD_REF master
)
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
)
vcpkg_install_cmake()
vcpkg_copy_pdbs()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
file(INSTALL ${SOURCE_PATH}/core/vxl_copyright.h DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)