changeset 4046:4e4f1eaa0aa3

blas.mk: Fix pkg subdir name.
author John W. Eaton <jwe@octave.org>
date Thu, 15 Oct 2015 18:11:34 -0400
parents 9123e634a9d3
children 723ac21042ae
files src/blas.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/blas.mk	Wed Oct 14 16:28:03 2015 -0400
+++ b/src/blas.mk	Thu Oct 15 18:11:34 2015 -0400
@@ -5,7 +5,7 @@
 $(PKG)_IGNORE   :=
 $(PKG)_VERSION  := 3.5.0
 $(PKG)_CHECKSUM := 1ef559f9f03e3bb73faa9d33722229c7ac35730f
-$(PKG)_SUBDIR   := BLAS
+$(PKG)_SUBDIR   := BLAS-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-$($(PKG)_VERSION).tgz
 $(PKG)_URL      := http://www.netlib.org/$(PKG)/$($(PKG)_FILE)
 $(PKG)_URL_2    := ftp://ftp.eq.uc.pt/pub/software/math/netlib/$(PKG)/$($(PKG)_FILE)