darmac
darmac
build bcache-tools faild at version: 1.0.8 log: ``` /tmp/root/spack-stage/spack-stage-bcache-1.0.8-tnsdfcsyjb6kbe5yraubcegcuk237xuy/spack-src/bcache-super-show.c:117: undefined reference to `crc64' collect2: error: ld returned 1 exit status make: *** [: bcache-super-show] Error 1 make: *** Waiting for...
I found `abi-dumper` and `abi-compliance-checker` are depend on each other. So how can we break the cyclic dependency?
Is there any aarch64 config file under bin/ ? we want to use it in aarch64 environment. bin/下面能够提供一些aarch64架构的配置文件吗? 我们想在arm环境下使用此软件.
build.sh中写死了编译架构. 能否通过自动识别单板架构支持aarch64呢? ``` CGO_ENABLED=0 GOOS=$mode GOARCH=amd64 go build ./Bifrost.go ```
I want use it on my aarch64(arm64) platform. It means I must use `SSE2NEON.h` instead of `emmintrin.h` in `ksw.c`. and the arm version gcc cannot use "-mpopcnt" and "-mssse3". So...