Skip to content

Commit 2f24f65

Browse files
author
Samuel Moors
committed
fix extension name for SMC++-1.15.4
1 parent 9550b49 commit 2f24f65

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

easybuild/easyconfigs/s/SMC++/SMC++-1.15.4-gfbf-2025b.eb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
]
2727

2828
exts_list = [
29-
(name, version, {
29+
('smcpp', version, {
3030
# git metadata is required by setup.py, so obtain source tarball via 'git clone'
3131
'sources': [{
3232
'filename': SOURCE_TAR_XZ,
@@ -54,7 +54,6 @@ exts_list = [
5454
{'SMC++-1.15.4_run_cython.patch': '586ae1e9b90c9e1a8507d5f692222731cebeb7a41a0defde45e9c59b360e5b65'},
5555
],
5656
'preinstallopts': 'rm include/mpreal.h && ', # We need to use a newer mpreal.h to be compatible with MPFR
57-
'modulename': 'smcpp',
5857
}),
5958
]
6059

0 commit comments

Comments
 (0)