Skip to content
Snippets Groups Projects
Commit 8427abb2 authored by Damian Alvarez's avatar Damian Alvarez
Browse files

Fixes for psmpi on jurecabooster

parent b4942ee9
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ source_urls = [
]
sources = [
SOURCE_TAR_BZ2,
'pscom-%s.tar.bz2' % local_pscom_version
'pscom-%s.tar.gz' % local_pscom_version
]
patches = [
......@@ -25,8 +25,11 @@ patches = [
builddependencies = [
('popt', '1.18', '', SYSTEM),
# needed for autogen.sh on CentOS 7
('Autotools', '20210726'),
# Autoconf >2.69 is generating a buggy configure script, so take it down to the one that works
('Autoconf', '2.69'),
# autogen also needs perl
('Perl', '5.34.0'),
]
dependencies = [
......@@ -35,6 +38,7 @@ dependencies = [
]
mpich_opts = '--enable-static'
preconfigopts = './autogen.sh && '
configopts = '--with-pscom-builtin=psm2'
pscom_allin_path = '%%(builddir)s/pscom-%s ' % local_pscom_version
......
......@@ -17,7 +17,7 @@ source_urls = [
]
sources = [
SOURCE_TAR_BZ2,
'pscom-%s.tar.bz2' % local_pscom_version
'pscom-%s.tar.gz' % local_pscom_version
]
patches = [
......@@ -26,8 +26,11 @@ patches = [
builddependencies = [
('popt', '1.18', '', SYSTEM),
# needed for autogen.sh on CentOS 7
('Autotools', '20210726'),
# Autoconf >2.69 is generating a buggy configure script, so take it down to the one that works
('Autoconf', '2.69'),
# autogen also needs perl
('Perl', '5.34.0'),
]
dependencies = [
......@@ -36,6 +39,7 @@ dependencies = [
]
mpich_opts = '--enable-static'
preconfigopts = './autogen.sh && '
configopts = '--with-pscom-builtin=psm2'
pscom_allin_path = '%%(builddir)s/pscom-%s ' % local_pscom_version
......
......@@ -16,7 +16,7 @@ source_urls = [
]
sources = [
SOURCE_TAR_BZ2,
'pscom-%s.tar.bz2' % local_pscom_version
'pscom-%s.tar.gz' % local_pscom_version
]
patches = [
......@@ -25,8 +25,11 @@ patches = [
builddependencies = [
('popt', '1.18', '', SYSTEM),
# needed for autogen.sh on CentOS 7
('Autotools', '20210726'),
# Autoconf >2.69 is generating a buggy configure script, so take it down to the one that works
('Autoconf', '2.69'),
# autogen also needs perl
('Perl', '5.34.0'),
]
dependencies = [
......@@ -35,6 +38,7 @@ dependencies = [
]
mpich_opts = '--enable-static'
preconfigopts = './autogen.sh && '
configopts = '--with-pscom-builtin=psm2'
pscom_allin_path = '%%(builddir)s/pscom-%s ' % local_pscom_version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment