comparison src/stable-octave.mk @ 4189:094981f6f787

octave: make gomp a dependancy for octave * src/default-octave.mk: add libgomp * src/stable-octave.mk: add libgomp * src/octave.mk: add libgomp
author John D
date Mon, 22 Aug 2016 14:19:58 -0400
parents d91d92853b36
children e622765c49c7
comparison
equal deleted inserted replaced
4188:1fdd3ed2e0af 4189:094981f6f787
13 endif 13 endif
14 $(PKG)_DEPS := blas arpack curl epstool fftw fltk $($(PKG)_FONTCONFIG) ghostscript gl2ps glpk gnuplot graphicsmagick hdf5 lapack libsndfile osmesa pcre portaudio pstoedit qrupdate qscintilla qt readline suitesparse texinfo zlib 14 $(PKG)_DEPS := blas arpack curl epstool fftw fltk $($(PKG)_FONTCONFIG) ghostscript gl2ps glpk gnuplot graphicsmagick hdf5 lapack libsndfile osmesa pcre portaudio pstoedit qrupdate qscintilla qt readline suitesparse texinfo zlib
15 ifeq ($(MXE_WINDOWS_BUILD),no) 15 ifeq ($(MXE_WINDOWS_BUILD),no)
16 ifeq ($(USE_SYSTEM_X11_LIBS),no) 16 ifeq ($(USE_SYSTEM_X11_LIBS),no)
17 $(PKG)_DEPS += x11 xext 17 $(PKG)_DEPS += x11 xext
18 endif
19 endif
20 ifeq ($(MXE_SYSTEM),mingw)
21 ifeq ($(USE_SYSTEM_GCC),no)
22 $(PKG)_DEPS += libgomp
18 endif 23 endif
19 endif 24 endif
20 ifeq ($(ENABLE_64),no) 25 ifeq ($(ENABLE_64),no)
21 $(PKG)_DEPS += qhull 26 $(PKG)_DEPS += qhull
22 endif 27 endif