diff --git a/scorep-8.1.tar.gz b/scorep-8.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..74cef687aafdfbcedfc61b43bbd29c1c8a99a71d Binary files /dev/null and b/scorep-8.1.tar.gz differ diff --git a/scorep.spec b/scorep.spec new file mode 100644 index 0000000000000000000000000000000000000000..5673eecbf6d789270d948ba968a588dc51d87006 --- /dev/null +++ b/scorep.spec @@ -0,0 +1,42 @@ +Name: scorep +Version: 8.1 +Release: 1%{?dist} +Summary: Scalable Performance Measurement Infrastructure for Parallel Codes + + +Group: Development/Tools +License: BSD +URL: https://www.vi-hps.org/projects/score-p/ +Source0: scorep-8.1.tar.gz + +BuildRequires: clang binutils-devel + +%description +The Score-P measurement infrastructure is a highly scalable and easy-to-use tool suite for profiling and event tracing of HPC applications. + +%prep +%setup -q + + +%build +mkdir _build +cd _build +../configure --prefix=/opt --without-mpi +make %{?_smp_mflags} + + +%install +cd _build +make install DESTDIR=%{buildroot} + + +%files +%doc +/opt + + + + +%changelog +* Tue May 23 2023 liuxingxiang - 8.1-1 +- initial release