已合并
software center conda: add packages nco,obspy,onednn,protobuf #979
software center conda: add packages nco,obspy,onednn,protobuf #979
已合并
zhangxinyuehfad创建于 5月11日
9 个文件变更+163-1
@@ -1 +1 @@
1-openEuler-24.03-LTS-SP21+openEuler-24.03-LTS-SP3
@@ -0,0 +1,36 @@
1+name: nco
2+category: hpc
3+channel: conda-forge
4+description: Suite of programs for manipulating NetCDF/HDF4 files.
5+license: BSD-3-Clause
6+homepage: http://nco.sourceforge.net/
7+ 
8+maintainer: zhangxinyuehfad
9+maintainer-email: starmoon_zhang@163.com
10+ 
11+usage: |
12+ 
13+ - 添加Channel
14+ ```
15+ conda config --add channels conda-forge
16+ ```
17+ 
18+ - 创建隔离环境(可选)
19+ ```
20+ conda create -n nco
21+ conda activate nco
22+ ```
23+ 
24+ - 安装软件包
25+ ```
26+ conda install nco
27+ ```
28+ 
29+dependency-channels:
30+ - conda-forge
31+ 
32+upstream:
33+ backend: GitHub
34+ version_scheme: RPM
35+ version_url: nco/nco
36+ version_filter: rc;alpha
@@ -0,0 +1,4 @@
1+24.03-LTS-SP3:
2+ 5.3.9:
3+ - x86_64
4+ - aarch64
@@ -0,0 +1,36 @@
1+name: obspy
2+category: others
3+channel: conda-forge
4+description: ObsPy is an open-source project dedicated to provide a Python framework for processing seismological data. It provides parsers for common file formats, clients to access data centers and seismological signal processing routines which allow the manipulation of seismological time series.
5+license: LGPL-3.0-or-later
6+homepage: https://www.obspy.org/
7+ 
8+maintainer: zhangxinyuehfad
9+maintainer-email: starmoon_zhang@163.com
10+ 
11+usage: |
12+ 
13+ - 添加Channel
14+ ```
15+ conda config --add channels conda-forge
16+ ```
17+ 
18+ - 创建隔离环境(可选)
19+ ```
20+ conda create -n obspy
21+ conda activate obspy
22+ ```
23+ 
24+ - 安装软件包
25+ ```
26+ conda install obspy
27+ ```
28+ 
29+dependency-channels:
30+ - conda-forge
31+ 
32+upstream:
33+ backend: GitHub
34+ version_scheme: RPM
35+ version_url: obspy/obspy
36+ version_filter: rc
@@ -0,0 +1,4 @@
1+24.03-LTS-SP3:
2+ 1.5.0:
3+ - x86_64
4+ - aarch64
@@ -0,0 +1,37 @@
1+name: onednn
2+category: others
3+channel: conda-forge
4+description: oneAPI Deep Neural Network Library (oneDNN) is an open-source cross-platform performance library of basic building blocks for deep learning applications.
5+license: Apache-2.0
6+homepage: https://oneapi-src.github.io/oneDNN/
7+ 
8+maintainer: zhangxinyuehfad
9+maintainer-email: starmoon_zhang@163.com
10+ 
11+usage: |
12+ 
13+ - 添加Channel
14+ ```
15+ conda config --add channels conda-forge
16+ ```
17+ 
18+ - 创建隔离环境(可选)
19+ ```
20+ conda create -n onednn
21+ conda activate onednn
22+ ```
23+ 
24+ - 安装软件包
25+ ```
26+ conda install onednn
27+ ```
28+ 
29+dependency-channels:
30+ - conda-forge
31+ 
32+upstream:
33+ backend: GitHub
34+ version_scheme: RPM
35+ version_url: oneapi-src/oneDNN
36+ version_prefix: v
37+ version_filter: rc
@@ -0,0 +1,4 @@
1+24.03-LTS-SP3:
2+ 3.11.1:
3+ - x86_64
4+ - aarch64
@@ -0,0 +1,37 @@
1+name: protobuf
2+category: others
3+channel: conda-forge
4+description: Protocol buffers are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data—think XML, but smaller, faster, and simpler.
5+license: BSD-3-Clause
6+homepage: https://developers.google.com/protocol-buffers/
7+ 
8+maintainer: zhangxinyuehfad
9+maintainer-email: starmoon_zhang@163.com
10+ 
11+usage: |
12+ 
13+ - 添加Channel
14+ ```
15+ conda config --add channels conda-forge
16+ ```
17+ 
18+ - 创建隔离环境(可选)
19+ ```
20+ conda create -n protobuf
21+ conda activate protobuf
22+ ```
23+ 
24+ - 安装软件包
25+ ```
26+ conda install protobuf
27+ ```
28+ 
29+dependency-channels:
30+ - conda-forge
31+ 
32+upstream:
33+ backend: GitHub
34+ version_scheme: RPM
35+ version_url: protocolbuffers/protobuf
36+ version_prefix: v
37+ version_filter: rc
@@ -0,0 +1,4 @@
1+24.03-LTS-SP3:
2+ 7.35.1:
3+ - x86_64
4+ - aarch64