From 64ac71af82629ad484722555c54328eb23ccc7d7 Mon Sep 17 00:00:00 2001 From: sagitter Date: Nov 02 2017 13:14:19 +0000 Subject: MPI builds activated --- diff --git a/psblas3.spec b/psblas3.spec index 9462849..b2ab587 100644 --- a/psblas3.spec +++ b/psblas3.spec @@ -1,8 +1,8 @@ # pblas requires GNU Fortran version 4.8.4 or later # Impossible build on epel6 %if 0%{?fedora} || 0%{?rhel} >= 7 -%global with_mpich 0 -%global with_openmpi 0 +%global with_mpich 1 +%global with_openmpi 1 %global with_serial 1 %endif @@ -21,7 +21,7 @@ Name: psblas3 Summary: Parallel Sparse Basic Linear Algebra Subroutines Version: %{major_version}.5.0 -Release: 8%{?dist} +Release: 9%{?dist} License: BSD URL: https://github.com/sfilippone/psblas3 Source0: https://github.com/sfilippone/psblas3/archive/v%{version}.tar.gz#/psblas3-%{version}.tar.gz @@ -413,6 +413,9 @@ popd ###################################################### %changelog +* Thu Nov 02 2017 Antonio Trande - 3.5.0-9 +- MPI builds activated + * Thu Nov 02 2017 Antonio Trande - 3.5.0-8 - Remove -Wl,--as-needed flag