compiling arrayfire examples: undefined reference to cungtsqr_row_

Bug #1972757 reported by 3t0g0
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
arrayfire (Ubuntu)
New
Undecided
Unassigned

Bug Description

>lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04 LTS
Release: 22.04
Codename: jammy

>uname -a
Linux jc-acer 5.15.0-27-generic #28-Ubuntu SMP Thu Apr 14 04:55:28 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
>sudo apt install libarrayfire-*-dev libarrayfire-doc
>cp /usr/share/doc/libarrayfire-doc/examples/ . -Rf
>cd examples
>mkdir build
>cd build
>cmake ..
>make
Consolidate compiler generated dependencies of target example_blas_cpu
[ 0%] Linking CXX executable benchmarks/blas_cpu
/usr/bin/ld: /lib/x86_64-linux-gnu/liblapacke.so.3: undefined reference to `cungtsqr_row_'
/usr/bin/ld: /lib/x86_64-linux-gnu/liblapacke.so.3: undefined reference to `zungtsqr_row_'
/usr/bin/ld: /lib/x86_64-linux-gnu/liblapacke.so.3: undefined reference to `dgetsqrhrt_'
/usr/bin/ld: /lib/x86_64-linux-gnu/liblapacke.so.3: undefined reference to `sgetsqrhrt_'
/usr/bin/ld: /lib/x86_64-linux-gnu/liblapacke.so.3: undefined reference to `dorgtsqr_row_'
/usr/bin/ld: /lib/x86_64-linux-gnu/liblapacke.so.3: undefined reference to `sorgtsqr_row_'
/usr/bin/ld: /lib/x86_64-linux-gnu/liblapacke.so.3: undefined reference to `zgetsqrhrt_'
/usr/bin/ld: /lib/x86_64-linux-gnu/liblapacke.so.3: undefined reference to `cgetsqrhrt_'
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/example_blas_cpu.dir/build.make:98: benchmarks/blas_cpu] Error 1
make[1]: *** [CMakeFiles/Makefile2:375: CMakeFiles/example_blas_cpu.dir/all] Error 2
make: *** [Makefile:91: all] Error 2

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.