I tried to install xmgrace via brew with the command brew install grace, but then following error occurs:

Error: No available formula for grace Searching formulae... Searching taps... homebrew/x11/grace 

I operate in the bash shell on a Mac OSX Yosemite (V10.10.2).

How can I fix the error?

2 Answers

First: Install Xcode (search the Apple app store and install from there, then at the command prompt type: xcode-select --install) Second: install open motif (at the terminal prompt, type: sudo port install openmotif) Third: Install xmgrace (at the terminal prompt, type: sudo port install grace) Fourth: Enjoy :)

1

At some point since early 2015 now you have to do:

$ brew tap homebrew/x11 $ brew install grace 

Full set of instructions to install xmgrace on OSX.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.