libraries/CGAL: Updated for version 4.9.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
c5df6de573
commit
9c486b0916
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=CGAL
|
||||
VERSION=${VERSION:-4.9}
|
||||
VERSION=${VERSION:-4.9.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="CGAL"
|
||||
VERSION="4.9"
|
||||
HOMEPAGE="http://www.cgal.org/"
|
||||
DOWNLOAD="https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.9/CGAL-4.9.tar.xz"
|
||||
MD5SUM="ee31343dbc4bf7b5b7501ec1650e9233"
|
||||
VERSION="4.9.1"
|
||||
HOMEPAGE="https://www.cgal.org/"
|
||||
DOWNLOAD="https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.9.1/CGAL-4.9.1.tar.xz"
|
||||
MD5SUM="820ef17ffa7ed87af6cc9918a961d966"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -4,3 +4,5 @@ various areas needing geometric computation, such as computer graphics,
|
|||
scientific visualization, computer aided design and modelling, geographic
|
||||
information systems, molecular biology, medical imaging, robotics and
|
||||
motion planning, mesh generation and numerical methods.
|
||||
|
||||
Optional dependency: qt5
|
||||
|
|
Loading…
Reference in New Issue