summaryrefslogtreecommitdiffstats
path: root/src/cblas.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/cblas.mk
parente983597b0e45489b10fbea45ebaafbe288f89c2c (diff)
downloadmxe-0c0f60a58063afc14abda9fc65a7bb54cf2bcaf7.zip
mxe-0c0f60a58063afc14abda9fc65a7bb54cf2bcaf7.tar.gz
mxe-0c0f60a58063afc14abda9fc65a7bb54cf2bcaf7.tar.bz2
blas etc.: disable reference packages
Diffstat (limited to 'src/cblas.mk')
-rw-r--r--src/cblas.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/cblas.mk b/src/cblas.mk
index 91e8918..89d4109 100644
--- a/src/cblas.mk
+++ b/src/cblas.mk
@@ -9,13 +9,16 @@ $(PKG)_SUBDIR := CBLAS
$(PKG)_FILE := $(PKG).tgz
$(PKG)_URL := http://www.netlib.org/blas/blast-forum/$($(PKG)_FILE)
$(PKG)_URL_2 := https://ftp.eq.uc.pt/software/math/netlib/blas/blast-forum/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc blas
+$(PKG)_DEPS := gcc openblas
+
+$(PKG)_MESSAGE :=*** cblas has been replaced by openblas ***
define $(PKG)_UPDATE
- echo 1
+ echo 'Warning: cblas has been replaced by openblas' >&2;
+ echo $(cblas_VERSION)
endef
-define $(PKG)_BUILD
+define $(PKG)_DISABLED_BUILD
$(SED) -i 's, make , $(MAKE) ,g' '$(1)/Makefile'
$(MAKE) -C '$(1)' -j '$(JOBS)' \
CBDIR='$(1)' \