Accepting request 1030659 from science:HPC
OBS-URL: https://build.opensuse.org/request/show/1030659 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpiP?expand=0&rev=15
This commit is contained in:
commit
fca686ddd4
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 24 06:45:37 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Use Python 3 instead of Python 2 to build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 17 08:09:09 UTC 2022 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||
|
||||
|
@ -272,7 +272,7 @@ BuildRequires: binutils-devel
|
||||
BuildRequires: dejagnu
|
||||
BuildRequires: libunwind-devel
|
||||
BuildRequires: lua-lmod
|
||||
BuildRequires: python
|
||||
BuildRequires: python3
|
||||
#BuildRequires: slurm-node
|
||||
BuildRequires: suse-hpc
|
||||
%{?hpc_requires}
|
||||
@ -334,6 +334,7 @@ export FC=mpifort
|
||||
export F77=$FC
|
||||
export CFLAGS="-D__DATE__=\\\"NODATE\\\" -D__TIME__=\\\"NOTIME\\\""
|
||||
export FFLAGS="-std=legacy"
|
||||
export HAVE_PYTHON="python3"
|
||||
%hpc_configure \
|
||||
--enable-demangling \
|
||||
%ifarch aarch64
|
||||
@ -341,7 +342,7 @@ export FFLAGS="-std=legacy"
|
||||
%endif
|
||||
--docdir=%{_docdir}/%{name}
|
||||
|
||||
make %{?_smp_mflags} shared
|
||||
make %{?_smp_mflags} PYTHON="python3" shared
|
||||
|
||||
%install
|
||||
%hpc_setup
|
||||
|
Loading…
x
Reference in New Issue
Block a user