Conversation

dkrasner

Mac install for typed python (intel and M1)

Motivation and Context

Documentation and minor c++ dependency library catch which allows TP to be installed on OSX.

Approach

How Has This Been Tested?

Tested on both Intel and M1 machines.

Screenshots or console output (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

adding a try/except for libstdc++ -> libc++ to deal with OSX deprecation of the former
updating missing install dependencies
updating documentation
add swap files to gitignore
@dkrasnerdkrasner requested a review from braxtonmckee May 19, 2022 08:53
Sign up for free to join this conversation on . Already have an account? Sign in to comment
None yet
None yet

Successfully merging this pull request may close these issues.

@dkrasner