Merge pull request #1611 from LuaAndC/blas-download-from-backup

download blas from backup
This commit is contained in:
Boris Nagaev 2016-12-24 08:36:57 -08:00 committed by GitHub
commit e84fe81eb7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ $(PKG)_VERSION := 3.5.0
$(PKG)_CHECKSUM := ef7d775d380f255d1902bce374ff7c8a594846454fcaeae552292168af1aca24
$(PKG)_SUBDIR := BLAS-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG).tgz
$(PKG)_URL := http://www.netlib.org/$(PKG)/$($(PKG)_FILE)
$(PKG)_URL := http://www.netlib.org/404
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE