91 lines
1.6 KiB
JSON
91 lines
1.6 KiB
JSON
|
{
|
||
|
"options": {
|
||
|
"task": "build"
|
||
|
},
|
||
|
"fields": [
|
||
|
{
|
||
|
"field": "src",
|
||
|
"resolve": true,
|
||
|
"relative": true
|
||
|
},
|
||
|
{
|
||
|
"field": "include",
|
||
|
"resolve": true,
|
||
|
"relative": true
|
||
|
},
|
||
|
{
|
||
|
"field": "libraries",
|
||
|
"resolve": false,
|
||
|
"relative": false
|
||
|
},
|
||
|
{
|
||
|
"field": "libpath",
|
||
|
"resolve": true,
|
||
|
"relative": false
|
||
|
}
|
||
|
],
|
||
|
"confs": [
|
||
|
{
|
||
|
"task": "build",
|
||
|
"src": [
|
||
|
"./src/cbrt.c"
|
||
|
],
|
||
|
"include": [
|
||
|
"./include"
|
||
|
],
|
||
|
"libraries": [
|
||
|
"-lm"
|
||
|
],
|
||
|
"libpath": [],
|
||
|
"dependencies": [
|
||
|
"@stdlib/math/base/napi/unary",
|
||
|
"@stdlib/math/base/assert/is-nan",
|
||
|
"@stdlib/math/base/assert/is-infinite",
|
||
|
"@stdlib/number/float64/base/from-words",
|
||
|
"@stdlib/number/float64/base/get-high-word",
|
||
|
"@stdlib/number/float64/base/set-high-word"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"task": "benchmark",
|
||
|
"src": [
|
||
|
"./src/cbrt.c"
|
||
|
],
|
||
|
"include": [
|
||
|
"./include"
|
||
|
],
|
||
|
"libraries": [
|
||
|
"-lm"
|
||
|
],
|
||
|
"libpath": [],
|
||
|
"dependencies": [
|
||
|
"@stdlib/math/base/assert/is-nan",
|
||
|
"@stdlib/math/base/assert/is-infinite",
|
||
|
"@stdlib/number/float64/base/from-words",
|
||
|
"@stdlib/number/float64/base/get-high-word",
|
||
|
"@stdlib/number/float64/base/set-high-word"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"task": "examples",
|
||
|
"src": [
|
||
|
"./src/cbrt.c"
|
||
|
],
|
||
|
"include": [
|
||
|
"./include"
|
||
|
],
|
||
|
"libraries": [
|
||
|
"-lm"
|
||
|
],
|
||
|
"libpath": [],
|
||
|
"dependencies": [
|
||
|
"@stdlib/math/base/assert/is-nan",
|
||
|
"@stdlib/math/base/assert/is-infinite",
|
||
|
"@stdlib/number/float64/base/from-words",
|
||
|
"@stdlib/number/float64/base/get-high-word",
|
||
|
"@stdlib/number/float64/base/set-high-word"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|