Skip to content

Commit 757b436

Browse files
committed
Update conda-recipe for windows
1 parent e525c3f commit 757b436

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

conda-recipe/bld.bat

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
scons -j%CPU_COUNT%
2+
if errorlevel 1 exit 1
3+
scons install prefix=%PREFIX%
4+
if errorlevel 1 exit 1

conda-recipe/meta.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ requirements:
1717
build:
1818
- {{ compiler('cxx') }}
1919
- scons
20-
host:
2120
- libboost {{ boost }}
21+
- python
2222

2323
test:
24-
commands:
25-
- test -f $PREFIX/lib/libObjCryst${SHLIB_EXT}
24+
commands: # [not win]
25+
- test -f $PREFIX/lib/libObjCryst${SHLIB_EXT} # [not win]
2626

2727
about:
2828
home: https://github.com/diffpy/libobjcryst/

0 commit comments

Comments
 (0)