Skip to content

Commit e66ee8c

Browse files
committed
bump version, fix buildstring
1 parent 674e746 commit e66ee8c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

recipe/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ build:
2424
script_env:
2525
- BUILD_CUDA=ON # [cuda_compiler_version != "None"]
2626
- BUILD_CUDA=OFF # [cuda_compiler_version == "None"]
27-
string: cuda{{ cuda_compiler_version | replace('.', '') }}_h{{ PKG_HASH }}_{{ PKG_BUILDNUM }} # [cuda_compiler_version != "None"]
28-
string: cpu_h{{ PKG_HASH }}_{{ PKG_BUILDNUM }} # [cuda_compiler_version == "None"]
27+
string: cuda{{ cuda_compiler_version | replace('.', '') }}_py{{ py }}h{{ PKG_HASH }}_{{ PKG_BUILDNUM }} # [cuda_compiler_version != "None"]
28+
string: cpu_py{{ py }}h{{ PKG_HASH }}_{{ PKG_BUILDNUM }} # [cuda_compiler_version == "None"]
2929

3030
source:
3131
path: ..
@@ -43,7 +43,7 @@ requirements:
4343
#- {{ compiler('cuda') }} # [cuda_compiler_version != "None"]
4444
- cuda-compiler ~={{ cuda_compiler_version }} # [cuda_compiler_version != "None"]
4545
host:
46-
- python x.x
46+
- python
4747
- llvm-openmp
4848
- setuptools
4949
- pip

src/Python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include = ["ccpi", "ccpi.*"]
77
"ccpi.filters" = ["*cilreg.*", "*cilregcuda.*"] # cmake libraries
88

99
[project]
10-
version = "24.0.1"
10+
version = "25.0.0"
1111
name = "ccpi-regulariser"
1212
dependencies = ["numpy"]
1313
[project.optional-dependencies]

0 commit comments

Comments
 (0)