summaryrefslogtreecommitdiffstats
path: root/src/blas.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-11-21 01:10:35 (GMT)
committerTony Theodore <tonyt@logyst.com>2017-11-21 01:10:35 (GMT)
commit0c0f60a58063afc14abda9fc65a7bb54cf2bcaf7 (patch)
tree465edea22ecd795a8371768a1ff09b684d0b5517 /src/blas.mk
parente983597b0e45489b10fbea45ebaafbe288f89c2c (diff)
downloadmxe-0c0f60a58063afc14abda9fc65a7bb54cf2bcaf7.zip
mxe-0c0f60a58063afc14abda9fc65a7bb54cf2bcaf7.tar.gz
mxe-0c0f60a58063afc14abda9fc65a7bb54cf2bcaf7.tar.bz2
blas etc.: disable reference packages
Diffstat (limited to 'src/blas.mk')
-rw-r--r--src/blas.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/blas.mk b/src/blas.mk
index c379bdf..4ca11a2 100644
--- a/src/blas.mk
+++ b/src/blas.mk
@@ -8,13 +8,16 @@ $(PKG)_CHECKSUM := ef7d775d380f255d1902bce374ff7c8a594846454fcaeae552292168af1ac
$(PKG)_SUBDIR := BLAS-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tgz
$(PKG)_URL := http://www.netlib.org/$(PKG)/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc
+$(PKG)_DEPS := gcc openblas
+
+$(PKG)_MESSAGE :=*** blas has been replaced by openblas ***
define $(PKG)_UPDATE
- echo 1
+ echo 'Warning: blas has been replaced by openblas' >&2;
+ echo $(blas_VERSION)
endef
-define $(PKG)_BUILD
+define $(PKG)_DISABLED_BUILD
$(MAKE) -C '$(1)' -j '$(JOBS)' \
FORTRAN='$(TARGET)-gfortran' \
RANLIB='$(TARGET)-ranlib' \