mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
[range-v3, simsimd] Ban $/include/module.modulemap (#41062)
This commit is contained in:
parent
47969b5f9d
commit
fc358711d7
@ -1,4 +1,4 @@
|
||||
if(EXISTS ${CURRENT_INSTALLED_DIR}/share/range-v3-vs2015/copyright)
|
||||
if(EXISTS "${CURRENT_INSTALLED_DIR}/share/range-v3-vs2015/copyright")
|
||||
message(FATAL_ERROR "'${PORT}' conflicts with 'range-v3-vs2015'. Please remove range-v3-vs2015:${TARGET_TRIPLET}, and try to install ${PORT}:${TARGET_TRIPLET} again.")
|
||||
endif()
|
||||
vcpkg_from_github(
|
||||
@ -22,7 +22,11 @@ vcpkg_cmake_install()
|
||||
|
||||
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/range-v3)
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug" "${CURRENT_PACKAGES_DIR}/lib")
|
||||
file(REMOVE_RECURSE
|
||||
"${CURRENT_PACKAGES_DIR}/debug"
|
||||
"${CURRENT_PACKAGES_DIR}/include/module.modulemap"
|
||||
"${CURRENT_PACKAGES_DIR}/lib"
|
||||
)
|
||||
|
||||
vcpkg_copy_pdbs()
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "range-v3",
|
||||
"version": "0.12.0",
|
||||
"port-version": 3,
|
||||
"port-version": 4,
|
||||
"description": "Range library for C++14/17/20, basis for C++20's std::ranges",
|
||||
"homepage": "https://github.com/ericniebler/range-v3",
|
||||
"license": "BSL-1.0 AND MIT AND (NCSA OR MIT)",
|
||||
|
@ -7,5 +7,6 @@ vcpkg_from_github(
|
||||
)
|
||||
|
||||
file(INSTALL "${SOURCE_PATH}/include" DESTINATION "${CURRENT_PACKAGES_DIR}")
|
||||
file(REMOVE "${CURRENT_PACKAGES_DIR}/include/module.modulemap")
|
||||
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "simsimd",
|
||||
"version": "5.2.1",
|
||||
"port-version": 1,
|
||||
"description": "Fastest similarity-measures and distance functions on the Wild West – vectors, strings, short molecules, and even DNA sequences. All with a pinch of SIMD for both x86 and ARM.",
|
||||
"homepage": "https://github.com/ashvardanian/SimSIMD",
|
||||
"license": "Apache-2.0"
|
||||
|
@ -7718,7 +7718,7 @@
|
||||
},
|
||||
"range-v3": {
|
||||
"baseline": "0.12.0",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"range-v3-vs2015": {
|
||||
"baseline": "20151130-vcpkg5",
|
||||
@ -8326,7 +8326,7 @@
|
||||
},
|
||||
"simsimd": {
|
||||
"baseline": "5.2.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"sjpeg": {
|
||||
"baseline": "2021-10-31",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "909bba8e9818ca395699107ce92bdb73c221ace2",
|
||||
"version": "0.12.0",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "6c5cc9ec0604083c62d9f92276a0751076f28c0d",
|
||||
"version": "0.12.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2196ab7b52b8fd6c85ac7afea6c52240a266e46d",
|
||||
"version": "5.2.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "b0a5b4fd3ee94ca1876ae615c289c92e984e11f8",
|
||||
"version": "5.2.1",
|
||||
|
Loading…
Reference in New Issue
Block a user