Description
Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [ x] I am running the latest code. Development is very rapid so there are no tagged versions as of now.
- [ x] I carefully followed the README.md.
- [x ] I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
- [x ] I reviewed the Discussions, and have a new bug or useful enhancement to share.
Expected Behavior
To successfully build binaries (full featured build) under Ubuntu 20.04.4 LTS
Current Behavior
Missing package
Environment and Context
- Physical (or virtual) hardware you are using, e.g. for Linux:
$ lscpu
架构: x86_64
CPU 运行模式: 32-bit, 64-bit
字节序: Little Endian
Address sizes: 46 bits physical, 57 bits virtual
CPU: 64
在线 CPU 列表: 0-63
每个核的线程数: 2
每个座的核数: 32
座: 1
NUMA 节点: 1
厂商 ID: GenuineIntel
CPU 系列: 6
型号: 106
型号名称: Intel(R) Xeon(R) Platinum 8369B CPU @ 2.70GHz
- Operating System, e.g. for Linux:
$ uname -a
Linux dsw-42741-88d4b7648-rw8qf 4.19.91-009.ali4000.alios7.x86_64 #1 SMP Mon Jan 25 10:47:38 CST 2021 x86_64 x86_64 x86_64 GNU/Linux
- SDK version, e.g. for Linux:
$ python3 --version
Python 3.7.13
$ make --version
GNU Make 4.2.1
$ g++ --version
g++ (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
Failure Information (for bugs)
"unable to locate the package libclblast-dev" when using apt-get install libclblast-dev
Steps to Reproduce
apt-get install libclblast-dev