pagmo: remove checks for old compilers.

This commit is contained in:
Mike McQuaid 2019-01-24 13:11:04 +00:00
parent 5d22687f80
commit a677b92f64

View file

@ -16,8 +16,6 @@ class Pagmo < Formula
depends_on "eigen" depends_on "eigen"
depends_on "nlopt" depends_on "nlopt"
needs :cxx11
def install def install
ENV.cxx11 ENV.cxx11
system "cmake", ".", "-DPAGMO_WITH_EIGEN3=ON", "-DPAGMO_WITH_NLOPT=ON", system "cmake", ".", "-DPAGMO_WITH_EIGEN3=ON", "-DPAGMO_WITH_NLOPT=ON",