Skip to content

Commit

Permalink
opencascade 7.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 authored and branchvincent committed Jul 24, 2023
1 parent 4190f8a commit 4c81a28
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions Formula/opencascade.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Opencascade < Formula
desc "3D modeling and numerical simulation software for CAD/CAM/CAE"
homepage "https://dev.opencascade.org/"
url "https://git.dev.opencascade.org/gitweb/?p=occt.git;a=snapshot;h=refs/tags/V7_7_0;sf=tgz"
version "7.7.0"
sha256 "075ca1dddd9646fcf331a809904925055747a951a6afd07a463369b9b441b445"
url "https://git.dev.opencascade.org/gitweb/?p=occt.git;a=snapshot;h=refs/tags/V7_7_2;sf=tgz"
version "7.7.2"
sha256 "2fb23c8d67a7b72061b4f7a6875861e17d412d524527b2a96151ead1d9cfa2c1"
license "LGPL-2.1-only"

# The first-party download page (https://dev.opencascade.org/release)
Expand Down Expand Up @@ -43,12 +43,6 @@ class Opencascade < Formula
depends_on "mesa" # For OpenGL
end

# Fix a missing <limits> header. Try removing on next release.
patch do
url "https://git.dev.opencascade.org/gitweb/?p=occt.git;a=patch;h=2a8c5ad46cfef8114b13c3a33dcd88a81e522c1e;hp=7ea3eff4f88640ca23e5b1a6dad82ab4fda4a8c6"
sha256 "3aff4835faf75d7d48aaa53db88e00df527b65b0a930746e1b8d1534c9b368b1"
end

def install
tcltk = Formula["tcl-tk"]
libtcl = tcltk.opt_lib/shared_library("libtcl#{tcltk.version.major_minor}")
Expand Down

0 comments on commit 4c81a28

Please sign in to comment.