Skip to content

Commit 995efa9

Browse files
committed
Bump-up libobjcryst version in conda recipe.
Also no need to preserve_egg_dir, this is not a namespace package.
1 parent fe9f415 commit 995efa9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

conda-recipe/meta.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
package:
22
name: pyobjcryst
33
## Use __conda_version__.txt.
4-
# version: "2.0a0"
54

65
source:
76
# git_url: https://github.com/diffpy/pyobjcryst.git
87
git_url: ..
98

109
build:
11-
preserve_egg_dir: True
10+
#preserve_egg_dir: True
1211

1312
# If this is a new build for the same version, increment the build
1413
# number. If you do not include this key, it defaults to 0.
@@ -19,15 +18,15 @@ requirements:
1918
- python
2019
- setuptools
2120
- numpy 1.9.2
22-
- libobjcryst 2015.1a1*
21+
- libobjcryst 2015.1
2322
- boost-all 1.59.0
2423
- scons
2524

2625
run:
2726
- python
2827
- setuptools
2928
- numpy >=1.9.2
30-
- libobjcryst 2015.1a1*
29+
- libobjcryst 2015.1
3130
- boost-all 1.59.0
3231

3332
test:

0 commit comments

Comments
 (0)