annotate src/stable-octave.mk @ 6345:ecc4c238a1ab release octave-release-7.2.0

Update version numbers and build rules for Octave 7.2.0 release. * src/stable-octave.mk: Update version to 7.2.1. * src/release-octave.mk: Update version to 7.2.0. Update checksum and URL for release.
author John W. Eaton <jwe@octave.org>
date Thu, 28 Jul 2022 10:14:53 -0400
parents a09bdc36cc34
children 8fe292548edf
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2939
30a5052213e6 octave-stable: build stable version of Octave
John W. Eaton <jwe@octave.org>
parents:
diff changeset
1 # This file is part of MXE.
30a5052213e6 octave-stable: build stable version of Octave
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2 # See index.html for further information.
30a5052213e6 octave-stable: build stable version of Octave
John W. Eaton <jwe@octave.org>
parents:
diff changeset
3
4748
a6b4355efbd6 new organization for release, stable, and default versions of Octave
John W. Eaton <jwe@octave.org>
parents: 4689
diff changeset
4 ## This set of rules is intended for building the latest sources from
a6b4355efbd6 new organization for release, stable, and default versions of Octave
John W. Eaton <jwe@octave.org>
parents: 4689
diff changeset
5 ## the stable branch of the Octave hg archive. The $(PKG)_URL is
a6b4355efbd6 new organization for release, stable, and default versions of Octave
John W. Eaton <jwe@octave.org>
parents: 4689
diff changeset
6 ## intentionally set to an invalid value. You must create a tar.lz
a6b4355efbd6 new organization for release, stable, and default versions of Octave
John W. Eaton <jwe@octave.org>
parents: 4689
diff changeset
7 ## file from the stable branch of the Octave hg archive separately
a6b4355efbd6 new organization for release, stable, and default versions of Octave
John W. Eaton <jwe@octave.org>
parents: 4689
diff changeset
8 ## and place it in the directory where mxe-octave package sources
a6b4355efbd6 new organization for release, stable, and default versions of Octave
John W. Eaton <jwe@octave.org>
parents: 4689
diff changeset
9 ## are found.
a6b4355efbd6 new organization for release, stable, and default versions of Octave
John W. Eaton <jwe@octave.org>
parents: 4689
diff changeset
10
4633
7450dc38ccb3 stable-octave.mk: Update to work for current stable branch in hg repo.
John W. Eaton <jwe@octave.org>
parents: 4628
diff changeset
11 ## We omit the package checksum so that we don't have to update it
4748
a6b4355efbd6 new organization for release, stable, and default versions of Octave
John W. Eaton <jwe@octave.org>
parents: 4689
diff changeset
12 ## each time the tarball changes.
4540
2a8b5cf2085c allow stable-octave to build from hg
John W. Eaton <jwe@octave.org>
parents: 4488
diff changeset
13
4634
cf208c67ddfa stable-octave.mk: Missing edits from previous change.
John W. Eaton <jwe@octave.org>
parents: 4633
diff changeset
14 PKG := stable-octave
2939
30a5052213e6 octave-stable: build stable version of Octave
John W. Eaton <jwe@octave.org>
parents:
diff changeset
15 $(PKG)_IGNORE :=
6345
ecc4c238a1ab Update version numbers and build rules for Octave 7.2.0 release.
John W. Eaton <jwe@octave.org>
parents: 6257
diff changeset
16 $(PKG)_VERSION := 7.2.1
4748
a6b4355efbd6 new organization for release, stable, and default versions of Octave
John W. Eaton <jwe@octave.org>
parents: 4689
diff changeset
17 $(PKG)_CHECKSUM := ## No checksum
2939
30a5052213e6 octave-stable: build stable version of Octave
John W. Eaton <jwe@octave.org>
parents:
diff changeset
18 $(PKG)_SUBDIR := octave-$($(PKG)_VERSION)
4634
cf208c67ddfa stable-octave.mk: Missing edits from previous change.
John W. Eaton <jwe@octave.org>
parents: 4633
diff changeset
19 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.lz
4748
a6b4355efbd6 new organization for release, stable, and default versions of Octave
John W. Eaton <jwe@octave.org>
parents: 4689
diff changeset
20 $(PKG)_URL := http://not.a.valid.url/$($(PKG)_FILE)
3383
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
21 ifeq ($(USE_SYSTEM_FONTCONFIG),no)
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
22 $(PKG)_FONTCONFIG := fontconfig
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
23 endif
6021
9fdafdf713e3 stable-octave.mk: Add rapidjson to dependencies.
Markus Mützel <markus.muetzel@gmx.de>
parents: 5976
diff changeset
24 $(PKG)_DEPS := blas arpack curl epstool fftw fltk $($(PKG)_FONTCONFIG) ghostscript gl2ps glpk gnuplot graphicsmagick hdf5 lapack libsndfile pcre portaudio pstoedit qhull qrupdate qscintilla rapidjson readline sundials-ida suitesparse texinfo zlib
4245
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents: 4189
diff changeset
25
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents: 4189
diff changeset
26 ifeq ($(ENABLE_QT5),yes)
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents: 4189
diff changeset
27 $(PKG)_DEPS += qt5
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents: 4189
diff changeset
28 else
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents: 4189
diff changeset
29 $(PKG)_DEPS += qt
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents: 4189
diff changeset
30 endif
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents: 4189
diff changeset
31
4779
2612d718f3a5 Only conditionally depend on mesa.
Markus Mützel <markus.muetzel@gmx.de>
parents: 4772
diff changeset
32 ifeq ($(USE_SYSTEM_OPENGL),no)
2612d718f3a5 Only conditionally depend on mesa.
Markus Mützel <markus.muetzel@gmx.de>
parents: 4772
diff changeset
33 $(PKG)_DEPS += mesa
2612d718f3a5 Only conditionally depend on mesa.
Markus Mützel <markus.muetzel@gmx.de>
parents: 4772
diff changeset
34 endif
2612d718f3a5 Only conditionally depend on mesa.
Markus Mützel <markus.muetzel@gmx.de>
parents: 4772
diff changeset
35
4749
ad711297712a stable-octave.mk: handle libxerbla
John W. Eaton <jwe@octave.org>
parents: 4748
diff changeset
36 ifeq ($(MXE_WINDOWS_BUILD),yes)
ad711297712a stable-octave.mk: handle libxerbla
John W. Eaton <jwe@octave.org>
parents: 4748
diff changeset
37 $(PKG)_WITH_BLAS_CONFIGURE_OPTIONS := --with-blas="-lblas -lxerbla"
ad711297712a stable-octave.mk: handle libxerbla
John W. Eaton <jwe@octave.org>
parents: 4748
diff changeset
38 else
4800
ebb6dbbb8b3f synchronize rules for release, stable, and default Octave builds
John W. Eaton <jwe@octave.org>
parents: 4791
diff changeset
39 $(PKG)_WITH_BLAS_CONFIGURE_OPTIONS := --with-blas="-lblas"
3827
02990526ae69 allow building of X11 libs to be disabled
John W. Eaton <jwe@octave.org>
parents: 3807
diff changeset
40 ifeq ($(USE_SYSTEM_X11_LIBS),no)
02990526ae69 allow building of X11 libs to be disabled
John W. Eaton <jwe@octave.org>
parents: 3807
diff changeset
41 $(PKG)_DEPS += x11 xext
02990526ae69 allow building of X11 libs to be disabled
John W. Eaton <jwe@octave.org>
parents: 3807
diff changeset
42 endif
3743
4f58c4b4dee0 build libX11 and dependencies
John W. Eaton <jwe@octave.org>
parents: 3692
diff changeset
43 endif
4633
7450dc38ccb3 stable-octave.mk: Update to work for current stable branch in hg repo.
John W. Eaton <jwe@octave.org>
parents: 4628
diff changeset
44
4189
094981f6f787 octave: make gomp a dependancy for octave
John D
parents: 4163
diff changeset
45 ifeq ($(MXE_SYSTEM),mingw)
094981f6f787 octave: make gomp a dependancy for octave
John D
parents: 4163
diff changeset
46 ifeq ($(USE_SYSTEM_GCC),no)
094981f6f787 octave: make gomp a dependancy for octave
John D
parents: 4163
diff changeset
47 $(PKG)_DEPS += libgomp
094981f6f787 octave: make gomp a dependancy for octave
John D
parents: 4163
diff changeset
48 endif
094981f6f787 octave: make gomp a dependancy for octave
John D
parents: 4163
diff changeset
49 endif
4633
7450dc38ccb3 stable-octave.mk: Update to work for current stable branch in hg repo.
John W. Eaton <jwe@octave.org>
parents: 4628
diff changeset
50
3383
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
51 ifeq ($(ENABLE_JIT),yes)
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
52 $(PKG)_DEPS += llvm
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
53 $(PKG)_ENABLE_JIT_CONFIGURE_OPTIONS := --enable-jit
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
54 else
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
55 $(PKG)_ENABLE_JIT_CONFIGURE_OPTIONS := --disable-jit
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
56 endif
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
57
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
58 ifeq ($(ENABLE_JAVA),no)
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
59 $(PKG)_ENABLE_JAVA_CONFIGURE_OPTIONS := --disable-java
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
60 else
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
61 ifeq ($(MXE_SYSTEM),mingw)
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
62 ifeq ($(MXE_NATIVE_BUILD),no)
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
63 $(PKG)_ENABLE_JAVA_CONFIGURE_OPTIONS := \
3527
b111822b0bf0 stable-octave.mk, octave.mk: Set java include dir, not home dir.
John W. Eaton <jwe@octave.org>
parents: 3519
diff changeset
64 --with-java-includedir="$(HOST_INCDIR)/java"
3383
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
65 endif
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
66 endif
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
67 endif
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
68
3849
e50c777c9a97 explicitly set MOC, UIC, RCC, and LRELEASE for Octave configure commands
John W. Eaton <jwe@octave.org>
parents: 3827
diff changeset
69 ## If we allow the system Qt libraries to be used, then these
e50c777c9a97 explicitly set MOC, UIC, RCC, and LRELEASE for Octave configure commands
John W. Eaton <jwe@octave.org>
parents: 3827
diff changeset
70 ## won't make sense.
e50c777c9a97 explicitly set MOC, UIC, RCC, and LRELEASE for Octave configure commands
John W. Eaton <jwe@octave.org>
parents: 3827
diff changeset
71 $(PKG)_QT_CONFIGURE_OPTIONS := \
4633
7450dc38ccb3 stable-octave.mk: Update to work for current stable branch in hg repo.
John W. Eaton <jwe@octave.org>
parents: 4628
diff changeset
72 MOC_QTVER=$(MXE_MOC) \
7450dc38ccb3 stable-octave.mk: Update to work for current stable branch in hg repo.
John W. Eaton <jwe@octave.org>
parents: 4628
diff changeset
73 UIC_QTVER=$(MXE_UIC) \
7450dc38ccb3 stable-octave.mk: Update to work for current stable branch in hg repo.
John W. Eaton <jwe@octave.org>
parents: 4628
diff changeset
74 RCC_QTVER=$(MXE_RCC) \
7450dc38ccb3 stable-octave.mk: Update to work for current stable branch in hg repo.
John W. Eaton <jwe@octave.org>
parents: 4628
diff changeset
75 LRELEASE_QTVER=$(MXE_LRELEASE)
3849
e50c777c9a97 explicitly set MOC, UIC, RCC, and LRELEASE for Octave configure commands
John W. Eaton <jwe@octave.org>
parents: 3827
diff changeset
76
4245
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents: 4189
diff changeset
77 ifeq ($(ENABLE_QT5),yes)
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents: 4189
diff changeset
78 #$(PKG)_PKG_CONFIG_PATH := "$(HOST_LIBDIR)/pkgconfig"
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents: 4189
diff changeset
79 $(PKG)_PKG_CONFIG_PATH := "$(HOST_PREFIX)/qt5/lib/pkgconfig:$(HOST_LIBDIR)/pkgconfig"
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents: 4189
diff changeset
80 $(PKG)_QTDIR := $(HOST_PREFIX)/qt5
4633
7450dc38ccb3 stable-octave.mk: Update to work for current stable branch in hg repo.
John W. Eaton <jwe@octave.org>
parents: 4628
diff changeset
81 $(PKG)_QT_CONFIGURE_OPTIONS += octave_cv_lib_qscintilla="-lqscintilla2_qt5"
4245
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents: 4189
diff changeset
82 else
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents: 4189
diff changeset
83 $(PKG)_PKG_CONFIG_PATH := "$(HOST_LIBDIR)/pkgconfig"
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents: 4189
diff changeset
84 $(PKG)_QTDIR := $(HOST_PREFIX)
4633
7450dc38ccb3 stable-octave.mk: Update to work for current stable branch in hg repo.
John W. Eaton <jwe@octave.org>
parents: 4628
diff changeset
85 $(PKG)_QT_CONFIGURE_OPTIONS += octave_cv_lib_qscintilla="-lqscintilla2_qt4"
4245
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents: 4189
diff changeset
86 endif
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents: 4189
diff changeset
87
4633
7450dc38ccb3 stable-octave.mk: Update to work for current stable branch in hg repo.
John W. Eaton <jwe@octave.org>
parents: 4628
diff changeset
88
3497
ddaf87b79532 pass --disable-docs to Octave configure script unless ENABLE_DOCS == yes
John W. Eaton <jwe@octave.org>
parents: 3480
diff changeset
89 ifneq ($(ENABLE_DOCS),yes)
ddaf87b79532 pass --disable-docs to Octave configure script unless ENABLE_DOCS == yes
John W. Eaton <jwe@octave.org>
parents: 3480
diff changeset
90 $(PKG)_ENABLE_DOCS_CONFIGURE_OPTIONS := --disable-docs
3383
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
91 endif
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
92
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
93 ifeq ($(MXE_NATIVE_BUILD),yes)
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
94 $(PKG)_CONFIGURE_ENV := LD_LIBRARY_PATH=$(LD_LIBRARY_PATH)
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
95 ifeq ($(ENABLE_64),yes)
4633
7450dc38ccb3 stable-octave.mk: Update to work for current stable branch in hg repo.
John W. Eaton <jwe@octave.org>
parents: 4628
diff changeset
96 $(PKG)_ENABLE_64_CONFIGURE_OPTIONS := --enable-64
7450dc38ccb3 stable-octave.mk: Update to work for current stable branch in hg repo.
John W. Eaton <jwe@octave.org>
parents: 4628
diff changeset
97 else
7450dc38ccb3 stable-octave.mk: Update to work for current stable branch in hg repo.
John W. Eaton <jwe@octave.org>
parents: 4628
diff changeset
98 $(PKG)_ENABLE_64_CONFIGURE_OPTIONS := --disable-64
3383
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
99 endif
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
100 else
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
101 ifeq ($(MXE_SYSTEM),mingw)
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
102 $(PKG)_CROSS_CONFIG_OPTIONS := \
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
103 FLTK_CONFIG='$(BUILD_TOOLS_PREFIX)/bin/$(MXE_TOOL_PREFIX)fltk-config' \
4407
e9b032b9340a octave: cross-compile gnulib time functions correctly (bug #51351)
Mike Miller <mtmiller@octave.org>
parents: 4365
diff changeset
104 gl_cv_func_gettimeofday_clobber=no \
e9b032b9340a octave: cross-compile gnulib time functions correctly (bug #51351)
Mike Miller <mtmiller@octave.org>
parents: 4365
diff changeset
105 gl_cv_func_tzset_clobber=no
3383
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
106 ifeq ($(ENABLE_64),yes)
4633
7450dc38ccb3 stable-octave.mk: Update to work for current stable branch in hg repo.
John W. Eaton <jwe@octave.org>
parents: 4628
diff changeset
107 $(PKG)_ENABLE_64_CONFIGURE_OPTIONS := --enable-64
7450dc38ccb3 stable-octave.mk: Update to work for current stable branch in hg repo.
John W. Eaton <jwe@octave.org>
parents: 4628
diff changeset
108 else
7450dc38ccb3 stable-octave.mk: Update to work for current stable branch in hg repo.
John W. Eaton <jwe@octave.org>
parents: 4628
diff changeset
109 $(PKG)_ENABLE_64_CONFIGURE_OPTIONS := --disable-64
3383
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
110 endif
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
111 endif
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
112 endif
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
113
4633
7450dc38ccb3 stable-octave.mk: Update to work for current stable branch in hg repo.
John W. Eaton <jwe@octave.org>
parents: 4628
diff changeset
114 ifeq ($(ENABLE_FORTRAN_INT64),yes)
7450dc38ccb3 stable-octave.mk: Update to work for current stable branch in hg repo.
John W. Eaton <jwe@octave.org>
parents: 4628
diff changeset
115 $(PKG)_ENABLE_FORTRAN_INT64_CONFIGURE_OPTIONS := F77_INTEGER_8_FLAG=-fdefault-integer-8 ax_blas_f77_func_ok=yes ax_blas_integer_size=8 octave_cv_sizeof_fortran_integer=8
7450dc38ccb3 stable-octave.mk: Update to work for current stable branch in hg repo.
John W. Eaton <jwe@octave.org>
parents: 4628
diff changeset
116 else
7450dc38ccb3 stable-octave.mk: Update to work for current stable branch in hg repo.
John W. Eaton <jwe@octave.org>
parents: 4628
diff changeset
117 $(PKG)_ENABLE_FORTRAN_INT64_CONFIGURE_OPTIONS := ax_blas_f77_func_ok=yes ax_blas_integer_size=4 octave_cv_sizeof_fortran_integer=4
7450dc38ccb3 stable-octave.mk: Update to work for current stable branch in hg repo.
John W. Eaton <jwe@octave.org>
parents: 4628
diff changeset
118 endif
7450dc38ccb3 stable-octave.mk: Update to work for current stable branch in hg repo.
John W. Eaton <jwe@octave.org>
parents: 4628
diff changeset
119
5976
93e18f23ccc9 stable-octave.mk: Use quoted paths for potential spaces after relocation.
Markus Mützel <markus.muetzel@gmx.de>
parents: 5974
diff changeset
120 ifeq ($(MXE_SYSTEM),mingw)
93e18f23ccc9 stable-octave.mk: Use quoted paths for potential spaces after relocation.
Markus Mützel <markus.muetzel@gmx.de>
parents: 5974
diff changeset
121 # This is very similar to CONFIGURE_CPPFLAGS and CONFIGURE_LDFLAGS but with
93e18f23ccc9 stable-octave.mk: Use quoted paths for potential spaces after relocation.
Markus Mützel <markus.muetzel@gmx.de>
parents: 5974
diff changeset
122 # double quoted paths.
93e18f23ccc9 stable-octave.mk: Use quoted paths for potential spaces after relocation.
Markus Mützel <markus.muetzel@gmx.de>
parents: 5974
diff changeset
123 $(PKG)_CONFIGURE_CPPFLAGS := CPPFLAGS='-I"$(HOST_PREFIX)/include"'
93e18f23ccc9 stable-octave.mk: Use quoted paths for potential spaces after relocation.
Markus Mützel <markus.muetzel@gmx.de>
parents: 5974
diff changeset
124 ifeq ($(MXE_USE_LIB64_DIRECTORY),yes)
93e18f23ccc9 stable-octave.mk: Use quoted paths for potential spaces after relocation.
Markus Mützel <markus.muetzel@gmx.de>
parents: 5974
diff changeset
125 $(PKG)_CONFIGURE_LDFLAGS := LDFLAGS='-L"$(HOST_PREFIX)/lib" -L"$(HOST_PREFIX)/lib64"'
93e18f23ccc9 stable-octave.mk: Use quoted paths for potential spaces after relocation.
Markus Mützel <markus.muetzel@gmx.de>
parents: 5974
diff changeset
126 else
93e18f23ccc9 stable-octave.mk: Use quoted paths for potential spaces after relocation.
Markus Mützel <markus.muetzel@gmx.de>
parents: 5974
diff changeset
127 $(PKG)_CONFIGURE_LDFLAGS := LDFLAGS='-L"$(HOST_PREFIX)/lib"'
93e18f23ccc9 stable-octave.mk: Use quoted paths for potential spaces after relocation.
Markus Mützel <markus.muetzel@gmx.de>
parents: 5974
diff changeset
128 endif
93e18f23ccc9 stable-octave.mk: Use quoted paths for potential spaces after relocation.
Markus Mützel <markus.muetzel@gmx.de>
parents: 5974
diff changeset
129 else
93e18f23ccc9 stable-octave.mk: Use quoted paths for potential spaces after relocation.
Markus Mützel <markus.muetzel@gmx.de>
parents: 5974
diff changeset
130 $(PKG)_CONFIGURE_CPPFLAGS := $(CONFIGURE_CPPFLAGS)
93e18f23ccc9 stable-octave.mk: Use quoted paths for potential spaces after relocation.
Markus Mützel <markus.muetzel@gmx.de>
parents: 5974
diff changeset
131 $(PKG)_CONFIGURE_LDFLAGS := $(CONFIGURE_LDFLAGS)
93e18f23ccc9 stable-octave.mk: Use quoted paths for potential spaces after relocation.
Markus Mützel <markus.muetzel@gmx.de>
parents: 5974
diff changeset
132 endif
93e18f23ccc9 stable-octave.mk: Use quoted paths for potential spaces after relocation.
Markus Mützel <markus.muetzel@gmx.de>
parents: 5974
diff changeset
133
93e18f23ccc9 stable-octave.mk: Use quoted paths for potential spaces after relocation.
Markus Mützel <markus.muetzel@gmx.de>
parents: 5974
diff changeset
134
3383
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
135 ifeq ($(MXE_SYSTEM),msvc)
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
136 $(PKG)_PREFIX := '$(HOST_PREFIX)/local/$($(PKG)_SUBDIR)'
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
137 # - Enable atomic refcount (required for QtHandles)
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
138 # - Skip configure test for pow and sqrt, MSVC fails to compile them
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
139 # because it uses intrinsics (with -O2 flag) and bump on the fake
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
140 # "char FUNC()" forward declaration.
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
141 # - Override CFLAGS and CXXFLAGS to disable some warnings.
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
142 $(PKG)_EXTRA_CONFIGURE_OPTIONS := \
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
143 --enable-atomic-refcount \
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
144 ac_cv_func_pow=yes ac_cv_func_sqrt=yes \
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
145 CFLAGS='-O2 -wd4244 -wd4003 -wd4005 -wd4068' \
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
146 CXXFLAGS='-O2 -wd4244 -wd4003 -wd4005 -wd4068'
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
147 else
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
148 $(PKG)_PREFIX := '$(HOST_PREFIX)'
5976
93e18f23ccc9 stable-octave.mk: Use quoted paths for potential spaces after relocation.
Markus Mützel <markus.muetzel@gmx.de>
parents: 5974
diff changeset
149 ifeq ($(MXE_SYSTEM),mingw)
93e18f23ccc9 stable-octave.mk: Use quoted paths for potential spaces after relocation.
Markus Mützel <markus.muetzel@gmx.de>
parents: 5974
diff changeset
150 $(PKG)_EXTRA_CONFIGURE_OPTIONS := \
93e18f23ccc9 stable-octave.mk: Use quoted paths for potential spaces after relocation.
Markus Mützel <markus.muetzel@gmx.de>
parents: 5974
diff changeset
151 LDFLAGS='-Wl,-rpath-link,"$(HOST_LIBDIR)" -L"$(HOST_LIBDIR)" -L"$($(PKG)_QTDIR)/lib"'
93e18f23ccc9 stable-octave.mk: Use quoted paths for potential spaces after relocation.
Markus Mützel <markus.muetzel@gmx.de>
parents: 5974
diff changeset
152 else
93e18f23ccc9 stable-octave.mk: Use quoted paths for potential spaces after relocation.
Markus Mützel <markus.muetzel@gmx.de>
parents: 5974
diff changeset
153 $(PKG)_EXTRA_CONFIGURE_OPTIONS := \
93e18f23ccc9 stable-octave.mk: Use quoted paths for potential spaces after relocation.
Markus Mützel <markus.muetzel@gmx.de>
parents: 5974
diff changeset
154 LDFLAGS='-Wl,-rpath-link,$(HOST_LIBDIR) -L$(HOST_LIBDIR) -L$($(PKG)_QTDIR)/lib'
93e18f23ccc9 stable-octave.mk: Use quoted paths for potential spaces after relocation.
Markus Mützel <markus.muetzel@gmx.de>
parents: 5974
diff changeset
155 endif
3383
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
156 endif
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
157
3646
f38e710f1d95 octave: add --no-x flag when compiling for mingw
John Donoghue <john.donoghue@ieee.org>
parents: 3643
diff changeset
158 ifeq ($(MXE_SYSTEM),mingw)
3647
fc67e3ab9324 fix typo to disable X
John Donoghue <john.donoghue@ieee.org>
parents: 3646
diff changeset
159 $(PKG)_EXTRA_CONFIGURE_OPTIONS += --with-x=no
3646
f38e710f1d95 octave: add --no-x flag when compiling for mingw
John Donoghue <john.donoghue@ieee.org>
parents: 3643
diff changeset
160 endif
f38e710f1d95 octave: add --no-x flag when compiling for mingw
John Donoghue <john.donoghue@ieee.org>
parents: 3643
diff changeset
161
4245
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents: 4189
diff changeset
162 ifeq ($(MXE_NATIVE_MINGW_BUILD),yes)
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents: 4189
diff changeset
163 $(PKG)_EXTRA_CONFIGURE_OPTIONS += ac_cv_search_tputs=-ltermcap
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents: 4189
diff changeset
164 endif
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents: 4189
diff changeset
165
3951
1cab2860069e stable-octave: update to 4.0.0
John W. Eaton <jwe@octave.org>
parents: 3851
diff changeset
166 # if want binary packages and are cross compiling, then we need cross tools enabled
1cab2860069e stable-octave: update to 4.0.0
John W. Eaton <jwe@octave.org>
parents: 3851
diff changeset
167 ifeq ($(ENABLE_BINARY_PACKAGES),yes)
1cab2860069e stable-octave: update to 4.0.0
John W. Eaton <jwe@octave.org>
parents: 3851
diff changeset
168 ifeq ($(MXE_NATIVE_BUILD),no)
1cab2860069e stable-octave: update to 4.0.0
John W. Eaton <jwe@octave.org>
parents: 3851
diff changeset
169 $(PKG)_EXTRA_CONFIGURE_OPTIONS += --enable-cross-tools
1cab2860069e stable-octave: update to 4.0.0
John W. Eaton <jwe@octave.org>
parents: 3851
diff changeset
170 endif
1cab2860069e stable-octave: update to 4.0.0
John W. Eaton <jwe@octave.org>
parents: 3851
diff changeset
171 endif
1cab2860069e stable-octave: update to 4.0.0
John W. Eaton <jwe@octave.org>
parents: 3851
diff changeset
172
2939
30a5052213e6 octave-stable: build stable version of Octave
John W. Eaton <jwe@octave.org>
parents:
diff changeset
173 define $(PKG)_UPDATE
30a5052213e6 octave-stable: build stable version of Octave
John W. Eaton <jwe@octave.org>
parents:
diff changeset
174 echo 'Warning: Updates are temporarily disabled for package octave.' >&2;
30a5052213e6 octave-stable: build stable version of Octave
John W. Eaton <jwe@octave.org>
parents:
diff changeset
175 echo $($(PKG)_VERSION)
30a5052213e6 octave-stable: build stable version of Octave
John W. Eaton <jwe@octave.org>
parents:
diff changeset
176 endef
30a5052213e6 octave-stable: build stable version of Octave
John W. Eaton <jwe@octave.org>
parents:
diff changeset
177
30a5052213e6 octave-stable: build stable version of Octave
John W. Eaton <jwe@octave.org>
parents:
diff changeset
178 define $(PKG)_BUILD
3383
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
179 # jni install
3527
b111822b0bf0 stable-octave.mk, octave.mk: Set java include dir, not home dir.
John W. Eaton <jwe@octave.org>
parents: 3519
diff changeset
180 if [ "$(MXE_SYSTEM)" == "mingw" ] \
b111822b0bf0 stable-octave.mk, octave.mk: Set java include dir, not home dir.
John W. Eaton <jwe@octave.org>
parents: 3519
diff changeset
181 && [ "$(MXE_NATIVE_BUILD)" == "no" ] \
b111822b0bf0 stable-octave.mk, octave.mk: Set java include dir, not home dir.
John W. Eaton <jwe@octave.org>
parents: 3519
diff changeset
182 && [ "$(ENABLE_JAVA)" == "yes" ]; then \
3519
de728273f855 update stable-octave package for 3.8.1-rc1
John W. Eaton <jwe@octave.org>
parents: 3516
diff changeset
183 if [ ! -f $(HOST_INCDIR)/java/jni.h ]; then \
3527
b111822b0bf0 stable-octave.mk, octave.mk: Set java include dir, not home dir.
John W. Eaton <jwe@octave.org>
parents: 3519
diff changeset
184 mkdir -p '$(HOST_INCDIR)/java'; \
5897
8c1cad878da2 Download Java headers from GitHub.
Markus Mützel <markus.muetzel@gmx.de>
parents: 5800
diff changeset
185 $(WGET) -N https://raw.github.com/openjdk/jdk/7b2e99178f7cf41ecd86b2ccfba38ea653e815e7/jdk/src/share/javavm/export/jni.h \
3527
b111822b0bf0 stable-octave.mk, octave.mk: Set java include dir, not home dir.
John W. Eaton <jwe@octave.org>
parents: 3519
diff changeset
186 -O $(HOST_INCDIR)/java/jni.h; \
3516
3b5b776331f1 Only download java .h files if not already available
John Donoghue <john.donoghue@ieee.org>
parents: 3498
diff changeset
187 fi; \
3519
de728273f855 update stable-octave package for 3.8.1-rc1
John W. Eaton <jwe@octave.org>
parents: 3516
diff changeset
188 if [ ! -f $(HOST_INCDIR)/java/win32/jni_md.h ]; then \
3527
b111822b0bf0 stable-octave.mk, octave.mk: Set java include dir, not home dir.
John W. Eaton <jwe@octave.org>
parents: 3519
diff changeset
189 mkdir -p '$(HOST_INCDIR)/java/win32'; \
5897
8c1cad878da2 Download Java headers from GitHub.
Markus Mützel <markus.muetzel@gmx.de>
parents: 5800
diff changeset
190 $(WGET) -N https://raw.github.com/openjdk/jdk/7b2e99178f7cf41ecd86b2ccfba38ea653e815e7/jdk/src/windows/javavm/export/jni_md.h \
3527
b111822b0bf0 stable-octave.mk, octave.mk: Set java include dir, not home dir.
John W. Eaton <jwe@octave.org>
parents: 3519
diff changeset
191 -O $(HOST_INCDIR)/java/win32/jni_md.h; \
3516
3b5b776331f1 Only download java .h files if not already available
John Donoghue <john.donoghue@ieee.org>
parents: 3498
diff changeset
192 fi; \
3383
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
193 fi
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
194
2939
30a5052213e6 octave-stable: build stable version of Octave
John W. Eaton <jwe@octave.org>
parents:
diff changeset
195 mkdir '$(1)/.build'
3383
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
196 cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \
5976
93e18f23ccc9 stable-octave.mk: Use quoted paths for potential spaces after relocation.
Markus Mützel <markus.muetzel@gmx.de>
parents: 5974
diff changeset
197 $($(PKG)_CONFIGURE_CPPFLAGS) \
93e18f23ccc9 stable-octave.mk: Use quoted paths for potential spaces after relocation.
Markus Mützel <markus.muetzel@gmx.de>
parents: 5974
diff changeset
198 $($(PKG)_CONFIGURE_LDFLAGS) \
3013
bcc26ffe9a0f use variable for --host and --build configure arguments
John W. Eaton <jwe@octave.org>
parents: 3012
diff changeset
199 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
3383
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
200 --prefix='$($(PKG)_PREFIX)' \
3807
c6dd0518f31b use --disable-silent-rules for Octave builds
John W. Eaton <jwe@octave.org>
parents: 3791
diff changeset
201 --disable-silent-rules \
3951
1cab2860069e stable-octave: update to 4.0.0
John W. Eaton <jwe@octave.org>
parents: 3851
diff changeset
202 --enable-install-build-logs \
5750
04228fb2b15a Octave: enable "relocate-all" (bug #60413)
Markus Mützel <markus.muetzel@gmx.de>
parents: 5680
diff changeset
203 --enable-relocate-all \
3383
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
204 $($(PKG)_CROSS_CONFIG_OPTIONS) \
4749
ad711297712a stable-octave.mk: handle libxerbla
John W. Eaton <jwe@octave.org>
parents: 4748
diff changeset
205 $($(PKG)_WITH_BLAS_CONFIGURE_OPTIONS) \
3383
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
206 $($(PKG)_ENABLE_64_CONFIGURE_OPTIONS) \
4633
7450dc38ccb3 stable-octave.mk: Update to work for current stable branch in hg repo.
John W. Eaton <jwe@octave.org>
parents: 4628
diff changeset
207 $($(PKG)_ENABLE_FORTRAN_INT64_CONFIGURE_OPTIONS) \
3383
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
208 $($(PKG)_ENABLE_JAVA_CONFIGURE_OPTIONS) \
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
209 $($(PKG)_ENABLE_JIT_CONFIGURE_OPTIONS) \
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
210 $($(PKG)_ENABLE_DOCS_CONFIGURE_OPTIONS) \
3849
e50c777c9a97 explicitly set MOC, UIC, RCC, and LRELEASE for Octave configure commands
John W. Eaton <jwe@octave.org>
parents: 3827
diff changeset
211 $($(PKG)_QT_CONFIGURE_OPTIONS) \
3383
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
212 $($(PKG)_EXTRA_CONFIGURE_OPTIONS) \
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
213 PKG_CONFIG='$(MXE_PKG_CONFIG)' \
4245
e622765c49c7 Update stable-octave package for 4.2.0 release.
John W. Eaton <jwe@octave.org>
parents: 4189
diff changeset
214 PKG_CONFIG_PATH=$($(PKG)_PKG_CONFIG_PATH) \
3383
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
215 && $(CONFIGURE_POST_HOOK)
2939
30a5052213e6 octave-stable: build stable version of Octave
John W. Eaton <jwe@octave.org>
parents:
diff changeset
216
4633
7450dc38ccb3 stable-octave.mk: Update to work for current stable branch in hg repo.
John W. Eaton <jwe@octave.org>
parents: 4628
diff changeset
217 $(MAKE) -C '$(1)/.build/libgnu'
7450dc38ccb3 stable-octave.mk: Update to work for current stable branch in hg repo.
John W. Eaton <jwe@octave.org>
parents: 4628
diff changeset
218
3383
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
219 $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install DESTDIR='$(3)'
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
220
3423
c8e055d83b9f Set start directory to user home (Bug #41220)
John D <john.donoghue@ieee.org>
parents: 3417
diff changeset
221 if [ "x$(MXE_SYSTEM)" == "xmingw" ]; then \
4749
ad711297712a stable-octave.mk: handle libxerbla
John W. Eaton <jwe@octave.org>
parents: 4748
diff changeset
222 $(INSTALL) '$(3)/$(HOST_BINDIR)/libxerbla.dll' '$(3)$(HOST_BINDIR)/libxerbla-octave.dll'; \
3423
c8e055d83b9f Set start directory to user home (Bug #41220)
John D <john.donoghue@ieee.org>
parents: 3417
diff changeset
223 cp '$(1)/.build/src/.libs/octave-gui.exe' '$(3)$(HOST_BINDIR)'; \
5705
1855ad40685a Octave: Copy "octave-svgconvert.exe" to bin directory for mingw target (bug #59546).
Markus Mützel <markus.muetzel@gmx.de>
parents: 5680
diff changeset
224 cp '$(1)/.build/src/.libs/octave-svgconvert.exe' '$(3)$(HOST_BINDIR)'; \
3951
1cab2860069e stable-octave: update to 4.0.0
John W. Eaton <jwe@octave.org>
parents: 3851
diff changeset
225 if [ "x$(ENABLE_BINARY_PACKAGES)" == "xyes" ]; then \
1cab2860069e stable-octave: update to 4.0.0
John W. Eaton <jwe@octave.org>
parents: 3851
diff changeset
226 mkdir -p '$(3)$(BUILD_TOOLS_PREFIX)/bin'; \
1cab2860069e stable-octave: update to 4.0.0
John W. Eaton <jwe@octave.org>
parents: 3851
diff changeset
227 $(INSTALL) '$(1)/.build/src/$(MXE_TOOL_PREFIX)mkoctfile' '$(3)$(BUILD_TOOLS_PREFIX)/bin'; \
1cab2860069e stable-octave: update to 4.0.0
John W. Eaton <jwe@octave.org>
parents: 3851
diff changeset
228 $(INSTALL) '$(1)/.build/src/$(MXE_TOOL_PREFIX)octave-config' '$(3)$(BUILD_TOOLS_PREFIX)/bin'; \
1cab2860069e stable-octave: update to 4.0.0
John W. Eaton <jwe@octave.org>
parents: 3851
diff changeset
229 fi; \
3423
c8e055d83b9f Set start directory to user home (Bug #41220)
John D <john.donoghue@ieee.org>
parents: 3417
diff changeset
230 fi
c8e055d83b9f Set start directory to user home (Bug #41220)
John D <john.donoghue@ieee.org>
parents: 3417
diff changeset
231
3383
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
232 if [ "x$(ENABLE_DOCS)" == "xyes" ]; then \
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
233 $(MAKE) -C '$(1)/.build' -j '$(JOBS)' DESTDIR=$(3) install-pdf install-html; \
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
234 fi
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
235
6dfbea9a9646 Update stable-octave to 3.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
236 # create a file with latest installed octave rev in it
5566
31f2d5949b0e Do not install Octave in separate folder.
Markus Mützel <markus.muetzel@gmx.de>
parents: 5564
diff changeset
237 mkdir -p '$(TOP_BUILD_DIR)/octave'
5286
00a0eac6b6cd eliminate separate WIN_VERSION for Octave installers (bug #57740)
John W. Eaton <jwe@octave.org>
parents: 5283
diff changeset
238 echo "$($(PKG)_VERSION)" > $(TOP_BUILD_DIR)/octave/octave-version
2939
30a5052213e6 octave-stable: build stable version of Octave
John W. Eaton <jwe@octave.org>
parents:
diff changeset
239 endef