XanaduAI / thewalrus

A library for the calculation of hafnians, Hermite polynomials and Gaussian boson sampling.
https://the-walrus.readthedocs.io
Apache License 2.0
101 stars 55 forks source link

Fix OSX wheel build #235

Closed thisac closed 3 years ago

thisac commented 3 years ago

Quick fix to get the OSX wheels to build. The issue was that brew implicitly tried to install gmp 6.2.1 as a dependency for gcc using the wrong link. Just installing it manually seemingly fixed it.

Also, adds Python 3.9 to and removes Python 3.6 from setup.py (should already be fixed for tests and wheel-builds).

codecov[bot] commented 3 years ago

Codecov Report

Merging #235 (68ab5df) into master (bc53689) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #235   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        21           
  Lines         1248      1248           
=========================================
  Hits          1248      1248           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bc53689...68ab5df. Read the comment docs.