mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 18:47:09 +01:00
[blitz] Add new port (#8353)
* [blitz] Add new port * Remove unused function and update vcpkg_fail_port_install * Update * Update ci.baseline.txt
This commit is contained in:
parent
4529a5b8ee
commit
1ea7914d3a
4
ports/blitz/CONTROL
Normal file
4
ports/blitz/CONTROL
Normal file
@ -0,0 +1,4 @@
|
||||
Source: blitz
|
||||
Version: 2019-09-26
|
||||
Homepage: https://github.com/blitzpp/blitz
|
||||
Description: Blitz++ is a C++ template class library that provides high-performance multidimensional array containers for scientific computing.
|
27
ports/blitz/portfile.cmake
Normal file
27
ports/blitz/portfile.cmake
Normal file
@ -0,0 +1,27 @@
|
||||
vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "UWP")
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO blitzpp/blitz
|
||||
REF 0e373f7c3478b10bd8ad8d699a291c57d9cb1e72
|
||||
SHA512 9ea0ba652b93fb3b159340b25bdef10c05662b2da23a3bd2e29ddd12d394b96513c0e5d9f348c0cc8fc767890f52d122a1b0fb8ac6adb77f1a8b4bc2beeac5d7
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
vcpkg_find_acquire_program(PYTHON2)
|
||||
get_filename_component(PYTHON2_DIR "${PYTHON2}" DIRECTORY)
|
||||
vcpkg_add_to_path(${PYTHON2_DIR})
|
||||
|
||||
vcpkg_configure_cmake(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
PREFER_NINJA
|
||||
)
|
||||
|
||||
vcpkg_install_cmake()
|
||||
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
|
||||
|
||||
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake)
|
||||
|
||||
# Handle copyright
|
||||
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
@ -143,6 +143,9 @@ blaze:x86-windows=fail
|
||||
blend2d:arm64-windows=fail
|
||||
blend2d:arm-uwp=fail
|
||||
blend2d:x64-uwp=fail
|
||||
blitz:x64-uwp=fail
|
||||
blitz:arm64-windows=fail
|
||||
blitz:arm-uwp=fail
|
||||
blosc:arm64-windows=fail
|
||||
blosc:arm-uwp=fail
|
||||
blosc:x64-uwp=fail
|
||||
|
Loading…
x
Reference in New Issue
Block a user