diff --git a/Formula/morpheus@2.2.0b2.rb b/Formula/morpheus@2.2.0b2.rb new file mode 100644 index 0000000..8b3034b --- /dev/null +++ b/Formula/morpheus@2.2.0b2.rb @@ -0,0 +1,38 @@ +class MorpheusAT220b2 < Formula + desc "Modelling environment for Multi-Cellular Systems Biology" + homepage "https://morpheus.gitlab.io" + url "https://gitlab.com/morpheus.lab/morpheus/-/archive/v2.2.0-beta2/morpheus-v2.2.0-beta2.tar.gz" + version "2.2.0b2" + sha256 "b99b8cba61d206c084882f066d04914cee03eab706e55f3c161445f8d929d981" + license "BSD-3-Clause" + + depends_on "boost" => :build + depends_on "cmake" => :build + depends_on "doxygen" => :build + depends_on "gnuplot" # Runtime dependencies + # depends_on "graphviz" + depends_on "libtiff" + depends_on "qt" + depends_on "libomp" => :recommended + + uses_from_macos "bzip2" + uses_from_macos "libxml2" + uses_from_macos "zlib" + + def install + system "cmake", ".", *std_cmake_args + system "make", "install" + end + + def caveats + <<~EOS + To start Morpheus, type the following command: + + morpheus-gui + + For more information about this version visit: + https://morpheus.gitlab.io/download/v#{version}/ + + EOS + end +end diff --git a/Formula/morpheus@2.2.0b3.rb b/Formula/morpheus@2.2.0b3.rb new file mode 100644 index 0000000..cbc01a1 --- /dev/null +++ b/Formula/morpheus@2.2.0b3.rb @@ -0,0 +1,39 @@ +class MorpheusAT220b3 < Formula + desc "Modelling environment for Multi-Cellular Systems Biology" + homepage "https://morpheus.gitlab.io" + url "https://gitlab.com/morpheus.lab/morpheus/-/archive/v2.2.0-beta3/morpheus-v2.2.0-beta3.tar.gz" + version "2.2.0b3" + sha256 "039ecaecdce0baeb567fe271fa4545b8b5131f78eeadf281f1752630582b4275" + license "BSD-3-Clause" + + depends_on "boost" => :build + depends_on "cmake" => :build + depends_on "doxygen" => :build + depends_on "gnuplot" # Runtime dependencies + # depends_on "graphviz" + depends_on "libtiff" + depends_on "qt" + depends_on "ffmpeg" => :recommended + depends_on "libomp" => :recommended + + uses_from_macos "bzip2" + uses_from_macos "libxml2" + uses_from_macos "zlib" + + def install + system "cmake", ".", *std_cmake_args + system "make", "install" + end + + def caveats + <<~EOS + To start Morpheus, type the following command: + + morpheus-gui + + For more information about this version visit: + https://morpheus.gitlab.io/download/v#{version}/ + + EOS + end +end diff --git a/Formula/morpheus@2.3.2.rb b/Formula/morpheus@2.3.2.rb index 1ef5723..29b4f93 100644 --- a/Formula/morpheus@2.3.2.rb +++ b/Formula/morpheus@2.3.2.rb @@ -67,7 +67,7 @@ def caveats Or add Morpheus to your Applications folder with: ln -sf #{prefix}/Morpheus.app /Applications - + For more information about this release, visit: https://morpheus.gitlab.io/download/2.3.2/ EOS end