From 80f59be79a6924248f978bfc33ccd0ab10c98c1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Pa=C4=91en?= <49401914+ipadjen@users.noreply.github.com> Date: Mon, 12 Feb 2024 11:49:22 +0100 Subject: [PATCH] Remove old city4cfd versions --- Formula/city4cfd@0.4.3.rb | 30 ------------------------------ Formula/city4cfd@0.4.4.rb | 30 ------------------------------ 2 files changed, 60 deletions(-) delete mode 100644 Formula/city4cfd@0.4.3.rb delete mode 100644 Formula/city4cfd@0.4.4.rb diff --git a/Formula/city4cfd@0.4.3.rb b/Formula/city4cfd@0.4.3.rb deleted file mode 100644 index b851a94..0000000 --- a/Formula/city4cfd@0.4.3.rb +++ /dev/null @@ -1,30 +0,0 @@ -class City4cfdAT043 < 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.3.tar.gz" - sha256 "c5fa160d20d4b6e9dfa77505e7f60af233b7e23e24b58f9aa3d3bc66e96e071b" - - 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 diff --git a/Formula/city4cfd@0.4.4.rb b/Formula/city4cfd@0.4.4.rb deleted file mode 100644 index 83f7740..0000000 --- a/Formula/city4cfd@0.4.4.rb +++ /dev/null @@ -1,30 +0,0 @@ -class City4cfdAT044 < 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.4.tar.gz" - sha256 "3d142aae9d5318f719845cadfff870ef8928aeba42b1c5ffcde59eec87919a2e" - - 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