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

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

[Octave-bug-tracker] [bug #60738] logm returning incorrect result with s


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #60738] logm returning incorrect result with some real non-symmetric matrices
Date: Fri, 18 Jun 2021 09:40:37 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48

Follow-up Comment #13, bug #60738 (project octave):

The patch in comment #11 doesn't apply for me. But the gist of it looks
similar to the patch in comment #10.

OT with respect to handling Mercurial repositories:
I've grown to like TortoiseHg for its easy to use GUI. With it, it is quite
straight-forward to see at which revision the repository is and which
changesets are applied on which parents.

I don't know which OS you are using. I'm using Ubuntu. Unfortunately,
TortoiseHg is no longer packaged in that distribution. IIRC, I built it from
sources with the following steps:

mkdir -p ~/Repositories/tortoisehg
cd ~/Repositories/tortoisehg/
hg clone https://foss.heptapod.net/mercurial/tortoisehg/thg -r stable
pip install pyqt5 qscintilla

cd ~/Repositories/tortoisehg/thg/
pip install mercurial --upgrade
make local
sudo python3 setup.py install


The last four lines can be used to install a newer version once in a while
(after updating the repo [in thg]).

I created an icon in the dock (or whatever that bar on the left is called), by
creating the file `~/.local/share/applications/tortoisehg.desktop` with the
following content and adding the corresponding app to favorites:

[Desktop Entry]
Name=TortoiseHG
Exec=/usr/local/bin/thg
Comment=Launch TortoiseHG
Terminal=false
Type=Application
Icon=/usr/local/share/pixmaps/tortoisehg/icons/thg_logo.ico


Most of this was taken from here:
https://askubuntu.com/questions/1182598/how-to-install-tortoisehg-on-ubuntu-19-10

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60738>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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