Skip to content
Snippets Groups Projects
Commit eb07fb9c authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/mumps] Drop dependency on (removed) blas package

parent 38076421
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment