szcompressor / SZ

Error-bounded Lossy Data Compressor (for floating-point/integer datasets)
http://szcompressor.org
Other
155 stars 56 forks source link

allow user to specify sitelib for python bindings #75

Closed robertu94 closed 3 years ago

robertu94 commented 3 years ago

The user can now use SZ_PYTHON_SITELIB to specify the sitelib to use for the python bindings. It default to the previous behavior of the sitelib of the specified interpreter.

@disheng222 this fix is for spack/spack#25973. There will need to be corresponding changes to the spack definition, but that will happen later once some other issues are resolved.