Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37729390
en ru br
Репозитории ALT

Группа :: Науки/Математика
Пакет: octave-vibes

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: build-against-octave-6.patch
Скачать


Description: Fix FTBFS against Octave 6.1
 Use iscellstr method instead of deprecated is_cellstr.
Author: Rafael Laboissiц╗re <rafael@debian.org>
Bug-Debian: https://bugs.debian.org/976385
Forwarded: https://savannah.gnu.org/bugs/index.php?59376
Last-Update: 2020-12-07
--- octave-vibes-0.2.0.orig/src/__vibes__.cpp
+++ octave-vibes-0.2.0/src/__vibes__.cpp
@@ -127,7 +127,7 @@ void axisLabels (const octave_value_list
   __assertDrawing__ ();
   std::vector<std::string> labels;
   std::string figureName;
-  if (args(0).is_cellstr ())
+  if (args(0).iscellstr ())
     {
       // The first argument is a cellstr: use its contents as labels
       const Array<std::string> cellstr = args(0).cellstr_value ();
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin