diff options
| author | David Kühling <dvdkhlng@gmx.de> | 2011-01-02 16:52:41 +0100 |
|---|---|---|
| committer | David Kühling <dvdkhlng@gmx.de> | 2011-01-02 16:52:41 +0100 |
| commit | e013ed5a3b5ec0a3d6d99e7716a02be42e0aedf9 (patch) | |
| tree | e82360d513cdaaa9b33418b1fc0f657da3a7a885 /octave/Makefile | |
| parent | 9aaeb4623d3ff5746e665bc17914eefd292b7dcd (diff) | |
| download | qipackages-fork-e013ed5a3b5ec0a3d6d99e7716a02be42e0aedf9.tar.gz | |
octave: add dependency to fortran runtime lib
Diffstat (limited to 'octave/Makefile')
| -rw-r--r-- | octave/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/octave/Makefile b/octave/Makefile index 89e3ec9..e24d0fe 100644 --- a/octave/Makefile +++ b/octave/Makefile @@ -27,7 +27,7 @@ define Package/octave/Default SUBMENU:=Octave SECTION:=lang CATEGORY:=Languages - DEPENDS:= +libltdl +zlib +libpcre +libncurses +libreadline \ + DEPENDS:= +libltdl +zlib +libpcre +libncurses +libreadline +libgfortran \ +octave-data #+fftw3 #+GraphicsMagick @@ -69,6 +69,7 @@ endef # fftw contains a lots of code. not much use for soft-float anyways. try to # keep memory low and go without fftw (using smaller fftpack instead). # todo: verify how much RAM that actually safes +# todo : need -enable-rpath? CONFIGURE_ARGS += --without-x --without-fftw #MAKE_FLAGS += "LD=$(TARGET_CROSS)gcc -nostdlib" @@ -77,7 +78,7 @@ define Build/Configure endef define Build/Compile - $(call Build/Compile/Default,-j3) + $(call Build/Compile/Default,-j2) endef define Build/Install |
