Skip to content

Commit

Permalink
conda updates
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Aug 8, 2024
1 parent 1173b58 commit ee36d73
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ or the most current version using git. For more information, see

* **hfst-3.15** or greater,
* **python-3.5** or greater,
* **libhfst-python**,
* **hfst-python**,
* **C++** compiler and **libtool**
* GNU **autoconf-2.64**, **automake-1.12**; compatible **pkg-config**
implementation
Expand Down Expand Up @@ -96,6 +96,9 @@ pip install omorfi
conda install -c flammie omorfi
```

**NB: since conda does not have new version of hfst buildable with recent
pythons or something, only older versions are available on conda.**

### Docker

It is possible to use omorfi with a ready-made docker container, there is a
Expand Down Expand Up @@ -174,8 +177,9 @@ participate, read further information in
* Issues and problems may be filed in [our github issue
tracker](https://github.com/flammie/omorfi/issues), including support
questions
* [IRC channel #omorfi on OFTC](irc://OFTC/#omorfi) is particularly good
for live chat for support questions, suggestions and discussions
* [Matrix channel omorfi](https://matrix.to/#/#omorfi:matrix.org) is
particularly good for live chat for support questions, suggestions and
discussions
* [omorfi-devel mailing
list](https://groups.google.com/forum/#!forum/omorfi-devel) is good for longer
more involved discussions
Expand Down
6 changes: 3 additions & 3 deletions src/python/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set name = "omorfi" %}
{% set version = "0.9.9" %}
{% set version = "0.9.10" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

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

build:
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
script: "{{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation"

requirements:
host:
Expand Down

0 comments on commit ee36d73

Please sign in to comment.