Replies: 1 comment 3 replies
-
Thank you for this very interesting work. I wanted to try out using NTPoly as a library from conda, but ran into some trouble. To start, I created a new conda environment:
Then I thought I could create a simple driver program
To compile it, I supposed I needed to install gfortran into the conda environment:
But when I compile the code:
I get an error (Mac OSX):
Ubuntu:
I guess that installing gfortran from conda was the wrong step, and there are incompatibilities. Do you think there is a solution to this issue? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently packaged NTPoly for the conda package manager. It is now available on the conda-forge channel for Linux and MacOS. For more details visit the NTPoly feedstock.
Beta Was this translation helpful? Give feedback.
All reactions