SHA256
1
0
forked from pool/vtk

Accepting request 662745 from home:StefanBruens:branches:science

- Add openmpi2 flavor
- BuildRequire netcdf-{mpi_flavor}-devel for MPI flavors
- Add Conflicts between flavors of python3 subpackage (all flavors
  install into python_sitearch).
- Convert openmpi package to multibuild flavor
- Use correct mpi version - openmpi currently means openmpi, and not openmpi2/3
  Otherwise, VTK depends on openmpi1 (HDF5, netcdf) and openmpi2/3 (direct)
- Remove several mpi BuildRequires in serial flavor

OBS-URL: https://build.opensuse.org/request/show/662745
OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=133
This commit is contained in:
2019-01-05 16:21:10 +00:00
committed by Git OBS Bridge
parent 6d43a74ef0
commit b539f2fe63
5 changed files with 153 additions and 1198 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Jan 2 23:19:48 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Add openmpi2 flavor
- BuildRequire netcdf-{mpi_flavor}-devel for MPI flavors
- Add Conflicts between flavors of python3 subpackage (all flavors
install into python_sitearch).
-------------------------------------------------------------------
Fri Dec 14 23:15:27 UTC 2018 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Convert openmpi package to multibuild flavor
- Use correct mpi version - openmpi currently means openmpi, and not openmpi2/3
Otherwise, VTK depends on openmpi1 (HDF5, netcdf) and openmpi2/3 (direct)
- Remove several mpi BuildRequires in serial flavor
-------------------------------------------------------------------
Wed Dec 12 19:32:47 UTC 2018 - Stefan Brüns <stefan.bruens@rwth-aachen.de>