Skip to content

Commit

Permalink
Merge pull request #69 from robertu94/master
Browse files Browse the repository at this point in the history
Point users to LibPressio python bindings
  • Loading branch information
disheng222 authored Mar 17, 2021
2 parents 885b2d8 + d7992c2 commit f01fe99
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ add_subdirectory(example)

option(BUILD_PYTHON_WRAPPER "build python wrapper" OFF)
if(BUILD_PYTHON_WRAPPER)
message(WARNING "The python bindings for SZ are deprecated. "
"Please consider using the Python bindings for "
"[LibPressio](https://github.com/codarcode/libpressio#python)"
" to use SZ from python instead.")
add_subdirectory(swig)
endif()

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ Please see doc/use-guide for details

### Python Interface

**NOTE: THESE BINDINGS ARE DEPRECATED **

The following information is provided for historical purposes only.
Please consider updating to using the Python bindings for SZ provided with [LibPressio](https://github.com/codarcode/libpressio#python) instead which are more efficient and updated with new features in SZ as they are developed.

The python bindings requires some additional dependencies:

- python with development libraries
Expand Down

0 comments on commit f01fe99

Please sign in to comment.