]> git.pld-linux.org Git - packages/octave.git/blob - octdirs.patch
- note that octave 6.4 is not ready for sundials 6.x
[packages/octave.git] / octdirs.patch
1 --- octave-4.4.1/configure.ac.orig      2022-12-13 19:12:53.565609102 +0100
2 +++ octave-4.4.1/configure.ac   2022-12-13 19:58:22.644157748 +0100
3 @@ -91,7 +91,7 @@ AC_SUBST(config_opts)
4  
5  ## Where to install libraries like liboctave.a, liboctinterp.a, and other
6  ## architecture-dependent binaries.
7 -OCTAVE_SET_DEFAULT([octlibdir], '${libdir}/octave/${version}')
8 +OCTAVE_SET_DEFAULT([octlibdir], '${libdir}')
9  
10  ## Where to put executables to be run by Octave, rather than the user.
11  ## This path usually includes the Octave version and configuration name, so
12 @@ -130,7 +130,7 @@ OCTAVE_SET_DEFAULT([localveroctfiledir],
13    '${libdir}/octave/${version}/site/oct/${canonical_host_type}')
14  
15  ## Where to install Octave's include files.
16 -OCTAVE_SET_DEFAULT([octincludedir], '${includedir}/octave-${version}/octave')
17 +OCTAVE_SET_DEFAULT([octincludedir], '${includedir}/octave')
18  
19  ## Where to install the function files distributed with Octave.
20  ## This includes the Octave version, so that the function files for different
This page took 0.066849 seconds and 3 git commands to generate.