Merge branch 'it4i-barbora'

This commit is contained in:
Jakub Kropacek 2022-06-22 09:48:17 +02:00 committed by anselmicz
commit d744817af3
No known key found for this signature in database
GPG Key ID: 5271768D6FEA96BC

View File

@ -10,7 +10,10 @@ homepage = 'http://www.example.com'
description = """This project is an effort to create a library implementation of the extended tight binding (xTB) Hamiltonian which can be shared between xtb and dftb+. The current state of this project should be considered as highly experimental."""
toolchain = {'name': 'intel', 'version': '2020b'}
toolchainopts = {'optarch': 'march=core-avx2'}
import os
if os.environ.get("CLUSTERNAME") in ["KAROLINA"]:
toolchainopts = {'optarch': 'march=core-avx2'}
source_urls = ['https://github.com/tblite/tblite/archive/refs/tags/']
sources = ['v%(version)s.tar.gz']