IBM / fhe-toolkit-macos

IBM Homomorphic Encryption Toolkit For MacOS
MIT License
360 stars 53 forks source link

HDF5 Dependency is not building #57

Closed boland25 closed 3 years ago

boland25 commented 4 years ago

Describe the bug On the latest version of Xcode 12 the HDF5 library does not successfully compile. I believe this is due to the new way that Xcode handles architectures. it now adds arm as part of the stand architecture which HDF5 will not build for. The fix is to specifically build for x86_64 architectures.

To Reproduce Steps to reproduce the behavior:

  1. Run setup.sh script
  2. Wait for it to fail

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Terminal Output (please attach setup.log output file after running setup.sh, located in the dependencies directory. This will hold information about the building of the dependencies. NOTE: It will contain file names and paths that may be sensitive. Upload is optional but recommended for debugging assistance.)

Additional context Add any other context about the problem here.