Skip to content

Commit

Permalink
Merge pull request #20791 from pavelToman/20240610161442_new_pr_curre…
Browse files Browse the repository at this point in the history
…ntNe100

{bio}[GCCcore/12.3.0] currentNe v1.0.0
  • Loading branch information
smoors authored Jun 10, 2024
2 parents c7def9f + d3247d3 commit 9397af7
Showing 1 changed file with 38 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
easyblock = 'MakeCp'

name = 'currentNe'
version = '1.0.0'
local_commit = '37daed5'

homepage = 'https://github.com/esrud/currentNe'
description = """Estimation of current effective population using artificial neural networks."""

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

github_account = 'esrud'
source_urls = [GITHUB_SOURCE]
sources = [{
"download_filename": "%s.tar.gz" % local_commit,
"filename": "%(name)s-%(version)s.tar.gz",
}]
checksums = ['77aab8e7403b726b30f34474d3177a3b118afb4b0dc57636dc0b2b93274c6bca']

builddependencies = [
('binutils', '2.40'),
('make', '4.4.1'),
]

files_to_copy = [
'lib',
(['currentNe.cpp'], 'lib'),
(['currentNe'], 'bin'),
]

sanity_check_paths = {
'files': ['lib/currentNe.cpp'],
'dirs': ['bin', 'lib']
}

sanity_check_commands = ['currentNe -h 2>&1 | grep "USAGE"']

moduleclass = 'bio'

0 comments on commit 9397af7

Please sign in to comment.