comparison src/blas.mk @ 4045:9123e634a9d3

JDD: update blas 3.5.0 * src/blas.mk: update version, checksum
author John Donoghue
date Wed, 14 Oct 2015 16:28:03 -0400
parents 13be64f9f16d
children 4e4f1eaa0aa3
comparison
equal deleted inserted replaced
4044:4542697f6c8f 4045:9123e634a9d3
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 := blas 4 PKG := blas
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1 6 $(PKG)_VERSION := 3.5.0
7 $(PKG)_CHECKSUM := a643b737c30a0a5b823e11e33c9d46a605122c61 7 $(PKG)_CHECKSUM := 1ef559f9f03e3bb73faa9d33722229c7ac35730f
8 $(PKG)_SUBDIR := BLAS 8 $(PKG)_SUBDIR := BLAS
9 $(PKG)_FILE := $(PKG).tgz 9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tgz
10 $(PKG)_URL := http://www.netlib.org/$(PKG)/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.netlib.org/$(PKG)/$($(PKG)_FILE)
11 $(PKG)_URL_2 := ftp://ftp.eq.uc.pt/pub/software/math/netlib/$(PKG)/$($(PKG)_FILE) 11 $(PKG)_URL_2 := ftp://ftp.eq.uc.pt/pub/software/math/netlib/$(PKG)/$($(PKG)_FILE)
12 $(PKG)_DEPS := 12 $(PKG)_DEPS :=
13 13
14 ifeq ($(ENABLE_64),yes) 14 ifeq ($(ENABLE_64),yes)