orion pushed to scorep (f22). "Merge branch 'master' into f22 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon May 11 18:29:24 UTC 2015


From 72f9ed211a279ffa1c6f4860c76608cb0d826f72 Mon Sep 17 00:00:00 2001
From: Marcin Juszkiewicz <mjuszkiewicz at redhat.com>
Date: Tue, 3 Mar 2015 10:09:55 +0100
Subject: update gnu-config files to build on aarch64


diff --git a/scorep.spec b/scorep.spec
index bbc95ed..1ca3696 100644
--- a/scorep.spec
+++ b/scorep.spec
@@ -1,6 +1,6 @@
 Name:           scorep
 Version:        1.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Scalable Performance Measurement Infrastructure for Parallel Codes
 
 License:        BSD
@@ -113,6 +113,8 @@ rm -rf vendor/{opari2,otf2}
 %global _configure ../configure
 %global configure_opts --enable-shared --disable-static --disable-silent-rules
 
+cp /usr/lib/rpm/redhat/config.{sub,guess} build-config/
+
 # Build serial version
 mkdir serial
 cd serial
@@ -226,6 +228,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 %endif
 
 %changelog
+* Mon Jan 19 2015 Marcin Juszkiewicz <mjuszkiewicz at redhat.com> - 1.3-3
+- update gnu-config files to build on aarch64
+
 * Sat Dec 13 2014 Orion Poplawski <orion at cora.nwra.com> - 1.3-2
 - Use %%license
 
-- 
cgit v0.10.2


From d1b93914cb71828554efcb30efe8058d071e261d Mon Sep 17 00:00:00 2001
From: Orion Poplawski <orion at cora.nwra.com>
Date: Wed, 4 Mar 2015 07:22:58 -0700
Subject: Rebuild for papi


diff --git a/scorep.spec b/scorep.spec
index 1ca3696..e86599e 100644
--- a/scorep.spec
+++ b/scorep.spec
@@ -1,6 +1,6 @@
 Name:           scorep
 Version:        1.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Scalable Performance Measurement Infrastructure for Parallel Codes
 
 License:        BSD
@@ -228,6 +228,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 %endif
 
 %changelog
+* Wed Mar 04 2015 Orion Poplawski <orion at cora.nwra.com> - 1.3-4
+- Rebuild for papi
+
 * Mon Jan 19 2015 Marcin Juszkiewicz <mjuszkiewicz at redhat.com> - 1.3-3
 - update gnu-config files to build on aarch64
 
-- 
cgit v0.10.2


From 0518c3c666235c309b34d676c210467e2c65ea9b Mon Sep 17 00:00:00 2001
From: Orion Poplawski <orion at cora.nwra.com>
Date: Fri, 13 Mar 2015 20:38:49 -0600
Subject: Rebuild for mpich 3.1.4 soname change


diff --git a/scorep.spec b/scorep.spec
index e86599e..4e88586 100644
--- a/scorep.spec
+++ b/scorep.spec
@@ -1,6 +1,6 @@
 Name:           scorep
 Version:        1.3
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Scalable Performance Measurement Infrastructure for Parallel Codes
 
 License:        BSD
@@ -228,6 +228,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 %endif
 
 %changelog
+* Fri Mar 13 2015 Orion Poplawski <orion at cora.nwra.com> - 1.3-5
+- Rebuild for mpich 3.1.4 soname change
+
 * Wed Mar 04 2015 Orion Poplawski <orion at cora.nwra.com> - 1.3-4
 - Rebuild for papi
 
-- 
cgit v0.10.2


From c38ef09b28500a13e811c4f07442220037572de5 Mon Sep 17 00:00:00 2001
From: Orion Poplawski <orion at cora.nwra.com>
Date: Wed, 15 Apr 2015 21:16:40 -0600
Subject: No mpich on EL6 ppc64


diff --git a/scorep.spec b/scorep.spec
index 4e88586..c8b3b0a 100644
--- a/scorep.spec
+++ b/scorep.spec
@@ -27,6 +27,12 @@ Requires:       papi
 # No openmpi on s390(x)
 %global with_openmpi 0
 %endif
+# No mpich on EL6 ppc64
+%ifarch ppc64
+%if 0%{?rhel} && 0%{?rhel} <= 6
+%global with_mpich 0
+%endif
+%endif
 
 %if %{with_mpich}
 %global mpi_list mpich
-- 
cgit v0.10.2


From f2f44f83b86c49d3966008d64d71011f77d4e5b5 Mon Sep 17 00:00:00 2001
From: Kalev Lember <kalevlember at gmail.com>
Date: Sat, 2 May 2015 17:39:56 +0200
Subject: Rebuilt for GCC 5 C++11 ABI change


diff --git a/scorep.spec b/scorep.spec
index c8b3b0a..f5115be 100644
--- a/scorep.spec
+++ b/scorep.spec
@@ -1,6 +1,6 @@
 Name:           scorep
 Version:        1.3
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Scalable Performance Measurement Infrastructure for Parallel Codes
 
 License:        BSD
@@ -234,6 +234,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 %endif
 
 %changelog
+* Sat May 02 2015 Kalev Lember <kalevlember at gmail.com> - 1.3-6
+- Rebuilt for GCC 5 C++11 ABI change
+
 * Fri Mar 13 2015 Orion Poplawski <orion at cora.nwra.com> - 1.3-5
 - Rebuild for mpich 3.1.4 soname change
 
-- 
cgit v0.10.2


From e2be8fa4067d6806bef0a4984da19cf9911b4519 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek at in.waw.pl>
Date: Sun, 3 May 2015 15:18:55 -0400
Subject: Rebuild for changed mpich


diff --git a/scorep.spec b/scorep.spec
index f5115be..1b73858 100644
--- a/scorep.spec
+++ b/scorep.spec
@@ -1,6 +1,6 @@
 Name:           scorep
 Version:        1.3
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Scalable Performance Measurement Infrastructure for Parallel Codes
 
 License:        BSD
@@ -234,6 +234,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 %endif
 
 %changelog
+* Sun May  3 2015 Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl> - 1.3-7
+- Rebuild for changed mpich
+
 * Sat May 02 2015 Kalev Lember <kalevlember at gmail.com> - 1.3-6
 - Rebuilt for GCC 5 C++11 ABI change
 
-- 
cgit v0.10.2


From 5d52d68fc05e4a5808b47bd382d0ef06dd5c7442 Mon Sep 17 00:00:00 2001
From: Orion Poplawski <orion at cora.nwra.com>
Date: Tue, 5 May 2015 12:17:47 -0600
Subject: Update to 1.4


diff --git a/.gitignore b/.gitignore
index 5363b2f..c2a716a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /scorep-1.3.tar.gz
+/scorep-1.4.tar.gz
diff --git a/scorep.spec b/scorep.spec
index 1b73858..f2bcfff 100644
--- a/scorep.spec
+++ b/scorep.spec
@@ -1,6 +1,6 @@
 Name:           scorep
-Version:        1.3
-Release:        7%{?dist}
+Version:        1.4
+Release:        1%{?dist}
 Summary:        Scalable Performance Measurement Infrastructure for Parallel Codes
 
 License:        BSD
@@ -11,15 +11,15 @@ BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  binutils-devel
 BuildRequires:  chrpath
-BuildRequires:  cube-devel
+BuildRequires:  cube-devel >= 4.3
 BuildRequires:  opari2
 BuildRequires:  otf2-devel >= 1.4
 BuildRequires:  papi-devel
 Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
-Requires:       binutils-devel
-Requires:       cube-devel
-Requires:       otf2-devel >= 1.4
-Requires:       papi
+Requires:       binutils-devel%{?_isa}
+Requires:       cube-devel%{?_isa} >= 4.3
+Requires:       otf2-devel%{?_isa} >= 1.5
+Requires:       papi%{?_isa}
 
 %global with_mpich 1
 %global with_openmpi 1
@@ -66,7 +66,7 @@ Score-P runtime libraries.
 %package mpich
 Summary:        Scalable Performance Measurement Infrastructure for Parallel Codes for mpich
 Requires:       %{name}-mpich-libs%{?_isa} = %{version}-%{release}
-Requires:       mpich
+Requires:       mpich%{?_isa}
 BuildRequires:  mpich-devel
 
 %description mpich
@@ -90,7 +90,7 @@ Score-P mpich runtime libraries.
 %package openmpi
 Summary:        Scalable Performance Measurement Infrastructure for Parallel Codes for openmpi
 Requires:       %{name}-openmpi-libs%{?_isa} = %{version}-%{release}
-Requires:       openmpi
+Requires:       openmpi%{?_isa}
 BuildRequires:  openmpi-devel
 
 %description openmpi
@@ -234,6 +234,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 %endif
 
 %changelog
+* Tue May 5 2015 Orion Poplawski <orion at cora.nwra.com> - 1.4-1
+- Update to 1.4
+
 * Sun May  3 2015 Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl> - 1.3-7
 - Rebuild for changed mpich
 
diff --git a/sources b/sources
index d5f59ee..6d7d3a9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9db6f957b7f51fa01377a9537867a55c  scorep-1.3.tar.gz
+17bd732cf54097d35157bf0d8284ad78  scorep-1.4.tar.gz
-- 
cgit v0.10.2


From 90369c1b6bc83a8131a7e553915a4f4361ca75a4 Mon Sep 17 00:00:00 2001
From: Orion Poplawski <orion at cora.nwra.com>
Date: Fri, 8 May 2015 08:49:49 -0600
Subject: Update to 1.4.1


diff --git a/.gitignore b/.gitignore
index c2a716a..eac7403 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /scorep-1.3.tar.gz
 /scorep-1.4.tar.gz
+/scorep-1.4.1.tar.gz
diff --git a/scorep.spec b/scorep.spec
index f2bcfff..2d302a8 100644
--- a/scorep.spec
+++ b/scorep.spec
@@ -1,5 +1,5 @@
 Name:           scorep
-Version:        1.4
+Version:        1.4.1
 Release:        1%{?dist}
 Summary:        Scalable Performance Measurement Infrastructure for Parallel Codes
 
@@ -234,6 +234,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 %endif
 
 %changelog
+* Fri May 8 2015 Orion Poplawski <orion at cora.nwra.com> - 1.4.1-1
+- Update to 1.4.1
+
 * Tue May 5 2015 Orion Poplawski <orion at cora.nwra.com> - 1.4-1
 - Update to 1.4
 
diff --git a/sources b/sources
index 6d7d3a9..125047e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-17bd732cf54097d35157bf0d8284ad78  scorep-1.4.tar.gz
+b0158f14ae7ed3e8b4d4305c44518560  scorep-1.4.1.tar.gz
-- 
cgit v0.10.2


From 5a6a4860a9aec1f61c16e7fb2ff653596316f03c Mon Sep 17 00:00:00 2001
From: Orion Poplawski <orion at cora.nwra.com>
Date: Mon, 11 May 2015 12:25:39 -0600
Subject: Require papi-devel, add requires to mpi packages


diff --git a/scorep.spec b/scorep.spec
index 2d302a8..a651398 100644
--- a/scorep.spec
+++ b/scorep.spec
@@ -1,6 +1,6 @@
 Name:           scorep
 Version:        1.4.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Scalable Performance Measurement Infrastructure for Parallel Codes
 
 License:        BSD
@@ -19,7 +19,7 @@ Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
 Requires:       binutils-devel%{?_isa}
 Requires:       cube-devel%{?_isa} >= 4.3
 Requires:       otf2-devel%{?_isa} >= 1.5
-Requires:       papi%{?_isa}
+Requires:       papi-devel%{?_isa}
 
 %global with_mpich 1
 %global with_openmpi 1
@@ -65,9 +65,12 @@ Score-P runtime libraries.
 %if %{with_mpich}
 %package mpich
 Summary:        Scalable Performance Measurement Infrastructure for Parallel Codes for mpich
+BuildRequires:  mpich-devel
 Requires:       %{name}-mpich-libs%{?_isa} = %{version}-%{release}
 Requires:       mpich%{?_isa}
-BuildRequires:  mpich-devel
+Requires:       cube-devel%{?_isa} >= 4.3
+Requires:       otf2-devel%{?_isa} >= 1.5
+Requires:       papi-devel%{?_isa}
 
 %description mpich
 The Score-P (Scalable Performance Measurement Infrastructure for
@@ -89,9 +92,12 @@ Score-P mpich runtime libraries.
 %if %{with_openmpi}
 %package openmpi
 Summary:        Scalable Performance Measurement Infrastructure for Parallel Codes for openmpi
+BuildRequires:  openmpi-devel
 Requires:       %{name}-openmpi-libs%{?_isa} = %{version}-%{release}
 Requires:       openmpi%{?_isa}
-BuildRequires:  openmpi-devel
+Requires:       cube-devel%{?_isa} >= 4.3
+Requires:       otf2-devel%{?_isa} >= 1.5
+Requires:       papi-devel%{?_isa}
 
 %description openmpi
 The Score-P (Scalable Performance Measurement Infrastructure for
@@ -234,6 +240,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 %endif
 
 %changelog
+* Mon May 11 2015 Orion Poplawski <orion at cora.nwra.com> - 1.4.1-2
+- Require papi-devel, add requires to mpi packages
+
 * Fri May 8 2015 Orion Poplawski <orion at cora.nwra.com> - 1.4.1-1
 - Update to 1.4.1
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/scorep.git/commit/?h=f22&id=6de6245506bbed0b2fbc614a69e22408a00a3247


More information about the scm-commits mailing list