diff --git a/pkg.info b/pkg.info index e48df90..943f735 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,10 @@ name: highway description: Performance-portable, length-agnostic SIMD with runtime dispatch version: 1.2.0 +revision: 2 url: https://github.com/google/highway/ license: Apache-2.0,BSD-3-Clause architecture: any -depends: ["gcc"] -make_depends: ["cmake","googletest"] +depends: ["gcc-libs"] +make_depends: ["cmake", "googletest"] type: source