Skip to content

Commit bbef9c2

Browse files
authored
* Added build-essential deps for jemalloc, gh action fix, enable openmp-rt for install-llvm
1 parent 7ed077e commit bbef9c2

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

script/get-generic-sys-util/meta.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,17 @@ variations:
7474
state:
7575
coreutils:
7676
brew: coreutils
77+
build-essential:
78+
env:
79+
MLC_SYS_UTIL_NAME: build-essential
80+
MLC_SYS_UTIL_VERSION_CMD: make --version
81+
MLC_SYS_UTIL_VERSION_RE: GNU Make ([\d.]+)
82+
MLC_TMP_VERSION_DETECT_GROUP_NUMBER: 1
83+
new_env_keys:
84+
- MLC_MAKE_VERSION
85+
state:
86+
build-essential:
87+
apt: build-essential
7788
cmake:
7889
env:
7990
MLC_SYS_UTIL_NAME: cmake

script/get-lib-jemalloc/meta.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ deps:
2222
- jemalloc-repo
2323
extra_cache_tags: jemalloc,repo,jemalloc-repo
2424
- tags: get,generic-sys-util,_autoconf
25+
- tags: get,generic-sys-util,_build-essential
26+
env:
27+
MLC_GENERIC_SYS_UTIL_IGNORE_MISSING_PACKAGE: on
2528
new_env_keys:
2629
- MLC_JEMALLOC_PATH
2730
- MLC_JEMALLOC_LIB_PATH

0 commit comments

Comments
 (0)