[build] type = "cmake" [build.flags] build_dir = "build" configure = [ "-G Ninja", "-DCODE_COVERAGE=OFF", "-DBUILD_TESTS=OFF", "-Wno-dev", "-DCMAKE_POLICY_VERSION_MINIMUM=3.5" ] make-test-vars = [ "-j1" ] [dependencies] build = [ "cmake", "cunit", "ninja" ] runtime = ["zlib-ng"] test = ["nodejs"] [package] description = "C library to read HRTFs if they are stored in the AES69-2015 SOFA format" homepage = "https://github.com/hoene/libmysofa" license = "BSD-3-Clause" name = "libmysofa" version = "1.3.4" [[source]] extract_dir = "$name-$version" url = "https://github.com/hoene/libmysofa.git#v$version"