diff --git a/Aliases/caf b/Aliases/caf deleted file mode 120000 index 509d7a19bfd4d..0000000000000 --- a/Aliases/caf +++ /dev/null @@ -1 +0,0 @@ -../Formula/libcppa.rb \ No newline at end of file diff --git a/Formula/libcppa.rb b/Formula/caf.rb similarity index 92% rename from Formula/libcppa.rb rename to Formula/caf.rb index 266f92bb7a369..e30e49ca2d8f7 100644 --- a/Formula/libcppa.rb +++ b/Formula/caf.rb @@ -1,6 +1,5 @@ -class Libcppa < Formula - # TODO: since libcppa has been renamed to CAF, this formula should eventually - # be renamed to 'caf.rb'. +class Caf < Formula + # Renamed from libccpa desc "Implementation of the Actor Model for C++" homepage "http://actor-framework.org/" url "https://github.com/actor-framework/actor-framework/archive/0.14.0.tar.gz" @@ -15,13 +14,13 @@ class Libcppa < Formula sha256 "0ca6c6a6cae249472146a938458464b275b8d409a81ab9ffa36f22c7523d365a" => :mountain_lion end - depends_on "cmake" => :build - needs :cxx11 option "with-opencl", "build with support for OpenCL actors" option "without-check", "skip unit tests (not recommended)" + depends_on "cmake" => :build + def install args = %W[./configure --prefix=#{prefix} --no-examples --build-static] args << "--no-opencl" if build.without? "opencl"