octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #48443] Incompatibility between 4.1.0+ and ima


From: ederag
Subject: [Octave-bug-tracker] [bug #48443] Incompatibility between 4.1.0+ and image package
Date: Fri, 8 Jul 2016 22:40:33 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0

Follow-up Comment #8, bug #48443 (project octave):

Thanks for the explanations.

Editing one line in configure.ac is OK,
and can even be automated as
sed -i s/"\[4.1.0+[0-9+]*\]"/"\[4.1.0+`hg id -n`\]"/g configure.ac
before the ./bootstrap step

This is working as expected, and with the following lines in .octaverc,
allows to encapsulate a given development version snapshot together with
packages:

# mind the ~/ 
pkg ("prefix", ["~/octave-pkg/" version], ["~/octave-pkg/" version]);
# ~/ not understood here
pkg ("local_list", ["/home/ederag/.octave_packages_" version]);




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48443>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]