Sy.Krizel

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Node list not showing up in hark #836
    Sy.Krizel
    Moderator

      Hello,

      Thank you for your inquiry.

      Have you tried adding the nodes in the preferences ?
      If not, please follow the steps below:
      1. Click Preferences
      2. Click Packages
      3. Select the node references that you need from the list

      Best Regards,
      HARK Support

      in reply to: Problems with installation from source compilation #833
      Sy.Krizel
      Moderator

        Hello.

        We have found out that the cause of the error is a bug in the cblas.h file in the libopenblas-dev package.
        As a workaround, this package needs to be purged first before building hark-core.
        Please try the commands below.

        
        cd hark-core-*.*.*
        mkdir build
        cd build
        sudo apt purge libopenblas-dev
        cmake -DENABLE_RASP24=OFF -DENABLE_WS=OFF ..
        make
        sudo make install
        sudo apt install libopenblas-dev
        

        Also, the installation instructions has been updated.
        Please see it for reference.

        Best Regards,
        HARK Support Team

      Viewing 2 posts - 1 through 2 (of 2 total)