We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e525c3f commit 757b436Copy full SHA for 757b436
conda-recipe/bld.bat
@@ -0,0 +1,4 @@
1
+scons -j%CPU_COUNT%
2
+if errorlevel 1 exit 1
3
+scons install prefix=%PREFIX%
4
conda-recipe/meta.yaml
@@ -17,12 +17,12 @@ requirements:
17
build:
18
- {{ compiler('cxx') }}
19
- scons
20
- host:
21
- libboost {{ boost }}
+ - python
22
23
test:
24
- commands:
25
- - test -f $PREFIX/lib/libObjCryst${SHLIB_EXT}
+ commands: # [not win]
+ - test -f $PREFIX/lib/libObjCryst${SHLIB_EXT} # [not win]
26
27
about:
28
home: https://github.com/diffpy/libobjcryst/
0 commit comments