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

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

[Octave-bug-tracker] [bug #62349] [octave forge] (parallel) installation


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #62349] [octave forge] (parallel) installation fails with missing num_processors
Date: Sat, 2 Jul 2022 07:34:06 -0400 (EDT)

Update of bug #62349 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #2:

I observe the same issue installing the parallel package for a self built
Octave 7.1 on Ubuntu 20.04. 
Applying @morgawr's patch on the released archive fixed the issue for me. 
Here is the procedure I followed:


## Download the parallel package and the patch to e.g. ~/Downloads
cd ~/Downloads
tar -xvzf parallel-4.0.1.tar.gz
cd parallel-4.0.1
patch -p1 < ../parallel-4.0.1.patch
cd ..
tar -czvf parallel-4.0.1.tar.gz ./parallel-4.0.1
octave --eval "pkg install ./parallel-4.0.1.tar.gz"


CC'ing the maintainer of the package.


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
Message posté via Savannah
https://savannah.gnu.org/




reply via email to

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