-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
pythran: migrate to [email protected]
#194274
base: master
Are you sure you want to change the base?
Conversation
|
Signed-off-by: Rui Chen <[email protected]> pythran: update test Signed-off-by: Rui Chen <[email protected]>
d9e9cbe
to
4cf6bf3
Compare
with_env(CC: nil, CXX: nil) do | ||
system pythran, "-DUSE_XSIMD", "-fopenmp", "-march=native", testpath/"arc_distance.py" | ||
end |
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.
We shouldn't change this. If the test fails with CC
and CXX
unset then the formula is broken.
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.
I see 👍
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.
now seeing the same in #196198 maybe something not from pythran?
pythran: migrate to
[email protected]