diff options
| author | Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> | 2021-02-03 12:57:35 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-03 12:57:35 -0800 |
| commit | e3c26698d5e73a3b3ab46e47f21f9c0377e80e02 (patch) | |
| tree | 5f7f590100a7a8dc3a9afe3a19fe7c008fc1dfed /ports/azure-storage-files-datalake-cpp | |
| parent | 323a0a387a8a13d05590ce72916acffa7d4c8cb8 (diff) | |
| download | vcpkg-e3c26698d5e73a3b3ab46e47f21f9c0377e80e02.tar.gz vcpkg-e3c26698d5e73a3b3ab46e47f21f9c0377e80e02.zip | |
[azure-storage-common-cpp] Publish version 12.0.0-beta.7 (#16020)
* Update port for azure-storage-common-cpp
* Update port for azure-storage-blobs-cpp
* Update port for azure-storage-files-datalake-cpp
* Update port version SHAs
* Remove comment header from CONTROL files
* Remove comment header from portfile.cmake files
* Update port version SHAs once again
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
Diffstat (limited to 'ports/azure-storage-files-datalake-cpp')
| -rw-r--r-- | ports/azure-storage-files-datalake-cpp/CONTROL | 6 | ||||
| -rw-r--r-- | ports/azure-storage-files-datalake-cpp/portfile.cmake | 20 |
2 files changed, 26 insertions, 0 deletions
diff --git a/ports/azure-storage-files-datalake-cpp/CONTROL b/ports/azure-storage-files-datalake-cpp/CONTROL new file mode 100644 index 000000000..eda31a866 --- /dev/null +++ b/ports/azure-storage-files-datalake-cpp/CONTROL @@ -0,0 +1,6 @@ +Source: azure-storage-files-datalake-cpp
+Version: 12.0.0-beta.7
+Build-Depends: azure-storage-blobs-cpp
+Description: Microsoft Azure Storage Files Data Lake SDK for C++
+ This library provides Azure Storage Files Data Lake SDK.
+Homepage: https://github.com/Azure/azure-sdk-for-cpp/tree/master/sdk/storage/azure-storage-files-datalake
diff --git a/ports/azure-storage-files-datalake-cpp/portfile.cmake b/ports/azure-storage-files-datalake-cpp/portfile.cmake new file mode 100644 index 000000000..8856fa7e5 --- /dev/null +++ b/ports/azure-storage-files-datalake-cpp/portfile.cmake @@ -0,0 +1,20 @@ +vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO Azure/azure-sdk-for-cpp
+ REF azure-storage-files-datalake_12.0.0-beta.7
+ SHA512 0fe864854b46ef7130e9e473ade9beb8d64cad29a5a63c78c1053aeb0de8ee6149d5fc93d4d941a3507d8a4eaa3c9d5baa2681da410a7c8d595767f24449b46e
+)
+
+vcpkg_configure_cmake(
+ SOURCE_PATH ${SOURCE_PATH}/sdk/storage/azure-storage-files-datalake/
+ PREFER_NINJA
+ OPTIONS
+ -DWARNINGS_AS_ERRORS=OFF
+)
+
+vcpkg_install_cmake()
+file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
+vcpkg_fixup_cmake_targets()
+file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
+vcpkg_copy_pdbs()
+
|
