SHA256
1
0
forked from pool/vtk

Accepting request 536369 from home:dimstar:Factory

- Setup MPI environment before building.

- Setup MPI environment before building.

OBS-URL: https://build.opensuse.org/request/show/536369
OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=104
This commit is contained in:
Atri Bhattacharya 2017-10-25 08:37:28 +00:00 committed by Git OBS Bridge
parent 6d5fcfd660
commit 41a160bb54
4 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 24 11:55:17 UTC 2017 - dimstar@opensuse.org
- Setup MPI environment before building.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 12 20:47:27 UTC 2017 - jengelh@inai.de Thu Oct 12 20:47:27 UTC 2017 - jengelh@inai.de

View File

@ -310,6 +310,10 @@ grep -rl '\.\./\.\./\.\./\.\./VTKData' . | xargs -r perl -pi -e's,\.\./\.\./\.\.
export CFLAGS="%{optflags}" export CFLAGS="%{optflags}"
export CXXFLAGS="%{optflags}" export CXXFLAGS="%{optflags}"
if [ -f %{_libdir}/mpi/gcc/openmpi/bin/mpivars.sh ]; then
source %{_libdir}/mpi/gcc/openmpi/bin/mpivars.sh
fi
mkdir build mkdir build
pushd build pushd build
cmake .. \ cmake .. \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 24 11:55:17 UTC 2017 - dimstar@opensuse.org
- Setup MPI environment before building.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 12 20:47:27 UTC 2017 - jengelh@inai.de Thu Oct 12 20:47:27 UTC 2017 - jengelh@inai.de

View File

@ -310,6 +310,10 @@ grep -rl '\.\./\.\./\.\./\.\./VTKData' . | xargs -r perl -pi -e's,\.\./\.\./\.\.
export CFLAGS="%{optflags}" export CFLAGS="%{optflags}"
export CXXFLAGS="%{optflags}" export CXXFLAGS="%{optflags}"
if [ -f %{_libdir}/mpi/gcc/openmpi/bin/mpivars.sh ]; then
source %{_libdir}/mpi/gcc/openmpi/bin/mpivars.sh
fi
mkdir build mkdir build
pushd build pushd build
cmake .. \ cmake .. \