Skip to content

Commit ee36d73

Browse files
committed
conda updates
1 parent 1173b58 commit ee36d73

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ or the most current version using git. For more information, see
3737

3838
* **hfst-3.15** or greater,
3939
* **python-3.5** or greater,
40-
* **libhfst-python**,
40+
* **hfst-python**,
4141
* **C++** compiler and **libtool**
4242
* GNU **autoconf-2.64**, **automake-1.12**; compatible **pkg-config**
4343
implementation
@@ -96,6 +96,9 @@ pip install omorfi
9696
conda install -c flammie omorfi
9797
```
9898

99+
**NB: since conda does not have new version of hfst buildable with recent
100+
pythons or something, only older versions are available on conda.**
101+
99102
### Docker
100103

101104
It is possible to use omorfi with a ready-made docker container, there is a
@@ -174,8 +177,9 @@ participate, read further information in
174177
* Issues and problems may be filed in [our github issue
175178
tracker](https://github.com/flammie/omorfi/issues), including support
176179
questions
177-
* [IRC channel #omorfi on OFTC](irc://OFTC/#omorfi) is particularly good
178-
for live chat for support questions, suggestions and discussions
180+
* [Matrix channel omorfi](https://matrix.to/#/#omorfi:matrix.org) is
181+
particularly good for live chat for support questions, suggestions and
182+
discussions
179183
* [omorfi-devel mailing
180184
list](https://groups.google.com/forum/#!forum/omorfi-devel) is good for longer
181185
more involved discussions

src/python/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{% set name = "omorfi" %}
2-
{% set version = "0.9.9" %}
2+
{% set version = "0.9.10" %}
33

44
package:
55
name: "{{ name|lower }}"
66
version: "{{ version }}"
77

88
source:
99
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
10-
sha256: c4f8bc269473712d9f450e571d6c8e0534e3f589f0a11834d04f3a5c54516534
10+
sha256: a04ec0028f3b404651743556c3790677f33a2820cf2b4b1103cbf1790b9edb1d
1111

1212
build:
1313
number: 0
14-
script: "{{ PYTHON }} -m pip install . -vv"
14+
script: "{{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation"
1515

1616
requirements:
1717
host:

0 commit comments

Comments
 (0)