1 change: 1 addition & 0 deletions 1 ocamlbuild/plan.sh Original file line numberDiff line numberDiff line change @@ -17,6 +17,7 @@ pkg_build_deps=( core/gcc core/make ) pkg_bin_dirs=(bin) do_build() { make configure OCAMLBUILD_PREFIX="${pkg_prefix}" OCAMLBUILD_BINDIR="${...
BLD: replace pkg_resources, prepend numpy include dirs (#2071) Browse files main (#2071) mwtoews committed Jun 24, 2024 Verified 1 parent bada70f commit 5a96269 Showing 2 changed files with 11 additions and 14 deletions. Whitespace Ignore whitespace Split Unified ...
《老友记》钱德勒扮演者死亡案最新进展:五人被起诉 两人已被捕 关注 赞 评论 小伙带83岁爷爷体验拍写真 定格祖孙俩美好瞬间 丹正母子献唱《若是月亮还没来》 网友:被一秒带进大草原 发现运动才上市,终端优惠14万,捷豹路虎成7月库存最高品牌 爸爸养猪二十多年,辛苦一辈子,给我陪嫁一辆奥迪车,婚后努力的我和老公...
在上一篇 《Compose 事件分发(上) 寻找触摸点》中已经介绍,在触摸 compose 组件时,会从根节点开始...
+import{ mkdir }from'mk-dirs/sync'; Usage $pwd# /Users/hello/world$ tree# . import{ mkdir }from'mk-dirs';import{ resolve }from'path';// Async/awaittry{letoutput =awaitmkdir('foo/bar/baz');console.log(output);//=> "/Users/hello/world/foo/bar/baz"}catch(err) {//}// Promises...
const stripDirs = require('strip-dirs'); stripDirs('foo/bar', 1); //=> 'bar' stripDirs('foo/bar/baz', 2); //=> 'bar' stripDirs('foo/././/bar/./', 1); //=> 'bar' stripDirs('foo/bar', 0); //=> 'foo/bar' stripDirs('/foo/bar', 1) // throw an error ...
In the common case where your path entries are directories, pkg_resources will find installed metadata from either .dist-info or .egg-info dirs. When zipimport is used, it only finds .dist-info. I have a simple PR incoming, but here's in...
cmake: respect cflags/libdirs of native pkg-config detections #1893 Sign in to view logs Summary Jobs check-linux check-macos Run details Usage Workflow file Triggered via pull request August 23, 2024 00:47 vszakats synchronize #14652 vszakats:cm-find-cflags-libdirs Status Success ...