You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we have duplicated versions of C files from @nschorgh's PlanetaryCodeCollection in this repository, but eventually the ideal setup will be one of the following:
Option 1:
made PCC a submodule of this repository
clone PCC & compile
tell setup.py the location of the compiled static or shared libraries
Option 2:
clone and compile PCC
install static or shared libraries + headers system wide
tell setup.py to look for these libraries and headers
Then we won't have any duplicated code between the libraries and we can pull in changes that Norbert makes directly in the PCC repo.
The text was updated successfully, but these errors were encountered:
Right now we have duplicated versions of C files from @nschorgh's PlanetaryCodeCollection in this repository, but eventually the ideal setup will be one of the following:
Option 1:
Option 2:
Then we won't have any duplicated code between the libraries and we can pull in changes that Norbert makes directly in the PCC repo.
The text was updated successfully, but these errors were encountered: