-
Notifications
You must be signed in to change notification settings - Fork 35
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
julia.rb: Undefined method "+" in ruby script. #8
Comments
Hmm, seems that CPPFLAGS are still needed, right? Julia's build system is unfortunately not rock-stable... |
I've pushed a fix that works for me; see if it magically fixes up those errors you're having. Really, our problems are two-fold; we need to clean up Julia's build system to respect |
You are absolutely right about that. I wish julia would just build the normal way, i.e. without copying other libs around. For example, I favor making suite-sparse dynamic in the suite-sparse formula than julia doing this in its own little directory. Sure superenv breakes those things. For now I am on vacation for a week. Testing has to wait. cu! |
What a coincidence, I'm off to vacation in Europe for two weeks starting today. Enjoy your vacation time! |
Thanks. With |
With the latest changes in homebrew (superenv), the
ENV['CPPFLAGS']
are nownil
.(UPDATE: unless you specify
--env=std
.)Perhaps, now with superenv, we can remove the CFLAGS/CPPFLAGS hack?The text was updated successfully, but these errors were encountered: