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 0df4c41 commit 5e7a63dCopy full SHA for 5e7a63d
recipe/meta.yaml
@@ -1,4 +1,4 @@
1
-{% set version = "0.14.0" %}
+{% set version = "0.14.1" %}
2
{% set cxx_version = "0.14.0" %}
3
4
package:
@@ -7,7 +7,7 @@ package:
7
8
source:
9
- url: https://github.com/symengine/symengine.py/releases/download/v{{ version }}/symengine.py-{{ version }}.tar.gz
10
- sha256: 38e742a9b3d03b36f07b2ccba39e7e3d626e37557c26bb03ce575b95cfbd9cc4
+ sha256: 3e79d39af5e9f024cd4b8d1372314ac2b83cace7d49cdbad482b4aec5b04c37b
11
folder: python
12
13
- url: https://github.com/symengine/symengine/releases/download/v{{ cxx_version }}/symengine-{{ cxx_version }}.tar.gz
@@ -30,7 +30,7 @@ build:
30
31
requirements:
32
build:
33
- - cmake
+ - cmake <4
34
- {{ compiler('c') }}
35
- {{ compiler('cxx') }}
36
- {{ stdlib('c') }}
0 commit comments