Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

9 changes: 1 addition & 8 deletions components/perf-tools/scorep/SPECS/scorep.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@

Summary: Scalable Performance Measurement Infrastructure for Parallel Codes
Name: %{pname}-%{compiler_family}-%{mpi_family}%{PROJ_DELIM}
Version: 10.0
Version: 10.1
Release: 1%{?dist}
License: BSD
Group: %{PROJ_NAME}/perf-tools
URL: http://www.vi-hps.org/projects/score-p/
Source0: https://perftools.pages.jsc.fz-juelich.de/cicd/scorep/tags/scorep-%{version}/scorep-%{version}.tar.gz
Patch1: Score-P-10.0_fix-intel-mpi-linker-error.patch
BuildRequires: automake
BuildRequires: bison
BuildRequires: binutils-devel
Expand Down Expand Up @@ -69,7 +68,6 @@ This is the %{compiler_family}-%{mpi_family} version.
%prep

%setup -q -n %{pname}-%{version}
%patch -P 1 -p1

%build

Expand Down Expand Up @@ -188,11 +186,6 @@ rm -f $RPM_BUILD_ROOT%{install_path}/lib/*.la
rm -f $RPM_BUILD_ROOT%{install_path}/lib/*.a
rm -f $RPM_BUILD_ROOT%{install_path}/lib/scorep/*.la

# symlink README.LICENSES.md to COPYING to work around broken scorep-info license in Score-P v10.0
pushd $RPM_BUILD_ROOT%{install_path}/share/doc/scorep/
ln -s README.LICENSES.md COPYING
popd

%if 0%{?suse_version}
%fdupes -s %{buildroot}%{install_path}
%endif
Expand Down
2 changes: 1 addition & 1 deletion components/serial-libs/opari2/SPECS/opari2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

Summary: An OpenMP runtime performance measurement instrumenter
Name: %{pname}-%{compiler_family}%{PROJ_DELIM}
Version: 2.0.9
Version: 2.0.10
Release: 1%{?dist}
License: BSD-3-Clause
Group: %{PROJ_NAME}/serial-libs
Expand Down
4 changes: 2 additions & 2 deletions tests/perf-tools/scorep/tests/test_module
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ teardown() {
assert_success
}

@test "[${TESTNAME}] Verify availability of COPYING for scorep (${LMOD_FAMILY_COMPILER}/${LMOD_FAMILY_MPI})" {
@test "[${TESTNAME}] Verify availability of README.LICENSES.md for scorep (${LMOD_FAMILY_COMPILER}/${LMOD_FAMILY_MPI})" {
# Required for scorep-info license
run ls "${SCOREP_DIR}/share/doc/scorep/COPYING"
run ls "${SCOREP_DIR}/share/doc/scorep/README.LICENSES.md"
assert_success
}
Loading