comparison src/openblas.mk @ 4557:91cbefb72c40

* src/openblas.mk: update to v0.2.20, use https
author John D
date Wed, 29 Nov 2017 11:01:36 -0500
parents 0db33a326eec
children a8d8c1a0b573
comparison
equal deleted inserted replaced
4556:0664d54897b4 4557:91cbefb72c40
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 := openblas 4 PKG := openblas
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 0.2.19 6 $(PKG)_VERSION := 0.2.20
7 $(PKG)_CHECKSUM := df4ceb25d2529748ad0f2715e62fefb348477edd 7 $(PKG)_CHECKSUM := a186074145a24823e82c65672dad1cd1ca6fe89c
8 $(PKG)_SUBDIR := OpenBLAS-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := OpenBLAS-$($(PKG)_VERSION)
9 $(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz 9 $(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz
10 $(PKG)_URL := http://github.com/xianyi/OpenBLAS/archive/v$($(PKG)_VERSION).tar.gz 10 $(PKG)_URL := https://github.com/xianyi/OpenBLAS/archive/v$($(PKG)_VERSION).tar.gz
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12
13 $(PKG)_MAKE_OPTS := PREFIX=$(HOST_PREFIX) DYNAMIC_ARCH=1 NO_LAPACK=1 13 $(PKG)_MAKE_OPTS := PREFIX=$(HOST_PREFIX) DYNAMIC_ARCH=1 NO_LAPACK=1
14 14
15 ifeq ($(MXE_NATIVE_BUILD),yes) 15 ifeq ($(MXE_NATIVE_BUILD),yes)