open-mesh 6.3
Closes #9066. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
ae678d081e
commit
820656541c
1 changed files with 2 additions and 10 deletions
|
@ -1,8 +1,8 @@
|
|||
class OpenMesh < Formula
|
||||
desc "Generic data structure to represent and manipulate polygonal meshes"
|
||||
homepage "https://openmesh.org/"
|
||||
url "https://www.openmesh.org/media/Releases/5.1/OpenMesh-5.1.tar.gz"
|
||||
sha256 "643262dec62d1c2527950286739613a5b8d450943c601ecc42a817738556e6f7"
|
||||
url "https://www.openmesh.org/media/Releases/6.3/OpenMesh-6.3.tar.bz2"
|
||||
sha256 "b97be926e430bcda10f44f2d4bbe2657b0778c2eed17346f4f32c06db36843ce"
|
||||
head "https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh.git"
|
||||
|
||||
bottle do
|
||||
|
@ -15,14 +15,6 @@ class OpenMesh < Formula
|
|||
|
||||
depends_on "cmake" => :build
|
||||
|
||||
stable do
|
||||
patch do
|
||||
# Fixes missing include files in OpenMesh/Tools/Smoother during install
|
||||
url "https://graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh/commit/c5cfef87427a793268f9e012856872bbed958d92.diff"
|
||||
sha256 "5180b3ea8e92b88e9212a4fcfc214666d3b2ca2133a95c2f6b0a44855a298c79"
|
||||
end
|
||||
end
|
||||
|
||||
def install
|
||||
mkdir "build" do
|
||||
system "cmake", "..", "-DBUILD_APPS=OFF", *std_cmake_args
|
||||
|
|
Loading…
Reference in a new issue