-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added sympy recipe #1236
Added sympy recipe #1236
Conversation
I made this recipe ages ago, but I think I found a better way to fix the unicode thing, looking into it. |
Looking good to me, I've just added a minor comment |
version = '1.1.1' | ||
url = 'https://github.com/sympy/sympy/releases/download/sympy-{version}/sympy-{version}.tar.gz' | ||
|
||
# depends = [('python2', 'python3crystax'), 'setuptools'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor: I think we can drop that commented code
Travis is failing with Please install the mpmath package with a version >= 0.19
Looks like this is not compiling, Travis fails with:
|
Also adds sympy to ignore list: ``` Please install the mpmath package with a version >= 0.19 ```
9cafea2
to
5f66527
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed linter and added sympy
to skip recipe list for the conditional build
How can I add Please install the mpmath package with a version >= 0.19 to ignore list? |
No description provided.