diff options
| author | Rene Winchenbach <rene.winchenbach@gmail.com> | 2020-01-22 21:05:37 +0100 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2020-01-22 12:05:37 -0800 |
| commit | d3a1bf94685375955c18a94abd3325a2f401b067 (patch) | |
| tree | cd0079b37be745b0380be30bee20add846a14608 | |
| parent | 7371d6876ccbeb34cd73293ed38d9269a6223818 (diff) | |
| download | vcpkg-d3a1bf94685375955c18a94abd3325a2f401b067.tar.gz vcpkg-d3a1bf94685375955c18a94abd3325a2f401b067.zip | |
Update Alembic version to 1.7.12 (#9737)
* Update Alembic version to 1.7.12
* removed include(vcpkg_common_functions) from alembic
| -rw-r--r-- | ports/alembic/CONTROL | 2 | ||||
| -rw-r--r-- | ports/alembic/portfile.cmake | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/ports/alembic/CONTROL b/ports/alembic/CONTROL index 5d9e05635..c55df2df9 100644 --- a/ports/alembic/CONTROL +++ b/ports/alembic/CONTROL @@ -1,5 +1,5 @@ Source: alembic -Version: 1.7.11-6 +Version: 1.7.12 Build-Depends: ilmbase, hdf5 Description: Alembic is an open framework for storing and sharing scene data that includes a C++ library, a file format, and client plugins and applications. Homepage: https://alembic.io/ diff --git a/ports/alembic/portfile.cmake b/ports/alembic/portfile.cmake index 95e3c22ee..370e058b6 100644 --- a/ports/alembic/portfile.cmake +++ b/ports/alembic/portfile.cmake @@ -1,5 +1,3 @@ -include(vcpkg_common_functions) - vcpkg_buildpath_length_warning(37) vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) @@ -7,8 +5,8 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO alembic/alembic - REF 1.7.11 - SHA512 94b9c218a2fe6e2e24205aff4a2f6bab784851c2aa15592fb60ea91f0e8038b0c0656a118f3a5cba0d3de8917dd90b74d0e2d1c4ac034b9ee3f5d0741d9f6b70 + REF 1.7.12 + SHA512 e05e0b24056c17f01784ced1f9606a269974de195f1aca8a6fce2123314e7ee609f70df77ac7fe18dc7f0c04fb883d38cc7de9b963caacf9586aaa24d4ac6210 HEAD_REF master PATCHES fix-C1083.patch |
