File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 11{% set name = "compas_libigl" %}
2- {% set version = "0.1.3 " %}
3- {% set hash = "8d0faf8fec607a160854a74b89fd13a737255d377c87bc8686ccde2131d2c094 " %}
2+ {% set version = "0.1.6 " %}
3+ {% set hash = "a2b381107c5af1f6d8f4d75871f74190cc64d2876b9d038da537c3d7a3814014 " %}
44{% set pybind11_version = "2.5.0" %}
55{% set pybind11_hash = "97504db65640570f32d3fdf701c25a340c8643037c3b69aec469c10c93dc8504" %}
66{% set libigl_version = "2.2.0" %}
@@ -26,27 +26,28 @@ source:
2626build :
2727 number : 0
2828 skip : true # [py<36]
29- script : " {{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv"
29+ # script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv"
3030
3131requirements :
3232 build :
3333 - {{ compiler('c') }}
3434 - {{ compiler('cxx') }}
3535 - git
3636 - cmake
37- - make
38- - dlib
37+ - ninja # [win]
3938 host :
40- - python
39+ - python {{ python }}
4140 - pip
41+ - setuptools
42+ - cython
4243 - boost
4344 - eigen
4445 - gmp 6.1.2 # [not win]
4546 - mpfr 4.0.1 # [not win]
46- - gmp 5.0* # [win]
47- - mpfr 3.0* # [win]
47+ # - gmp 5.0* # [win]
48+ # - mpfr 3.0* # [win]
4849 run :
49- - python
50+ - python {{ python }}
5051 - COMPAS >=0.15.5
5152
5253test :
You can’t perform that action at this time.
0 commit comments