From eb07fb9cac3662fc321ba7b6d4d978109a3e5fc7 Mon Sep 17 00:00:00 2001
From: Anthony Mallet <anthony.mallet@laas.fr>
Date: Tue, 4 Apr 2017 16:00:26 +0200
Subject: [PATCH] [wip/mumps] Drop dependency on (removed) blas package

---
 mumps/Makefile | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/mumps/Makefile b/mumps/Makefile
index 8335be82..81c69cc8 100644
--- a/mumps/Makefile
+++ b/mumps/Makefile
@@ -21,16 +21,10 @@ LIBRARY_DIRS.lapack=	lib
 RPATH_DIRS.lapack=	lib
 LDFLAGS.lapack=		-llapack
 
-INCLUDE_DIRS.blas=	include
-LIBRARY_DIRS.blas=	lib
-RPATH_DIRS.blas=	lib
-LDFLAGS.blas=		-lblas
-
 # require f90 compiler
 DEPEND_ABI.gcc-fortran+=	gcc-fortran>=4
 
 include ../../math/lapack/depend.mk
-include ../../math/blas/depend.mk
 include ../../mk/sysdep/autoconf.mk
 include ../../mk/sysdep/automake.mk
 include ../../mk/language/c.mk
-- 
GitLab