3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-03 03:45:32 +02:00
dft_tools/packaging/conda/meta.yaml

56 lines
1.2 KiB
YAML
Raw Normal View History

2022-02-24 23:51:08 +01:00
{% set version = "3.1.0" %}
2020-08-06 19:36:09 +02:00
package:
name: triqs_dft_tools
2020-08-06 19:36:09 +02:00
version: {{ version }}
source:
url: https://github.com/TRIQS/dft_tools/releases/download/{{ version }}/dft_tools-{{ version }}.tar.gz
2020-08-06 19:36:09 +02:00
sha256: PUT HERE THE SHA256 OF YOUR RELEASE TARBALL
build:
number: 0
skip: True # [win or py<30]
requirements:
build:
- cmake
- make
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ compiler('fortran') }}
2020-08-06 19:36:09 +02:00
host:
- triqs {{ '.'.join(version.split('.')[:2]) }}
- boost-cpp
- {{ mpi }}
- libblas
- liblapack
- python
run:
- {{ pin_compatible("triqs", max_pin="x.x") }}
- {{ mpi }}
- libblas
- liblapack
- python
test:
commands:
- export OMPI_MCA_btl=self,tcp
- export OMPI_MCA_plm=isolated
- export OMPI_MCA_rmaps_base_oversubscribe=yes
- export OMPI_MCA_btl_vader_single_copy_mechanism=none
- export mpiexec="mpiexec --allow-run-as-root"
- python -c "import triqs_dft_tools"
2020-08-06 19:36:09 +02:00
about:
home: https://triqs.github.io/dft_tools
2020-08-06 19:36:09 +02:00
license: GPL-3.0-or-later
license_family: GPL
license_file: LICENSE.txt
summary: 'Toolbox for ab initio calculations of correlated materials'
2020-08-06 19:36:09 +02:00
extra:
recipe-maintainers:
- wentzell
- pgunn