comparison src/octave.mk @ 3497:ddaf87b79532

pass --disable-docs to Octave configure script unless ENABLE_DOCS == yes
author John W. Eaton <jwe@octave.org>
date Mon, 03 Feb 2014 18:20:29 -0500
parents 13be64f9f16d
children 0b21a39bc9d4
comparison
equal deleted inserted replaced
3496:3c7b3646d0b3 3497:ddaf87b79532
29 --with-java-includedir="$(HOST_INCDIR)/java" 29 --with-java-includedir="$(HOST_INCDIR)/java"
30 endif 30 endif
31 endif 31 endif
32 endif 32 endif
33 33
34 ifeq ($(ENABLE_DOCS),yes) 34 ifneq ($(ENABLE_DOCS),yes)
35 $(PKG)_ENABLE_DOCS_CONFIGURE_OPTIONS := --enable-docs 35 $(PKG)_ENABLE_DOCS_CONFIGURE_OPTIONS := --disable-docs
36 endif 36 endif
37 37
38 ifeq ($(ENABLE_OPENBLAS),yes) 38 ifeq ($(ENABLE_OPENBLAS),yes)
39 $(PKG)_DEPS += openblas 39 $(PKG)_DEPS += openblas
40 $(PKG)_BLAS_OPTION := --with-blas=openblas 40 $(PKG)_BLAS_OPTION := --with-blas=openblas