Skip to content

Commit 86fc0e3

Browse files
committed
try oldkernel
1 parent d1950cf commit 86fc0e3

4 files changed

Lines changed: 11 additions & 7 deletions

File tree

.github/workflows/conda.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
python-version: 3.11
2626
environment-file: recipe/env.yaml
2727
# use-mamba: true
28+
- name: Install tools
29+
run: |
30+
apt-get install -y git
2831
- name: Build recipe
2932
run: |
3033
conda info
@@ -43,7 +46,7 @@ jobs:
4346
build-oldkernel:
4447
runs-on: ubuntu-latest
4548
container:
46-
image: centos:7.6.1810
49+
image: debian:9
4750
defaults:
4851
run:
4952
shell: bash -l {0}
@@ -57,6 +60,9 @@ jobs:
5760
python-version: 3.11
5861
environment-file: recipe_oldkern/env.yaml
5962
# use-mamba: true
63+
- name: Install tools
64+
run: |
65+
apt-get install -y git
6066
- name: Build recipe
6167
run: |
6268
conda info

recipe/conda_build_config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
python:
22
- 3.11
33
c_stdlib_version:
4-
- 2.17
5-
rust_compiler_version:
6-
- 1.89
4+
- 2.28

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ requirements:
9595
- geometric
9696
- simple-dftd3
9797
- dftd4
98-
- sysroot_linux-64 2.17
98+
# - sysroot_linux-64 2.17
9999
# host:
100100
# #- python
101101
# #- pip

recipe_oldkern/conda_build_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ python:
22
- 3.11
33
c_stdlib_version:
44
- 2.17
5-
rust_compiler_version:
6-
- 1.89
5+
# rust_compiler_version:
6+
# - 1.89

0 commit comments

Comments
 (0)