Skip to content

Commit

Permalink
ColBreaker-0.7-no-tbb-foss-2021b
Browse files Browse the repository at this point in the history
  • Loading branch information
BerndDoser committed Sep 14, 2023
1 parent be26e1f commit 1241361
Showing 1 changed file with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Author: Bernd Doser <bernd.doser@h-its.org>

easyblock = 'CMakeMake'

name = 'ColBreaker'
version = '0.7-no-tbb'

homepage = 'https://github.com/HITS-MBM/ColBreaker'

description = """
Coarse grained collagen model described by worm-like chains
"""

toolchain = {'name': 'foss', 'version': '2021b'}

source_urls = ['https://github.com/HITS-MBM/ColBreaker/archive/']
sources = ['ColBreaker-%(version)s.tar.gz']
checksums = ['0d061bd24f0eff14cfd9376bdfedb9273c3fe51cdb9700620d285d0524c2c936']

builddependencies = [
('CMake', '3.26.3'),
('conan', '2.0.4'),
]

configopts = "-DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=conan_provider.cmake"

separate_build_dir = True

sanity_check_paths = {
'files': ['bin/ColBreaker'],
'dirs': []
}

0 comments on commit 1241361

Please sign in to comment.