-
Notifications
You must be signed in to change notification settings - Fork 25
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
Added ARM64 support; Added build config with environment variables #116
Conversation
I don't have access to an M1 either - maybe @ndevenish may be able to help out? |
FWIW |
Great! Thanks for the testing!
|
Ready for review. |
FYI, this has been released in v3.0.0 and pushed to pypi: https://pypi.org/project/hdf5plugin/ |
092190c38 Fix spelling errors (silx-kit#128) b241ca0d0 Fix the CMake multiconfig var and test and tools handling (silx-kit#127) 7b33e4f19 Fix some make output issues (silx-kit#126) 51d221848 Documentation fixes and fixes from testing 1.1.1 (silx-kit#125) 4ae30429c CMake: (fix) HDF5 1.14.0 (silx-kit#121) e1072ec5b Update Github actions (silx-kit#118) b021532ea Fix leak and consistify generic API with ZFP C API (silx-kit#117) 06408bb22 Enable CMake Testing (silx-kit#116) eb5440043 Fix version info in docs ad61dfa41 Revert "rework feat-cmake_tests CMake and replace scripts (silx-kit#111)" (silx-kit#115) 03b86413f rework feat-cmake_tests CMake and replace scripts (silx-kit#111) 08116fa9e Update README.md (silx-kit#114) a10bd7bdb Merge branch 'master' of github.com:LLNL/H5Z-ZFP 1660d94a4 Fix h5repack test (silx-kit#107) fd01bf1d7 mention generic interface 8d5ec2e74 Update docs (silx-kit#106) c76f847d9 Added new endianness test (silx-kit#102) 8acf8244b fix reading of byte-swapped input files (silx-kit#95) (silx-kit#101) 62ab4eb6d Minor code clean-up. (silx-kit#103) 60032f640 Bugfix/hdf5 1.14.0 (silx-kit#99) 8fad85d72 CMake: (fix) MPI parallel HDF5 1.14.0 (silx-kit#97) e81aec114 Don't flag a skipped test as a failed test. (silx-kit#94) git-subtree-dir: src/H5Z-ZFP git-subtree-split: 092190c38d5760b3212ce4d96cced767b90aa189
f466775 Merge pull request silx-kit#116 from ayzk/master1 bde9259 fix a bug when dimension is corrected in compression but not in decompression a92658e Merge pull request silx-kit#109 from vasole/master a5d6039 Restrict the scope only to windows without MINGW as already done. d0c7f6c Force static build of external libraries with MSVC 73065ab Remove gcc specific options git-subtree-dir: src/SZ git-subtree-split: f4667759ead6a902110e80ff838ccdfddbc8dcd7
This PR should add support for M1 by disabling SSE2 and AVX2 on
arm64
machines.It also adds env var to configure default build options (useful with
cibuildwheel
)This is UNTESTED!