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 73e73ae commit 810ae4fCopy full SHA for 810ae4f
conf/meta.yaml
@@ -1,6 +1,8 @@
1
+{% set data = load_setup_py_data() %}
2
+
3
package:
4
name: mpi4py_fft_test
- version: "{{ GIT_DESCRIBE_TAG }}"
5
+ version: {{ data.get('version') }}
6
7
source:
8
git_url: ../
0 commit comments