Merge branch 'it4i-salomon'

This commit is contained in:
Lukáš Krupčík 2018-03-08 08:43:44 +01:00
commit 45a9ec0963

View File

@ -10,8 +10,8 @@ description = """This software calculates phonon-phonon interaction related prop
toolchain = {'name': 'Py', 'version': '2.7'}
sources = [SOURCELOWER_TAR_GZ]
source_urls = ['http://sourceforge.net/projects/phonopy/files/phono3py/']
source_urls = ['https://pypi.python.org/packages/a5/93/3a9cc9f134ba1f7aa246a27c8a02137e7f9a7311df87ae656bba9051c6df/']
sources = ['%(name)s-%(version)s.tar.gz']
prebuildopts = 'python setup.py build #' # notice the hash hack to override setup.py
preinstallopts = 'python setup.py install --prefix=%(installdir)s #' # another hack