-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmpi4py.spec
779 lines (643 loc) · 25 KB
/
mpi4py.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
%global with_openmpi 0
%global with_mpich 1
%if 0%{?rhel} && 0%{?rhel} <= 6
%ifarch ppc64
%global with_mpich 0
%endif
%endif
%if 0%{?sle_version} && 0%{?sle_version} < 150400
%{warn: building for py2 because %{sle_version}}
%global with_python2 1
%else
%global with_python2 0
%endif
%global with_python3 1
%if (0%{?suse_version} >= 1500)
%global python3_pkgversion 3
%global _mpich_load \
MODULEPATH=/usr/share/modules module load gnu-mpich; \
export CFLAGS="$CFLAGS %{optflags}";
%global _mpich_unload \
MODULEPATH=/usr/share/modules module unload gnu-mpich;
%endif
%global python3_runtime python%{python3_pkgversion}-mpi4py-runtime = %{version}-%{release}
%global python2_runtime mpi4py-runtime = %{version}-%{release}
### TESTSUITE ###
# The testsuite currently fails only on the buildsystem, but works localy.
# So to easily enable/disable the testsuite, the following variables are
# introduced:
#
# * MPICH: if '1' enable mpich
# * OPENMPI: if '1' enable openmpi
%ifarch %{arm}
# Disable tests on arm until upstream bug is fixed:
# https://bitbucket.org/mpi4py/mpi4py/issues/145
%global MPICH 0
%else
%global MPICH 1
%global OPENMPI 1
%endif
# Run full testsuite or just with 1 core
%global FULLTESTS 0
#global commit 39ca784226460f9e519507269ebb29635dc8bd90
%{?commit:%global shortcommit %(c=%{commit}; echo ${c:0:12})}
Name: mpi4py
Version: 3.1.6
Release: 1%{?commit:.git%{shortcommit}}%{?dist}
Summary: Python bindings of the Message Passing Interface (MPI)
License: BSD
URL: https://mpi4py.readthedocs.io/en/stable/
%if %{defined commit}
Source0: https://bitbucket.org/mpi4py/mpi4py/get/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz
%else
Source0: https://github.com/mpi4py/mpi4py/archive/%{version}/%{name}-%{version}.tar.gz
%endif
%if 0%{?with_python2}
BuildRequires: python2-devel
%endif
%if (0%{?suse_version} >= 1500)
BuildRequires: lua-lmod
%else
BuildRequires: environment-modules
%endif
BuildRequires: ed
%if 0%{?with_python2}
%if 0%{?rhel} && 0%{?rhel} <= 7
BuildRequires: Cython
%else
BuildRequires: python2-Cython >= 0.22
%endif
%endif
%if 0%{?with_python3}
BuildRequires: python3-rpm-macros
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-setuptools
BuildRequires: python%{python3_pkgversion}-Cython >= 0.22
%endif
BuildRequires: python%{python3_pkgversion}-numpy
BuildRequires: python%{python3_pkgversion}-simplejson
%if 0%{?rhel}
BuildRequires: python%{python3_pkgversion}-yaml
%endif
BuildRequires: python%{python3_pkgversion}-dill
%global _description %{expand:
This package is constructed on top of the MPI-1/MPI-2 specification and
provides an object oriented interface which closely follows MPI-2 C++
bindings. It supports point-to-point (sends, receives) and collective
(broadcasts, scatters, gathers) communications of any picklable Python
object as well as optimized communications of Python object exposing the
single-segment buffer interface (NumPy arrays, built-in bytes/string/array
objects).}
%description %_description
%if 0%{?with_python2}
%package -n python2-mpi4py
Requires: %{name}-common = %{version}-%{release}
Summary: Python 2 bindings of the Message Passing Interface (MPI)
%{?python_provide:%python_provide python2-mpi4py}
%description -n python2-mpi4py %_description
%endif
%package docs
Summary: Documentation for %{name}
Requires: %{name}-common = %{version}-%{release}
BuildArch: noarch
%description docs
This package contains the documentation and examples for %{name}.
%if 0%{?with_python3}
%package -n python%{python3_pkgversion}-mpi4py
Requires: %{name}-common = %{version}-%{release}
Summary: Python %{python3_version} bindings of the Message Passing Interface (MPI)
%{?python_provide:%python_provide python%{python3_pkgversion}-mpi4py}
%description -n python%{python3_pkgversion}-mpi4py %_description
%if %{with_openmpi}
%package -n python%{python3_pkgversion}-mpi4py-openmpi
BuildRequires: openmpi-devel
Requires: %{name}-common = %{version}-%{release}
Requires: python%{python3_pkgversion}-openmpi%{?_isa}
Summary: Python %{python3_version} bindings of MPI, Open MPI version
Provides: python%{python3_pkgversion}-mpi4py-runtime = %{version}-%{release}
%{?python_provide:%python_provide python%{python3_pkgversion}-mpi4py-openmpi}
%description -n python%{python3_pkgversion}-mpi4py-openmpi %_description
This package contains %{name} compiled against Open MPI.
%endif
%if %{with_mpich}
%package -n python%{python3_pkgversion}-mpi4py-mpich
BuildRequires: mpich-devel
Requires: %{name}-common = %{version}-%{release}
%if 0%{?rhel} >= 7
Requires: python%{python3_pkgversion}-mpich%{?_isa}
%endif
Summary: Python %{python3_version} bindings of MPI, MPICH version
Provides: python%{python3_pkgversion}-mpi4py-runtime = %{version}-%{release}
Provides: python%{python3_pkgversion}-%{name}-mpich2 = %{version}-%{release}
Obsoletes: python%{python3_pkgversion}-%{name}-mpich2 < 1.3-8
%{?python_provide:%python_provide python%{python3_pkgversion}-mpi4py-mpich}
%description -n python%{python3_pkgversion}-mpi4py-mpich %_description
This package contains %{name} compiled against MPICH.
%endif
%endif
%package common
Summary: Common files for mpi4py packages
BuildArch: noarch
Requires: %{name}-common = %{version}-%{release}
%description common
This package contains the license file shard between the subpackages of %{name}.
%if 0%{?with_python2}
%package -n python2-mpi4py-tests
Summary: Python 2 tests for mpi4py packages
Requires: %{python2_runtime}
Provides: %{name}-tests = %{version}-%{release}
Obsoletes: %{name}-tests < %{version}-%{release}
BuildArch: noarch
%description -n python2-mpi4py-tests
This package contains the Python 2 tests for %{name}.
%endif
%package -n python%{python3_pkgversion}-mpi4py-tests
Summary: Python 3 tests for mpi4py packages
Requires: %{python3_runtime}
BuildArch: noarch
%description -n python%{python3_pkgversion}-mpi4py-tests
This package contains the Python 3 tests for %{name}.
%if %{with_openmpi}
%if 0%{?with_python2}
%package -n python2-mpi4py-openmpi
BuildRequires: openmpi-devel
Requires: %{name}-common = %{version}-%{release}
Requires: python2-openmpi%{?_isa}
Summary: Python 2 bindings of MPI, Open MPI version
Provides: mpi4py-runtime = %{version}-%{release}
# Old mpi4py-foo provides added at F24
Provides: mpi4py-openmpi = %{version}-%{release}
Obsoletes: mpi4py-openmpi < 1.3.1-16
%{?python_provide:%python_provide python2-mpi4py-openmpi}
%description -n python2-mpi4py-openmpi %_description
This package contains %{name} compiled against Open MPI.
%endif
%endif
%if %{with_mpich}
%if 0%{?with_python2}
%package -n python2-mpi4py-mpich
BuildRequires: mpich-devel
Requires: %{name}-common = %{version}-%{release}
%if 0%{?rhel} >= 7
Requires: python2-mpich%{?_isa}
%endif
Summary: Python 2 bindings of MPI, MPICH version
Provides: mpi4py-runtime = %{version}-%{release}
Provides: %{name}-mpich2 = %{version}-%{release}
Obsoletes: %{name}-mpich2 < 1.3-8
Provides: mpi4py-mpich = %{version}-%{release}
Obsoletes: mpi4py-mpich < 1.3.1-16
%{?python_provide:%python_provide python2-mpi4py-mpich}
%description -n python2-mpi4py-mpich %_description
This package contains %{name} compiled against MPICH.
%endif
%endif
%prep
%setup -q %{?commit:-n %{name}-%{name}-%{shortcommit}}
# delete docs/source
# this is just needed to generate docs/*
rm -r docs/source
# work around "wrong-file-end-of-line-encoding"
for file in $(find | grep runtests.bat); do
sed -i 's/\r//' $file
done
# Save current src/__init__.py for mpich
cp src/mpi4py/__init__.py .__init__mpich.py
cp src/mpi4py/__init__.py .__init__openmpi.py
# Remove precythonized C sources
#rm $(grep -rl '/\* Generated by Cython')
python3 conf/cythonize.py
%build
# Build parallel versions: set compiler variables to MPI wrappers
export CC=mpicc
export CXX=mpicxx
%if 0%{?with_python2}
%if %{with_openmpi}
# Build OpenMPI version
%{_openmpi_load}
ompi_info
cp .__init__openmpi.py src/mpi4py/__init__.py
%py2_build
mv build openmpi
%{_openmpi_unload}
%endif
%if %{with_mpich}
# Build mpich version
%{_mpich_load}
cp .__init__mpich.py src/mpi4py/__init__.py
%py2_build
mv build mpich
%{_mpich_unload}
%endif
%endif
%if 0%{?with_python3}
# Build parallel versions: set compiler variables to MPI wrappers
%if %{with_openmpi}
# Build OpenMPI version
%{_openmpi_load}
ompi_info
cp .__init__openmpi.py src/mpi4py/__init__.py
%if 0%{?with_python2}
mv openmpi build
%endif
%py3_build
mv build openmpi
%{_openmpi_unload}
%endif
%if %{with_mpich}
# Build mpich version
%{_mpich_load}
cp .__init__mpich.py src/mpi4py/__init__.py
%if 0%{?with_python2}
mv mpich build
%endif
%py3_build
mv build mpich
%{_mpich_unload}
%endif
%endif
%install
site_arches=()
%if 0%{?with_python2}
site_arches+=(%{python2_sitearch})
%if %{with_openmpi}
# Install OpenMPI version
%{_openmpi_load}
cp .__init__openmpi.py src/mpi4py/__init__.py
mv openmpi build
%py2_install
mkdir -p %{buildroot}%{python2_sitearch}/openmpi
mv %{buildroot}%{python2_sitearch}/%{name}/ %{buildroot}%{python2_sitearch}/%{name}*.egg-info %{buildroot}%{python2_sitearch}/openmpi
mv build openmpi
%{_openmpi_unload}
%endif
%if %{with_mpich}
# Install MPICH version
%{_mpich_load}
cp .__init__mpich.py src/mpi4py/__init__.py
mv mpich build
%py2_install
mkdir -p %{buildroot}%{python2_sitearch}/mpich
mv %{buildroot}%{python2_sitearch}/%{name}/ %{buildroot}%{python2_sitearch}/%{name}*.egg-info %{buildroot}%{python2_sitearch}/mpich
mv build mpich
%{_mpich_unload}
%endif
%endif
%if 0%{?with_python3}
site_arches+=(%{python3_sitearch})
%if %{with_openmpi}
# Install OpenMPI version
%{_openmpi_load}
cp .__init__openmpi.py src/mpi4py/__init__.py
mv openmpi build
%py3_install
mkdir -p %{buildroot}%{python3_sitearch}/openmpi
mv %{buildroot}%{python3_sitearch}/%{name}/ %{buildroot}%{python3_sitearch}/%{name}*.egg-info %{buildroot}%{python3_sitearch}/openmpi
mv build openmpi
%{_openmpi_unload}
%endif
%if %{with_mpich}
# Install MPICH version
%{_mpich_load}
cp .__init__mpich.py src/mpi4py/__init__.py
mv mpich build
%py3_install
mkdir -p %{buildroot}%{python3_sitearch}/mpich
mv %{buildroot}%{python3_sitearch}/%{name}/ %{buildroot}%{python3_sitearch}/%{name}*.egg-info %{buildroot}%{python3_sitearch}/mpich
mv build mpich
%{_mpich_unload}
%endif
%endif
# For SUSE:
%{!?python3:%global python3 %{_bindir}/%{python_for_executables}}
for py_site_arch in "${site_arches[@]}"; do
mkdir -p %{buildroot}/%{_bindir}/
install -m 0755 test/test_io.py %{buildroot}/%{_bindir}/test_io_daos.py
sed -i -e '1i#!%{python3}' %{buildroot}/%{_bindir}/test_io_daos.py
for file in mpiunittest arrayimpl; do
install -m 0755 test/$file.py %{buildroot}/%{_bindir}/
sed -i -e '1i#!%{python3}' %{buildroot}/%{_bindir}/$file.py
done
ed <<EOF %{buildroot}/%{_bindir}/test_io_daos.py
/^import arrayimpl/a
import uuid
.
/^ if comm.Get_rank() == 0:/a
fname = str(uuid.uuid4())
fname = "daos:/"+self.prefix+fname
.
/^ fd, fname = tempfile.mkstemp(prefix=self.prefix)/d
/^ os.close(fd)/d
/^ def testReadWriteShared(self):/;/^$/d
/^ def testIReadIWriteShared(self):/;/^$/d
/^ def testReadWriteOrdered(self):/;/^$/d
/^ def testReadWriteOrderedBeginEnd(self):/;/^$/d
wq
EOF
done
# Change /usr/bin/{env ,}bash to resolve env-script-interpreter rpmlint error.
sed -i -e '1s/env //' demo/python-config
%check
%if 0%{?with_python2}
%if %{with_openmpi}
# test openmpi?
%if 0%{?OPENMPI}
%{_openmpi_load}
cp .__init__openmpi.py src/mpi4py/__init__.py
mv openmpi build
PYTHONPATH=%{buildroot}%{python2_sitearch}/openmpi \
mpiexec -n 1 python2 test/runtests.py -v --no-builddir --thread-level=serialized -e spawn
%if 0%{?FULLTESTS}
PYTHONPATH=%{buildroot}%{python2_sitearch}/openmpi \
mpiexec -n 5 python2 test/runtests.py -v --no-builddir -e spawn
PYTHONPATH=%{buildroot}%{python2_sitearch}/openmpi \
mpiexec -n 8 python2 test/runtests.py -v --no-builddir -e spawn
%endif
mv build openmpi
%{_openmpi_unload}
%endif
%endif
# test mpich?
%if 0%{?MPICH}
%if %{with_mpich}
%{_mpich_load}
cp .__init__mpich.py src/mpi4py/__init__.py
mv mpich build
PYTHONPATH=%{buildroot}%{python2_sitearch}/mpich \
mpiexec -n 1 python2 test/runtests.py -v --no-builddir -e spawn
%if 0%{?FULLTESTS}
PYTHONPATH=%{buildroot}%{python2_sitearch}/mpich \
mpiexec -n 5 python2 test/runtests.py -v --no-builddir -e spawn
PYTHONPATH=%{buildroot}%{python2_sitearch}/mpich \
mpiexec -n 8 python2 test/runtests.py -v --no-builddir -e spawn
%endif
mv build mpich
%{_mpich_unload}
%endif
%endif
%endif
%if 0%{?with_python3}
%if %{with_openmpi}
# test openmpi?
%if 0%{?OPENMPI}
%{_openmpi_load}
cp .__init__openmpi.py src/mpi4py/__init__.py
mv openmpi build
PYTHONPATH=%{buildroot}%{python3_sitearch}/openmpi \
mpiexec -np 1 python3 test/runtests.py -v --no-builddir --thread-level=serialized -e spawn
%if 0%{?FULLTESTS}
PYTHONPATH=%{buildroot}%{python3_sitearch}/openmpi \
mpiexec -np 5 python3 test/runtests.py -v --no-builddir -e spawn
PYTHONPATH=%{buildroot}%{python3_sitearch}/openmpi \
mpiexec -np 8 python3 test/runtests.py -v --no-builddir -e spawn
%endif
mv build openmpi
%{_openmpi_unload}
%endif
%endif
# test mpich?
%if 0%{?MPICH}
%if %{with_mpich}
%{_mpich_load}
cp .__init__mpich.py src/mpi4py/__init__.py
mv mpich build
PYTHONPATH=%{buildroot}%{python3_sitearch}/mpich \
mpiexec -np 1 python3 test/runtests.py -v --no-builddir -e spawn
%if 0%{?FULLTESTS}
PYTHONPATH=%{buildroot}%{python3_sitearch}/mpich \
mpiexec -np 5 python3 test/runtests.py -v --no-builddir -e spawn
PYTHONPATH=%{buildroot}%{python3_sitearch}/mpich \
mpiexec -np 8 python3 test/runtests.py -v --no-builddir -e spawn
%endif
mv build mpich
%{_mpich_unload}
%endif
%endif
%endif
%files common
%license LICENSE.rst
%doc CHANGES.rst DESCRIPTION.rst README.rst
%if 0%{?with_python2}
%files -n python2-mpi4py-tests
%doc CHANGES.rst DESCRIPTION.rst README.rst
%{_bindir}/*
%endif
%files -n python%{python3_pkgversion}-mpi4py-tests
%doc CHANGES.rst DESCRIPTION.rst README.rst
%{_bindir}/*
%if 0%{?with_python2}
%if %{with_openmpi}
%files -n python2-mpi4py-openmpi
%doc CHANGES.rst DESCRIPTION.rst README.rst
%{python2_sitearch}/openmpi/%{name}-*.egg-info
%attr(644,root,root) %{python2_sitearch}/openmpi/%{name}/*.so
%attr(644,root,root) %{python2_sitearch}/openmpi/%{name}/lib-pmpi/*.so
%{python2_sitearch}/openmpi/%{name}
%endif
%if %{with_mpich}
%files -n python2-mpi4py-mpich
%doc CHANGES.rst DESCRIPTION.rst README.rst
%{python2_sitearch}/mpich/%{name}-*.egg-info
%attr(644,root,root) %{python2_sitearch}/mpich/%{name}/*.so
%attr(644,root,root) %{python2_sitearch}/mpich/%{name}/lib-pmpi/*.so
%{python2_sitearch}/mpich/%{name}
%endif
%endif
%if 0%{?with_python3}
%if %{with_openmpi}
%files -n python%{python3_pkgversion}-mpi4py-openmpi
%doc CHANGES.rst DESCRIPTION.rst README.rst
%{python3_sitearch}/openmpi/%{name}-*.egg-info
%attr(644,root,root) %{python3_sitearch}/openmpi/%{name}/*.so
%attr(644,root,root) %{python3_sitearch}/openmpi/%{name}/lib-pmpi/*.so
%{python3_sitearch}/openmpi/%{name}
%endif
%if %{with_mpich}
%files -n python%{python3_pkgversion}-mpi4py-mpich
%doc CHANGES.rst DESCRIPTION.rst README.rst
%{python3_sitearch}/mpich/%{name}-*.egg-info
%attr(644,root,root) %{python3_sitearch}/mpich/%{name}/*.so
%attr(644,root,root) %{python3_sitearch}/mpich/%{name}/lib-pmpi/*.so
%{python3_sitearch}/mpich/%{name}
%endif
%endif
%files docs
%doc docs/* demo
%changelog
* Mon Apr 15 2024 Brian J. Murrell <[email protected]> - 3.1.6-1
- Update to 3.1.6
- Move tests to %%{_bindir}
- Don't build for Py2 on EL8 any more
- Remove mpi4py-2.0.0-openmpi-threading.patch
- Add rpmlinting exceptions
- Change -tests to noarch
- Rebase specfile on upstreams
* Mon Jun 05 2023 Brian J. Murrell <[email protected]> - 3.0.3-4
- Disable python2 build on EL9 and Leap 15.4
- Fix shebang for tests/test_io_daos.py and docs/demo/python-config
- Fix up MODULEPATH for Leap 15.4
* Tue Oct 12 2021 Mohamad Chaarawi <[email protected]> - 3.0.3-3
- update patch for DAOS test to remove temp dir
* Mon May 31 2021 Brian J. Murrell <[email protected]> - 3.0.3-2
- Remove virtual provides
- Package tests for both Python 2 and 3
* Thu Jun 25 2020 Brian J. Murrell <[email protected]> - 3.0.3-1
- Update to new release
* Fri Jun 19 2020 Brian J. Murrell <[email protected]> - 3.0.1-5
- Fix build on Leap 15.1
* Thu Jan 23 2020 Brian J. Murrell <[email protected]> - 3.0.1-4
- Build on Leap 15.1
* Sun Dec 29 2019 Brian J. Murrell <[email protected]> - 3.0.1-3
- Add Provides: %%{name}-cart-%%{cart_major}-daos-%%{daos_major}
* Fri Sep 06 2019 Brian J. Murrell <[email protected]> - 3.0.1-2
- Disable openmpi build
- Add DAOS test
- Create tests subpackage
- BRs environment-modules, {mpich,openmpi}-autoload and ed
- tests needs to Requires: runtime
* Sat Feb 16 2019 Zbigniew Jędrzejewski-Szmek <[email protected]> - 3.0.1-1
- Update to latest bugfix version (#1677683)
* Wed Feb 13 2019 Orion Poplawski <[email protected]> - 3.0.0-6
- Rebuild for openmpi 3.1.3
* Fri Feb 01 2019 Fedora Release Engineering <[email protected]> - 3.0.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <[email protected]> - 3.0.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Tue Jun 19 2018 Miro Hrončok <[email protected]> - 3.0.0-3
- Rebuilt for Python 3.7
* Thu Feb 08 2018 Fedora Release Engineering <[email protected]> - 3.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Sat Nov 11 2017 Thomas Spura <[email protected]> - 3.0.0-1
- update to 3.0.0 (#1510901)
* Sun Oct 29 2017 Thomas Spura <[email protected]> - 2.0.0-14
- Set threads to serialized in openmpi due to #1105902
* Sun Oct 29 2017 Thomas Spura <[email protected]> - 2.0.0-13
- disable tests on openmpi due to #1105902 (#1423965)
* Thu Aug 03 2017 Fedora Release Engineering <[email protected]> - 2.0.0-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Wed Jul 26 2017 Fedora Release Engineering <[email protected]> - 2.0.0-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Thu Jun 15 2017 Thomas Spura <[email protected]> - 2.0.0-10
- Reenable python3 package (#1461023)
* Fri Feb 10 2017 Fedora Release Engineering <[email protected]> - 2.0.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Wed Nov 2 2016 Orion Poplawski <[email protected]> - 2.0.0-8
- Require appropriate mpi python support packages
- Remove useless provides
* Mon Oct 24 2016 Orion Poplawski <[email protected]> - 2.0.0-7
- Use upstream tox commands for tests
- Minor spec cleanup
* Mon Oct 24 2016 Orion Poplawski <[email protected]> - 2.0.0-7
- Enable python3 for EPEL
* Fri Oct 21 2016 Orion Poplawski <[email protected]> - 2.0.0-6
- Rebuild for openmpi 2.0
* Tue Jul 19 2016 Fedora Release Engineering <[email protected]> - 2.0.0-5
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
* Thu Feb 04 2016 Fedora Release Engineering <[email protected]> - 2.0.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Thu Nov 12 2015 Fedora Release Engineering <[email protected]> - 2.0.0-3
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
* Mon Nov 9 2015 Orion Poplawski <[email protected]> - 2.0.0-2
- Bump obsoletes
* Sat Oct 24 2015 Thomas Spura <[email protected]> - 2.0.0-1
- update to 2.0.0
* Wed Oct 14 2015 Thomas Spura <[email protected]> - 1.3.1-16
- Rename mpi4py packages to python2-mpi4py
* Tue Sep 15 2015 Orion Poplawski <[email protected]> - 1.3.1-15
- Rebuild for openmpi 1.10.0
* Tue Aug 18 2015 Zbigniew Jędrzejewski-Szmek <[email protected]> - 1.3.1-14
- Rebuild for rpm-mpi-hooks-3-2
* Mon Aug 17 2015 Zbigniew Jędrzejewski-Szmek <[email protected]> - 1.3.1-13
- Rebuild for rpm-mpi-hooks-3-1
* Sat Aug 15 2015 Zbigniew Jędrzejewski-Szmek <[email protected]> - 1.3.1-12
- Remove requires filtering... not necessary anymore
* Mon Aug 10 2015 Sandro Mani <[email protected]> - 1.3.1-11
- Rebuild for RPM MPI Requires Provides Change
* Wed Jul 29 2015 Karsten Hopp <[email protected]> 1.3.1-10
- mpich is available on ppc64 now
* Mon Jun 29 2015 Thomas Spura <[email protected]> - 1.3.1-9
- Use new py_build/install macros
* Wed Jun 17 2015 Fedora Release Engineering <[email protected]> - 1.3.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sat Mar 14 2015 Thomas Spura <[email protected]> - 1.3.1-7
- remove %%py3dir
- use python2 macros instead of unversioned ones
* Thu Mar 12 2015 Thomas Spura <[email protected]> - 1.3.1-6
- Rebuild for changed mpich libraries
* Sun Aug 17 2014 Fedora Release Engineering <[email protected]> - 1.3.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sat Jun 07 2014 Fedora Release Engineering <[email protected]> - 1.3.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Fri May 9 2014 Orion Poplawski <[email protected]> - 1.3.1-3
- Rebuild for Python 3.4
* Mon Feb 24 2014 Thomas Spura <[email protected]> - 1.3.1-2
- Rebuilt for new mpich-3.1
* Thu Aug 8 2013 Thomas Spura <[email protected]> - 1.3.1-1
- update to 1.3.1
* Sat Aug 03 2013 Fedora Release Engineering <[email protected]> - 1.3-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Sat Jul 20 2013 Deji Akingunola <[email protected]> - 1.3-8
- Rename mpich2 sub-packages to mpich and rebuild for mpich-3.0
* Thu Feb 14 2013 Fedora Release Engineering <[email protected]> - 1.3-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Wed Nov 14 2012 Thomas Spura <[email protected]> - 1.3-6
- rebuild for newer mpich2
* Sat Aug 4 2012 Thomas Spura <[email protected]> - 1.3-5
- conditionalize mpich2 support, there is no mpich2 on el6-ppc64
* Fri Aug 03 2012 David Malcolm <[email protected]> - 1.3-4
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
* Fri Jul 20 2012 Fedora Release Engineering <[email protected]> - 1.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Wed Jan 25 2012 Thomas Spura <[email protected]> - 1.3-2
- filter requires in pysitearch/openmpi/mpi4py/lib-pmpi/lib (#741104)
* Fri Jan 20 2012 Thomas Spura <[email protected]> - 1.3-1
- update to 1.3
- filter provides in pythonsitearch
- run tests differently
* Fri Jan 13 2012 Fedora Release Engineering <[email protected]> - 1.2.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Wed Mar 30 2011 Deji Akingunola <[email protected]> - 1.2.2-6
- Rebuild for mpich2 soname bump
* Tue Feb 08 2011 Fedora Release Engineering <[email protected]> - 1.2.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Wed Dec 29 2010 David Malcolm <[email protected]> - 1.2.2-4
- rebuild for newer python3
* Tue Oct 19 2010 Thomas Spura <[email protected]> - 1.2.2-3
- rebuild for new mpich2 and openmpi versions
* Wed Sep 29 2010 jkeating - 1.2.2-2
- Rebuilt for gcc bug 634757
* Wed Sep 15 2010 Thomas Spura <[email protected]> - 1.2.2-1
- update to new version
* Sun Aug 22 2010 Thomas Spura <[email protected]> - 1.2.1-6
- rebuild with python3.2
http://lists.fedoraproject.org/pipermail/devel/2010-August/141368.html
* Wed Jul 21 2010 David Malcolm <[email protected]> - 1.2.1-5
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
* Wed Jul 7 2010 Thomas Spura <[email protected]> - 1.2.1-4
- doc package needs to require common package, because of licensing
* Sun Apr 11 2010 Thomas Spura <[email protected]> - 1.2.1-3
- also provides python2-mpi4py-*
* Sat Feb 27 2010 Thomas Spura <[email protected]> - 1.2.1-2
- delete R on the main package in docs subpackage
(main package is empty -> would be an unresolved dependency)
* Sat Feb 27 2010 Thomas Spura <[email protected]> - 1.2.1-1
- new version
- removing of hidden file not needed anymore (done upstream)
- fix spelling error builtin -> built-in
* Fri Feb 26 2010 Thomas Spura <[email protected]> - 1.2-7
- introduce OPENMPI and MPD macros to easy enable/disable the testsuite
* Tue Feb 16 2010 Thomas Spura <[email protected]> - 1.2-6
- don't delete *.pyx/*.pyd
- delete docs/source
* Mon Feb 8 2010 Thomas Spura <[email protected]> - 1.2-5
- disable testsuite
* Sun Feb 7 2010 Thomas Spura <[email protected]> - 1.2-4
- enable testsuite
- move huge docs into docs subpackage
* Sun Feb 7 2010 Thomas Spura <[email protected]> - 1.2-3
- delete lam building
- install to correct locations
* Sun Feb 7 2010 Thomas Spura <[email protected]> - 1.2-2
- compile for different mpi versions
* Sun Feb 7 2010 Thomas Spura <[email protected]> - 1.2-1
- initial import