Skip to content

Commit d8fc0b7

Browse files
committed
ci: adding cxx flag for conda build
1 parent ebf3703 commit d8fc0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{% set name = "loopstructural" %}
2-
{% set version = "1.2.0" %}
32

43
package:
54
name: "{{ name|lower }}"
@@ -14,6 +13,7 @@ build:
1413

1514
requirements:
1615
build:
16+
- {{ compiler('cxx') }}
1717
- Cython
1818
- numpy
1919
host:

0 commit comments

Comments
 (0)