Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wheel content is stored in platlib subfolder #48

Closed
t20100 opened this issue Nov 5, 2019 · 0 comments · Fixed by #49
Closed

wheel content is stored in platlib subfolder #48

t20100 opened this issue Nov 5, 2019 · 0 comments · Fixed by #49
Milestone

Comments

@t20100
Copy link
Member

t20100 commented Nov 5, 2019

Investigate why hdf5plugin is stored in hdf5plugin-2.0.0.data/platlib/.
Check whether this is normal or not.
This is due to setting root_is_pure in the subclass of bdist_wheel that tweaks the wheel generation to make one wheel working for the different versions of python.

Initially raised here: https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!topic/h5py/EMLVilY8oHk

@vasole vasole closed this as completed in #49 Nov 5, 2019
@t20100 t20100 added this to the 2.1.0 milestone Nov 28, 2019
t20100 added a commit to t20100/hdf5plugin that referenced this issue Oct 21, 2022
59b7f38a updating for 1.0.0 (silx-kit#85)
3802c0f7 Tests: (fix) Makefile - CFLAGS and clean target (silx-kit#84)
111e5a19 Fix Silo doc section and warnings (silx-kit#83)
9dd45462 Use ZFP's version string (silx-kit#80)
557a4f61 Pin zfp version in windows ci (silx-kit#82)
f51ac59f added parameter to fortran const (silx-kit#76)
35a08e06 [github] add windows build config (silx-kit#72)
1844b5b5 Fixed detection of CFP availability (silx-kit#74)
c8544d3e [windows] enable compilation in windows with ClangCL (silx-kit#71)
7b34cacf Update installation.rst (silx-kit#66)
e153bf9d Feature direct write zfp array (silx-kit#43)
20b0f1f3 Added missing HDF5 include (CMake) (silx-kit#63)
20b893a1 Test and fix working with HDF5-1.12 (silx-kit#62)
497e9420 CMake: (fix) Autotools build HDF5 (silx-kit#59)
8f63f7d3 Add missing headers for string functions and fix printfs for cd_nelmts (silx-kit#60)
8de12f77 Added generic interface fortran wrappers with tests (silx-kit#58)
983a1870 find zfp and hdf5 in lib64 instead of lib (silx-kit#56)
e6c9c14c Fix typos
f7670c43 Fix second typo in h5repack docs (silx-kit#55)
57a849de handle optional/mandatory flag (silx-kit#54)
48126d3c CMake: (feature) Added CMake build configuration (silx-kit#52)
bee74347 fix link to travis badge (silx-kit#51)
00146c12 update to download from github (silx-kit#49)
259feb8f Remove include for HDF5 header file (silx-kit#48)
3d0b1768 adding missing call to h5z_zfp_finaliz() (silx-kit#45)
b642fe8a minor fixes to docs and h5repack utility (silx-kit#42)

git-subtree-dir: src/H5Z-ZFP
git-subtree-split: 59b7f38a063b6adce3db074a945ee47bc50856da
t20100 added a commit to t20100/hdf5plugin that referenced this issue Nov 8, 2022
cd5422c Compatibility with Visual Studio 2019 (silx-kit#93)
bcff4d2 CMake: (fix) Missing header file. (silx-kit#90)
59b7f38 updating for 1.0.0 (silx-kit#85)
3802c0f Tests: (fix) Makefile - CFLAGS and clean target (silx-kit#84)
111e5a1 Fix Silo doc section and warnings (silx-kit#83)
9dd4546 Use ZFP's version string (silx-kit#80)
557a4f6 Pin zfp version in windows ci (silx-kit#82)
f51ac59 added parameter to fortran const (silx-kit#76)
35a08e0 [github] add windows build config (silx-kit#72)
1844b5b Fixed detection of CFP availability (silx-kit#74)
c8544d3 [windows] enable compilation in windows with ClangCL (silx-kit#71)
7b34cac Update installation.rst (silx-kit#66)
e153bf9 Feature direct write zfp array (silx-kit#43)
20b0f1f Added missing HDF5 include (CMake) (silx-kit#63)
20b893a Test and fix working with HDF5-1.12 (silx-kit#62)
497e942 CMake: (fix) Autotools build HDF5 (silx-kit#59)
8f63f7d Add missing headers for string functions and fix printfs for cd_nelmts (silx-kit#60)
8de12f7 Added generic interface fortran wrappers with tests (silx-kit#58)
983a187 find zfp and hdf5 in lib64 instead of lib (silx-kit#56)
e6c9c14 Fix typos
f7670c4 Fix second typo in h5repack docs (silx-kit#55)
57a849d handle optional/mandatory flag (silx-kit#54)
48126d3 CMake: (feature) Added CMake build configuration (silx-kit#52)
bee7434 fix link to travis badge (silx-kit#51)
00146c1 update to download from github (silx-kit#49)
259feb8 Remove include for HDF5 header file (silx-kit#48)
3d0b176 adding missing call to h5z_zfp_finaliz() (silx-kit#45)
b642fe8 minor fixes to docs and h5repack utility (silx-kit#42)

git-subtree-dir: src/H5Z-ZFP
git-subtree-split: cd5422c146836e17c7a0380bfb05cf52d0c4467c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant