nlopt: remove options
This commit is contained in:
parent
2d555238e8
commit
b63151fa18
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class Nlopt < Formula
|
|||
depends_on "swig" => :build
|
||||
end
|
||||
|
||||
depends_on "numpy" => :recommended
|
||||
depends_on "numpy"
|
||||
|
||||
def install
|
||||
ENV.deparallelize
|
||||
|
|
Loading…
Reference in a new issue