Skip to content

Commit

Permalink
use exact commits of deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Moors committed Jan 24, 2024
1 parent 92ce69c commit edc8f27
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 75 deletions.
32 changes: 0 additions & 32 deletions easybuild/easyconfigs/l/libpll-2/libpll-2-0.4.0-GCC-12.3.0.eb

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,36 @@ ModelTest-NG supersedes jModelTest and ProtTest in one single tool, with graphic

toolchain = {'name': 'GCC', 'version': '12.3.0'}

sources = [{
'source_urls': ['https://github.com/ddarriba/modeltest/archive'],
'download_filename': '%s.tar.gz' % _commit,
'filename': SOURCE_TAR_GZ,
}]
checksums = ['1010630a9e0aff7ec125e2ab3dccd76625b935d535793b2d01b35a3a1e3021ae']
sources = [
{
'source_urls': ['https://github.com/ddarriba/modeltest/archive'],
'download_filename': '%s.tar.gz' % _commit,
'filename': SOURCE_TAR_GZ,
},
{
'source_urls': ['https://github.com/ddarriba/pll-modules/archive'],
'download_filename': '182ae28.tar.gz',
'filename': 'pll-modules-182ae28.tar.gz',
'extract_cmd': "tar -xzf %s -C %(builddir)s/modeltest*/libs/pll-modules/ --strip-components 1",
},
{
'source_urls': ['https://github.com/xflouris/libpll-2/archive'],
'download_filename': 'a3146f3.tar.gz',
'filename': 'libpll-a3146f3.tar.gz',
'extract_cmd': "tar -xzf %s -C %(builddir)s/modeltest*/libs/pll-modules/libs/libpll/ --strip-components 1",
},
]
checksums = [
{'ModelTest-NG-0.2.0-dev_20220721.tar.gz': '1010630a9e0aff7ec125e2ab3dccd76625b935d535793b2d01b35a3a1e3021ae'},
{'pll-modules-182ae28.tar.gz': 'd3bd1382e7bd5ef0a8f227bc1d47596bb806342113bb5fb2ad879e536e7873dd'},
{'libpll-a3146f3.tar.gz': 'd4a36b30074e1f93530cab48744117f1b7e7c9c78ca7665f92624ca6a25f9b85'},
]

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

dependencies = [
('flex', '2.6.4'),
('Bison', '3.8.2', '', SYSTEM),
('PLL-modules', '0.4.1'),
]

files_to_copy = ['bin']
Expand Down

This file was deleted.

0 comments on commit edc8f27

Please sign in to comment.