We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9f415 commit 995efa9Copy full SHA for 995efa9
conda-recipe/meta.yaml
@@ -1,14 +1,13 @@
1
package:
2
name: pyobjcryst
3
## Use __conda_version__.txt.
4
- # version: "2.0a0"
5
6
source:
7
# git_url: https://github.com/diffpy/pyobjcryst.git
8
git_url: ..
9
10
build:
11
- preserve_egg_dir: True
+ #preserve_egg_dir: True
12
13
# If this is a new build for the same version, increment the build
14
# number. If you do not include this key, it defaults to 0.
@@ -19,15 +18,15 @@ requirements:
19
18
- python
20
- setuptools
21
- numpy 1.9.2
22
- - libobjcryst 2015.1a1*
+ - libobjcryst 2015.1
23
- boost-all 1.59.0
24
- scons
25
26
run:
27
28
29
- numpy >=1.9.2
30
31
32
33
test:
0 commit comments