-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Update fltk.rb to support HEAD for OS X El Capitan #44806
Conversation
Added HEAD option for building from svn in order to build with OS X El Capitan
@@ -11,27 +9,42 @@ class Fltk < Formula | |||
|
|||
option :universal | |||
|
|||
stable do | |||
# Fltk 1.3.4 include support for El Capitan. Remove on update. |
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.
These two lines (The comment and the depends_on) should be one empty line beneath the :DATA
patch line.
|
only head depends on cmake build, removed unneeded comments, cleaned trailing whitespaces
Still some whitespacing issues here:
|
hopefully no more trailing whitespace
I can't seem to clone it non-interactively locally:
😢. We don't do interactivity as it's bad UX and means automated scripts/builds/etc fall over. |
That is weird, I don't need to use interactive mode. For me it works just fine and i don't have any creds for their svn server. I can't browse their svn via http though.
|
Just put this together to build the devel snapshot: https://gist.github.com/5b906b02e585d6f43eec |
Just checked out the formula @dpo provided. It builds fine on El Cap, doesn't suffer from that strange svn credential problem, but does configure threads and shared properly. Yay! |
Note that there seems to be a mirror of the source on Github (https://github.com/Homebrew/homebrew-science/issues/2871#issuecomment-147500027) but I'm not sure how "official" it is. |
Would be happy to take a |
I just tried downloading a few past "devel" releases, and it seems like they stick around, at least for a while. I'll prepare a PR. |
Added HEAD option for building from svn in order to build with OS X El Capitan