Merge branch 'it4i-salomon'

Former-commit-id: 0b36b348940aacfcbd8702a6f00da3894661a65a
This commit is contained in:
Lukáš Krupčík 2018-08-07 09:05:38 +02:00
commit 7af196fd47

View File

@ -0,0 +1,33 @@
# IT4Innovations 2017
easyblock = 'CMakeMake'
name = 'som'
version = '1.1'
homepage = 'http://krivenko.github.io/som/index.html'
description = 'The TRIQS-based Stochastic Optimization Method for Analytic Continuation allows to solve a family of Fredholm integral equations of the first kind.'
toolchain = {'name': 'foss', 'version': '2017a'}
source_urls = ['https://github.com/krivenko/som/archive/']
sources = ['%(version)s.tar.gz']
dependencies = [
('TRIQS', '1.4.1'),
]
builddependencies = [
('CMake', '3.9.1', '', True),
]
configopts = '-DTRIQS_PATH=$EBROOTTRIQS'
separate_build_dir = True
sanity_check_paths = {
'files': ['bin/som','lib/libtriqs.so'],
'dirs': [],
}
moduleclass = 'lib'