From 320251b4143d266acda0d94a1ac08e00029df00d Mon Sep 17 00:00:00 2001 From: Jussi Lehtola Date: Oct 23 2009 11:03:22 +0000 Subject: Fix FTBFS caused by openmpi. --- diff --git a/towhee.spec b/towhee.spec index c902587..39f18a1 100644 --- a/towhee.spec +++ b/towhee.spec @@ -1,6 +1,6 @@ Name: towhee Version: 6.2.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Monte Carlo molecular simulation code Group: Applications/Engineering License: GPLv2+ @@ -137,8 +137,8 @@ cd .. # Load MPI enviroment %if %modules == 1 -. /etc/profile.d/modules.sh -module load %{_libdir}/openmpi/*/openmpi.module +#. /etc/profile.d/modules.sh +module load openmpi-%{_arch} export CFLAGS="%{optflags}" %endif @@ -212,6 +212,9 @@ rm -rf %{buildroot} %doc Examples/* %changelog +* Fri Oct 23 2009 Jussi Lehtola - 6.2.6-4 +- Fix FTBFS problem caused by behaviour change of openmpi. + * Sun Jul 26 2009 Fedora Release Engineering - 6.2.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild