Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-kan authored Mar 21, 2024
1 parent 6354cf3 commit ecefef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $(dirname $SCC_SETUP_ENV)/init-env.sh v0.21.2

# 从 spack 官方镜像下载一个预编译的编译器,重新源码自编译一遍作为默认编译器
# see <https://cache.spack.io/package/v0.21.2/gcc/specs/>
$(dirname $SCC_SETUP_ENV)/init-default-compiler.sh "builtin.gcc@12.3.0 target=x86_64_v3 os=ubuntu22.04" "gcc@12.3.0%gcc@12.3.0" "gcc@12.3.0"
$(dirname $SCC_SETUP_ENV)/init-default-compiler.sh "builtin.gcc@12.3.0 target=x86_64_v3 os=ubuntu22.04" "gcc@12.3.0%gcc@12.3.0+binutils" "gcc@12.3.0"
```

### 集成进已有的 spack 环境
Expand Down
1 change: 1 addition & 0 deletions packages/py-vl-convert-python/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ class PyVlConvertPython(PythonPackage):
depends_on("py-maturin@1.1:1", type="build")

depends_on("cmake", type="build") # some rust dependencies need this
depends_on("protobuf", type="build") # rust dependency prost need this

0 comments on commit ecefef9

Please sign in to comment.