diff options
| author | Fabien Castan <fabcastan@gmail.com> | 2020-05-01 02:45:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-30 17:45:43 -0700 |
| commit | 4f1ce2eea6fedfdd0d8f41d6d005f83fe7734e9e (patch) | |
| tree | 7b110664a0ad5027a29ccab4df565bfd3398a8c2 /ports/alembic/CONTROL | |
| parent | e845327406806cc3d5f7924d1b519fdd286f4065 (diff) | |
| download | vcpkg-4f1ce2eea6fedfdd0d8f41d6d005f83fe7734e9e.tar.gz vcpkg-4f1ce2eea6fedfdd0d8f41d6d005f83fe7734e9e.zip | |
[alembic] linux fixes (#10912)
* [alembic] make the portfile linux-compatible
* [alembic] fix build error in debug on linux
* [alembic] simplify renaming of copyright file
* [alembic] code simplification and formatting
* [alembic] update version to 1.7.12-1
* [alembic] linux build does not fail anymore
Diffstat (limited to 'ports/alembic/CONTROL')
| -rw-r--r-- | ports/alembic/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/alembic/CONTROL b/ports/alembic/CONTROL index c55df2df9..54442f2e4 100644 --- a/ports/alembic/CONTROL +++ b/ports/alembic/CONTROL @@ -1,5 +1,5 @@ Source: alembic -Version: 1.7.12 +Version: 1.7.12-1 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/ |
