diff options
Diffstat (limited to 'ports/zfp')
| -rw-r--r-- | ports/zfp/CONTROL | 19 | ||||
| -rw-r--r-- | ports/zfp/vcpkg.json | 24 |
2 files changed, 24 insertions, 19 deletions
diff --git a/ports/zfp/CONTROL b/ports/zfp/CONTROL deleted file mode 100644 index 164bade9d..000000000 --- a/ports/zfp/CONTROL +++ /dev/null @@ -1,19 +0,0 @@ -Source: zfp
-Version: 0.5.5-2
-Homepage: https://github.com/LLNL/zfp
-Description: Zfp is an open source C/C++ library for compressed numerical arrays that support high throughput read and write random access. zfp also supports streaming compression of integer and floating-point data, e.g., for applications that read and write large data sets to and from disk. zfp is primarily written in C and C++ but also includes Python and Fortran bindings.
-
-Feature: all
-Description: Build all components
-
-Feature: cfp
-Description: cfp support for cfp
-
-Feature: test
-Description: Build test
-
-Feature: example
-Description: Build example
-
-Feature: utility
-Description: Build utility
\ No newline at end of file diff --git a/ports/zfp/vcpkg.json b/ports/zfp/vcpkg.json new file mode 100644 index 000000000..e0313dbf8 --- /dev/null +++ b/ports/zfp/vcpkg.json @@ -0,0 +1,24 @@ +{ + "name": "zfp", + "version-string": "0.5.5", + "port-version": 3, + "description": "Zfp is an open source C/C++ library for compressed numerical arrays that support high throughput read and write random access. zfp also supports streaming compression of integer and floating-point data, e.g., for applications that read and write large data sets to and from disk. zfp is primarily written in C and C++ but also includes Python and Fortran bindings.", + "homepage": "https://github.com/LLNL/zfp", + "features": { + "all": { + "description": "Build all components" + }, + "cfp": { + "description": "cfp support for cfp" + }, + "example": { + "description": "Build example" + }, + "test": { + "description": "Build test" + }, + "utility": { + "description": "Build utility" + } + } +} |
