comparison src/qhull.mk @ 3048:5ef49fb3299d

treat gcc and binutils as build tools use a separate target for building the cmake toolchain file don't unpack gcc or binutils if we are using the system compiler
author John W. Eaton <jwe@octave.org>
date Fri, 14 Jun 2013 16:51:29 -0400
parents bcc26ffe9a0f
children ee6f302d0659
comparison
equal deleted inserted replaced
3047:e7b7b0f663d3 3048:5ef49fb3299d
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_CHECKSUM := 108d59efa60b2ebaf94b121414c8f8b7b76a7409 6 $(PKG)_CHECKSUM := 108d59efa60b2ebaf94b121414c8f8b7b76a7409
7 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 7 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
8 $(PKG)_FILE := qhull-$($(PKG)_VERSION).tar.gz 8 $(PKG)_FILE := qhull-$($(PKG)_VERSION).tar.gz
9 $(PKG)_URL := http://download.savannah.gnu.org/releases/qhull/$($(PKG)_FILE) 9 $(PKG)_URL := http://download.savannah.gnu.org/releases/qhull/$($(PKG)_FILE)
10 $(PKG)_DEPS := gcc 10 $(PKG)_DEPS :=
11 11
12 define $(PKG)_UPDATE 12 define $(PKG)_UPDATE
13 echo 'Warning: Updates are temporarily disabled for package qhull.' >&2; 13 echo 'Warning: Updates are temporarily disabled for package qhull.' >&2;
14 echo $(qhull_VERSION) 14 echo $(qhull_VERSION)
15 endef 15 endef