Skip to content

Commit be66030

Browse files
committed
Update windows build config. Use vs2019 so conda build works. version 2.2.3
1 parent f88e2df commit be66030

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

conda-recipe/bld.bat

Lines changed: 0 additions & 4 deletions
This file was deleted.

conda-recipe/conda_build_config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ zip_keys:
2424
libobjcryst:
2525
- 2022.1
2626

27+
c_compiler: # [win]
28+
- vs2019 # [win]
29+
cxx_compiler: # [win]
30+
- vs2019 # [win]
2731

2832
pin_run_as_build:
2933
boost: x.x

conda-recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ requirements:
2525
host:
2626
- python
2727
- pip
28-
- numpy
29-
- libobjcryst 2022.1.1
28+
- numpy {{ numpy }}
29+
- libobjcryst 2022.1.2
3030
- boost {{ boost }}
3131

3232
run:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# Use this version when git data are not available as in a git zip archive.
2222
# Update when tagging a new release.
23-
FALLBACK_VERSION = '2.2.2'
23+
FALLBACK_VERSION = '2.2.3'
2424

2525
# define extension arguments here
2626
ext_kws = {

0 commit comments

Comments
 (0)