File tree 5 files changed +7
-11
lines changed
5 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ install:
39
39
- cmd : appveyor-retry conda.exe update --yes --quiet conda
40
40
41
41
42
- - cmd : appveyor-retry conda.exe install --yes --quiet conda-forge-pinning conda-forge-ci-setup=1.* networkx conda-build
42
+ - cmd : appveyor-retry conda.exe install --yes --quiet conda-forge-pinning conda-forge-ci-setup=1.* networkx conda-build>=3.16
43
43
44
44
- cmd : appveyor-retry run_conda_forge_build_setup
45
45
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ conda clean --lock
40
40
# Ensure that `noarch` exists otherwise `conda` won't think this channel is valid.
41
41
conda index /home/conda/staged-recipes/build_artifacts/noarch
42
42
43
- conda install --yes --quiet conda-forge-ci-setup=1.* conda-forge-pinning networkx conda-build
43
+ conda install --yes --quiet conda-forge-ci-setup=1.* conda-forge-pinning networkx conda-build> =3.16
44
44
source run_conda_forge_build_setup
45
45
46
46
# yum installs anything from a "yum_requirements.txt" file that isn't a blank line or comment.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ echo ""
29
29
echo " Configuring conda."
30
30
conda config --add channels conda-forge
31
31
conda config --set show_channel_urls true
32
- conda install --yes --quiet conda-forge-ci-setup=1.* conda-forge-pinning networkx conda-build
32
+ conda install --yes --quiet conda-forge-ci-setup=1.* conda-forge-pinning networkx conda-build> =3.16
33
33
source run_conda_forge_build_setup
34
34
35
35
# Find the recipes from master in this PR and remove them.
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ SHAREDIR=${PREFIX}/share/camb
5
5
6
6
mkdir -p ${BINDIR} ${SHAREDIR} || true
7
7
cp ${SRC_DIR} /camb ${BINDIR} /
8
- cp ${SRC_DIR} /HighLExtrapTemplate_lenspotentialCls.dat ${SHAREDIR} /
8
+ # cp ${SRC_DIR}/HighLExtrapTemplate_lenspotentialCls.dat ${SHAREDIR}/
Original file line number Diff line number Diff line change @@ -28,16 +28,12 @@ requirements:
28
28
outputs :
29
29
- name : libcamb
30
30
script : install-libcamb.sh
31
- requirements :
32
- build :
33
- - {{ compiler('c') }}
34
- - {{ compiler('cxx') }}
35
- - {{ compiler('fortran') }}
36
- - git
37
- - make
38
31
39
32
- name : camb
40
33
script : install-camb.sh
34
+ requirements :
35
+ run :
36
+ - {{ pin_subpackage('libxgboost', exact=True) }}
41
37
test :
42
38
files :
43
39
- params.ini
You can’t perform that action at this time.
0 commit comments