Skip to content

Commit dfec654

Browse files
committed
Add recipe for Skala
1 parent 661b277 commit dfec654

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

recipes/skala/meta.yaml

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{% set name = "skala" %}
2+
{% set version = "1.0.0" %}
3+
4+
package:
5+
name: {{ name|lower }}
6+
version: {{ version }}
7+
8+
source:
9+
url: https://github.com/microsoft/skala/archive/v{{ version }}.tar.gz
10+
sha256: 1b66153b732c7cb4205ccab7274bad4b367cd3c4f783ac4214bfb7f356a3449e
11+
12+
build:
13+
noarch: python
14+
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
15+
number: 0
16+
17+
requirements:
18+
host:
19+
- pip
20+
- python {{ python_min }}
21+
- setuptools
22+
run:
23+
- ase
24+
- azure-core
25+
- azure-identity
26+
- dftd3-python
27+
- e3nn
28+
- huggingface_hub
29+
- numpy
30+
- opt_einsum_fx
31+
- pyscf <2.10.0
32+
- python >={{ python_min }}
33+
- pytorch
34+
- qcelemental
35+
36+
test:
37+
imports:
38+
- microsoft_skala
39+
commands:
40+
- pip check
41+
requires:
42+
- pip
43+
- python {{ python_min }}
44+
45+
about:
46+
home: https://www.microsoft.com/en-us/research/project/dft/
47+
dev_url: https://github.com/microsoft/skala
48+
doc_url: https://microsoft.github.io/skala
49+
summary: Skala Exchange Correlation Functional
50+
license: MIT
51+
license_file:
52+
- NOTICE.md
53+
- LICENSE.txt
54+
55+
extra:
56+
recipe-maintainers:
57+
- awvwgk

0 commit comments

Comments
 (0)