Commits
Marcus Calhoun-Lopez authored f27522039fd
6 6 | PortGroup cxx11 1.1 |
7 7 | |
8 8 | name opencascade |
9 9 | version 7.3.0 |
10 10 | categories science |
11 11 | platforms darwin |
12 12 | license LGPL-2 |
13 13 | maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer |
14 14 | description Development platform for CAD/CAE, 3D surface/solid modeling and data exchange |
15 15 | long_description ${description} |
16 - | homepage https://www.opencascade.com/content/core-technology |
16 + | homepage https://www.opencascade.com/content/open-source-core-technology |
17 17 | |
18 18 | set git_version [join [split ${version} .] _] |
19 19 | master_sites "https://git.dev.opencascade.org/gitweb/?p=occt.git;a=snapshot;h=refs/tags/V${git_version};sf=tgz;dummy=" |
20 20 | extract.suffix .tgz |
21 21 | worksrcdir occt-V${git_version} |
22 22 | |
23 23 | checksums rmd160 1e55daf36edaacca40eb12d2e187867b64e33c8f \ |
24 24 | sha256 7298c5eadc6dd0aeb6265ff2958e8e742d6e3aa65227acce8094f96f1bf6d2ac \ |
25 25 | size 48576720 |
26 26 | |