Skip to content

Commit

Permalink
[Automated commit] push version-specific brew formula for city4cfd ve…
Browse files Browse the repository at this point in the history
…rsion 0.4.6
  • Loading branch information
actions-user committed Mar 11, 2024
1 parent 2d28dab commit 469538b
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
class City4cfdAT046 < Formula
desc "Reconstruction of 3D city models tailored to urban CFD simulations"
homepage "https://github.com/tudelft3d/city4cfd"
url "https://github.com/tudelft3d/city4cfd/archive/0.4.6.tar.gz"
sha256 "08e21377019439ae8fd000fa835b670c4e11d3a383fdf254926c5fe892c8cf07"

depends_on "cmake" => :build
depends_on "cgal"
depends_on "eigen"
depends_on "gdal"
depends_on "libomp"

def install
system "cmake", ".", *std_cmake_args
system "make", "install"
end

test do
# `test do` will create, run in and delete a temporary directory.
#
# This test will fail and we won't accept that! For Homebrew/homebrew-core
# this will need to be a test that verifies the functionality of the
# software. Run the test with `brew test val3dity`. Options passed
# to `brew install` such as `--HEAD` also need to be provided to `brew test`.
#
# The installed folder is not in the path, so use the entire path to any
# executables being tested: `system "#{bin}/program", "do", "something"`.
system "false"
end
end

0 comments on commit 469538b

Please sign in to comment.