From 18729a2aa84d584c7191ec8c5ca24bda9bbda177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Tue, 7 Aug 2018 09:03:32 +0200 Subject: [PATCH] new file: s/som/som-1.1-foss-2017a.eb Former-commit-id: a64a6a10c8613fc94695af4bc54eca7fc73b6015 --- s/som/som-1.1-foss-2017a.eb | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 s/som/som-1.1-foss-2017a.eb diff --git a/s/som/som-1.1-foss-2017a.eb b/s/som/som-1.1-foss-2017a.eb new file mode 100644 index 00000000..e01a9aa5 --- /dev/null +++ b/s/som/som-1.1-foss-2017a.eb @@ -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'