Roger-luo / pytorch-complex

complex tensor plugin for pytorch (deprecated)
MIT License
47 stars 12 forks source link

Added mac mojave compile support #7

Closed williamFalcon closed 5 years ago

williamFalcon commented 5 years ago

Fixed by referencing here: https://github.com/geany/geany/issues/1618

At the end I decided to add the -stdlib=libc++ -std=c++11 flags to make when building which means the deployment target doesn't have to be bumped to drastically but just to 10.7 where libc++ was introduced.

This has been committed to the geany-osx project so this one can be closed.