Skip to content

Commit

Permalink
Merge pull request #13992 from sassy-crick/20210915123627_new_pr_LSD222
Browse files Browse the repository at this point in the history
{bio}[GCCcore/10.2.0] LSD2 bumped to 2.2, required for artic #13852
  • Loading branch information
verdurin committed Sep 15, 2021
2 parents 0a61f66 + 33ec7cf commit 811d8b7
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions easybuild/easyconfigs/l/LSD2/LSD2-2.2-GCCcore-10.2.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
easyblock = 'CMakeMake'

name = 'LSD2'
version = '2.2'

homepage = 'https://github.com/tothuhien/lsd2'
description = "Least-squares methods to estimate rates and dates from phylogenies"

toolchain = {'name': 'GCCcore', 'version': '10.2.0'}

github_account = 'tothuhien'

source_urls = [GITHUB_LOWER_SOURCE]
sources = ['v.%(version)s.tar.gz']
patches = ['%(name)s-1.9.7_fix_cmake_to_build_lib_and_binary.patch']
checksums = [
'6573398d0e77bc5fe76587d8676428b77fe15fe6e45fb8526f448d1c739d3cd9', # v.2.2.tar.gz
# LSD2-1.9.7_fix_cmake_to_build_lib_and_binary.patch
'8ef6e8c3a9a5aa2099678ed84a7e54ef687e3900894694c4eec1f5399f0487f6',
]

builddependencies = [
('binutils', '2.35'),
('CMake', '3.18.4'),
]

build_shared_libs = True

sanity_check_paths = {
'files': ['bin/lsd2', 'lib/liblsd2.%s' % SHLIB_EXT],
'dirs': [],
}

moduleclass = 'bio'

0 comments on commit 811d8b7

Please sign in to comment.