comparison src/qhull.mk @ 5474:f80eb3519e2a

* src/qhull.mk: update to v2020.1
author John Donoghue <john.donoghue@ieee.org>
date Wed, 24 Jun 2020 10:15:46 -0400
parents 52de2b23fd0f
children d862fd40cc42
comparison
equal deleted inserted replaced
5473:f058d270b901 5474:f80eb3519e2a
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := qhull 4 PKG := qhull
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 2019.1 6 $(PKG)_VERSION := 2020.1
7 $(PKG)_CHECKSUM := f707f42d931eedfaf3e045602d4b15e50eb3b41f 7 $(PKG)_CHECKSUM := a938aa73a8964f81786a05fc4c98044878e09f07
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
9 $(PKG)_FILE := qhull-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := qhull-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := https://github.com/qhull/$(PKG)/archive/$($(PKG)_VERSION).tar.gz 10 $(PKG)_URL := https://github.com/qhull/$(PKG)/archive/$($(PKG)_VERSION).tar.gz
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12