Commit Graph

74 Commits

Author SHA1 Message Date
Miro Hrončok 679b1757e4 Rebuilt for Python 3.9 2020-05-25 12:22:18 +02:00
Christoph Junghans 2bb187af85 Add 4320.patch to fix #1793563 and #1799473 2020-02-14 14:38:41 -07:00
Zbigniew Jędrzejewski-Szmek 1c47d0d67c Add requirement for redhat-rpm-config 2020-01-30 17:32:21 +01:00
Fedora Release Engineering fd414eea86 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-29 14:10:24 +00:00
Zbigniew Jędrzejewski-Szmek 36f3761857 Add -fallow-argument-mismatch to compile with gcc10 2020-01-29 10:01:40 +01:00
Zbigniew Jędrzejewski-Szmek 2bab65b0be Subpackage python2-mpich has been removed 2019-11-17 12:29:26 +01:00
Zbigniew Jędrzejewski-Szmek b41dc13eb2 Update to 3.3.2 2019-11-17 12:29:26 +01:00
Zbigniew Jędrzejewski-Szmek dd07517692 Revert "Revert "Drop ignoring of tests on ppc64""
This reverts commit bef8b43abc.

It turns out that the test was flakey, and %ifarch didnt' make any difference
on ppc64.
2019-08-28 16:15:11 +02:00
Zbigniew Jędrzejewski-Szmek bef8b43abc Revert "Drop ignoring of tests on ppc64"
This reverts commit 82946641ed.

The tests are still broken in rawhide, they only pass in F31 ;(
2019-08-28 13:30:56 +02:00
Zbigniew Jędrzejewski-Szmek 82946641ed Drop ignoring of tests on ppc64
They seem to pass now.
2019-08-28 13:06:55 +02:00
Zbigniew Jędrzejewski-Szmek 3b497cff60 Add workaround to fix build on arm 2019-08-28 13:04:49 +02:00
Zbigniew Jędrzejewski-Szmek b71e2ca230 Update to 3.3.1 2019-08-28 07:27:00 +02:00
Zbigniew Jędrzejewski-Szmek d01ddeeebc Revert accidental downgrade to 3.1.1 2019-08-25 20:55:03 +02:00
Miro Hrončok b4d25a7091 Rebuilt for Python 3.8 2019-08-19 08:50:38 +02:00
Zbigniew Jędrzejewski-Szmek e3c5f81b85 Skip tests failing on ppc64le 2019-07-30 20:05:22 +02:00
Zbigniew Jędrzejewski-Szmek b8fd9e2084 Update to 3.1.1 2019-07-30 19:25:53 +02:00
Fedora Release Engineering 4a3f335992 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-25 17:49:00 +00:00
Zbigniew Jędrzejewski-Szmek e4db578e88 Require main package and appropriate python version from python subpackages
This matches the change in openmpi:
0983e4dd55?branch=master
2019-05-08 08:27:15 +02:00
Zbigniew Jędrzejewski-Szmek 4bdf40f099 Move python3 version guard to main package
/usr/share/modulefiles/mpi/mpich-* is contained in the main package, so
it seems reasonable to put the Requires there. That file is specific to
the python3 version that the package was built with.
2019-05-07 11:31:59 +02:00
Zbigniew Jędrzejewski-Szmek ff46220c28 Move module files under /usr/share
openmpi does this, so it must be a good thing.
2019-05-07 11:23:24 +02:00
Miro Hrončok d83daad2d6 Make sure this package is rebuilt with correct Python version when updating
Otherwise mpi.req from rpm-mpi-hooks doesn't work

https://bugzilla.redhat.com/show_bug.cgi?id=1705296
2019-05-07 09:13:51 +00:00
Zbigniew Jędrzejewski-Szmek 9457712ac3 Drop custom compilation and link flags
They were added in this form in the initial commit.
I think it's hard to say at this point what if anything needs to be customized
like that. Let's try to go back to the defaults and see what happens.

(before)
libtool: link: gcc -m64 -O2 -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -O2 -g -Wl,-z -Wl,noexecstack -o hydra_nameserver tools/nameserver/hydra_nameserver-hydra_nameserver.o  /builddir/build/BUILD/mpich-3.2.1/src/pm/hydra/.libs/libhydra.a mpl/.libs/libmpl.a -lpthread -lhwloc
(after)
libtool: link: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -O2 -g -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o hydra_nameserver tools/nameserver/hydra_nameserver-hydra_nameserver.o  /builddir/build/BUILD/mpich-3.2.1/src/pm/hydra/.libs/libhydra.a mpl/.libs/libmpl.a -lpthread -lhwloc
2019-05-07 10:26:56 +02:00
Fedora Release Engineering 06f55a4f84 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-01 11:35:00 +00:00
Igor Gnatenko 330879dbf0 Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
2019-01-28 20:24:17 +01:00
Igor Gnatenko e75cd8dff9
Remove obsolete ldconfig scriptlets
References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2019-01-22 18:40:27 +01:00
Zbigniew Jędrzejewski-Szmek 0083494e06 Pull in gcc-c++ 2018-07-19 12:50:40 +02:00
Fedora Release Engineering ca095681f5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-13 11:06:25 +00:00
Miro Hrončok 26e29d47b8 Rebuilt for Python 3.7 2018-06-19 11:44:37 +02:00
Miro Hrončok bb78b901ce Rebuilt for Python 3.7 2018-06-19 10:48:11 +02:00
Zbigniew Jędrzejewski-Szmek 648c288e08 Fix patch 2018-04-04 14:17:12 +02:00
Zbigniew Jędrzejewski-Szmek 7481f362dd Update MANPATH so that normal man pages can still be found 2018-04-04 11:07:33 +02:00
Fedora Release Engineering eecd674e24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-08 03:22:26 +00:00
Ralf Corsépius bdfa846578 Rebuilt for GCC-8.0.1. 2018-02-01 08:12:00 +01:00
Michal Schmidt 8f5f8ca566 Remove bogus rpath 2017-11-12 16:17:14 +01:00
Zbigniew Jędrzejewski-Szmek 35202ea2a8 Move compiler wrappers and adjust $modincdir 2017-11-12 16:16:58 +01:00
Zbigniew Jędrzejewski-Szmek 1014d88286 Update to 3.2.1
Patches which were upstreamed are dropped.
2017-11-12 09:25:08 +01:00
Fedora Release Engineering 994bf42be4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 03:37:25 +00:00
Fedora Release Engineering 8686c3e87a - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-26 22:20:41 +00:00
Fedora Release Engineering 1d59c4a8e4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-10 21:46:17 +00:00
Miro Hrončok 94ed0c04d3 Rebuild for Python 3.6 2016-12-19 18:20:36 +01:00
Orion Poplawski 1eae3e0e8e Split python support into sub-packages 2016-11-02 11:32:19 -06:00
Michal Toman 3053280917 Fix build on MIPS 2016-03-30 23:19:36 -04:00
Fedora Release Engineering 35a4b6aec2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 08:48:24 +00:00
Orion Poplawski 6efedf3696 Add patch to allow -host localhost to work on builders 2016-01-22 08:41:47 -07:00
Orion Poplawski 2ec2dd45ff Use nemesis channel on all platforms 2016-01-20 20:41:10 -07:00
Zbigniew Jędrzejewski-Szmek c027d11b82 Soften version check 2015-12-08 19:09:01 -05:00
Zbigniew Jędrzejewski-Szmek f9b43d3d69 Untabify, fix Provides 2015-12-01 17:34:09 -05:00
Zbigniew Jędrzejewski-Szmek d1255a163e Update to 3.2 2015-12-01 17:34:09 -05:00
Zbigniew Jędrzejewski-Szmek 1c9aa428a9 Update requires and fix MPI_FORTRAN_MOD_DIR var 2015-11-16 15:25:45 -05:00
Zbigniew Jędrzejewski-Szmek 11a73a853b Arch-ed manpages cannot be in noarch -doc 2015-11-16 13:06:19 -05:00