%global shortv %(echo %version|awk -F. '{print $1 "." $2}') %global cubew_vers 4.5 %global shortwv %(echo %cubew_vers|awk -F. '{print $1 "." $2}') %if 0%{?el6}%{?el7} %global dts devtoolset-9 %endif Name: cube Version: 4.5 Release: 3%{?dist} Summary: CUBE Uniform Behavioral Encoding generic presentation component License: BSD URL: http://www.scalasca.org/software/cube-4.x/download.html Source0: http://apps.fz-juelich.de/scalasca/releases/cube/%shortv/dist/cubegui-%{version}.tar.gz Source1: http://apps.fz-juelich.de/scalasca/releases/cube/%shortwv/dist/cubew-%{cubew_vers}.tar.gz Source2: http://apps.fz-juelich.de/scalasca/releases/cube/%shortv/dist/cubelib-%{version}.tar.gz # disable check for new versions Patch0: cube-nocheck.patch BuildRequires: dbus-devel BuildRequires: qt5-qtbase-devel BuildRequires: chrpath BuildRequires: desktop-file-utils BuildRequires: zlib-devel BuildRequires: make %{?dts:BuildRequires: %dts-gcc-c++} Requires: %{name}-libs%{?_isa} = %{version}-%{release} %description CUBE (CUBE Uniform Behavioral Encoding) is a generic presentation component suitable for displaying a wide variety of performance metrics for parallel programs including MPI and OpenMP applications. CUBE allows interactive exploration of a multidimensional performance space in a scalable fashion. Scalability is achieved in two ways: hierarchical decomposition of individual dimensions and aggregation across different dimensions. All performance metrics are uniformly accommodated in the same display and thus provide the ability to easily compare the effects of different kinds of performance behavior. %package libs Summary: Non-GUI libraries for %{name} %description libs Non-GUI libraries required by %{name} %package libs-devel Summary: Development files for %{name}-libs Requires: %{name}-libs%{?_isa} = %{version}-%{release} %description libs-devel Development files for %{name}-libs. %package guilib Summary: GUI library for %{name} %description guilib GUI library for %{name}. %package guilib-devel Summary: Development files for %{name}-guilib Requires: %{name}-guilib%{?_isa} = %{version}-%{release} %description guilib-devel Development files for %{name}-guilib. %package devel Summary: Development files for %{name} Requires: %{name}-libs-devel = %{version}-%{release} Requires: %{name}-guilib-devel = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}, including GUI applications. %package doc Summary: Documentation for %{name} BuildArch: noarch %description doc The %{name}-doc package contains documentation for %{name}. %prep %setup -q -c tar fx %SOURCE0 tar fx %SOURCE1 tar fx %SOURCE2 # Fiddle for cubelib not being installed when building cubegui cat <<+ >cubelib-config #!/bin/sh case \$1 in --cppflags|--cflags) printf '%s\n' -I$(pwd)/cubelib-%version/inst%_includedir/cubelib ;; --ldflags) printf '%s\n' -L$(pwd)/cubelib-%version/inst%_libdir ;; --libs) printf '%s\n' '-lcube4 -lz' ;; --interface-version) printf '%s\n' 9:0:2 ;; esac + chmod +x cubelib-config cd cubegui-%version %patch0 -p1 %build %{?dts:. /opt/rh/%dts/enable} # This may not be the best way to eliminate rpath from the -config binaries. # rpmlint still complains, apparently about a string which doesn't # affect --ldflags or show up in chrpath -l. %global unhardcode \ sed -i -e 's/HARDCODE_INTO_LIBS"]="1"/HARDCODE_INTO_LIBS"]="0"/' \\\ -e "s/hardcode_into_libs='yes'/hardcode_into_libs='no'/" cd cubew-%cubew_vers %configure --enable-shared --disable-static --disable-silent-rules %unhardcode build-backend/config.status %make_build cd ../cubelib-%version %configure --enable-shared --disable-static --disable-silent-rules %unhardcode build-frontend/config.status %make_build # Collect it for use by cubegui make install DESTDIR=$(pwd)/inst # Wrong paths in .la cause trouble rm inst%_libdir/*.la cd ../cubegui-%version # Kludge: For some reason the Qt dependencies are found as .so paths # in Fedora (only), and libtool re-orders them with libcube4gui after what it # should link against, and linking fails. %{?fedora:export LIBS="$LIBS -lQt5PrintSupport -lQt5Widgets -lQt5Gui -lQt5Network -lQt5Concurrent -lQt5Core"} %configure --disable-static \ --disable-silent-rules \ --with-platform=linux \ --with-cubelib=$(pwd)/.. %unhardcode build-frontend/config.status %make_build %install %make_install -C cubew-%cubew_vers %make_install -C cubelib-%version %make_install -C cubegui-%version find %{buildroot} -name '*.la' -exec rm -f {} ';' # Don't duplicate large files ln -sf ../../cubelib/example/{trace,summary}.cubex %buildroot%_docdir/cubegui/example # Register as an application to be visible in the software center # # NOTE: It would be *awesome* if this file was maintained by the upstream # project, translated and installed into the right place during `make install`. # # See http://www.freedesktop.org/software/appstream/docs/ for more details. # mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata cat > $RPM_BUILD_ROOT%{_datadir}/appdata/CUBE.appdata.xml < CUBE.desktop CC0-1.0 BSD-3-Clause Cube A presentation component suitable for displaying performance data for parallel programs

"Cube" (CUBE Uniform Behavioral Encoding) is a presentation component suitable for displaying a wide variety of performance data for parallel programs including MPI and OpenMP applications.

Program performance is represented in a multi-dimensional space including various program and system resources. The tool allows the interactive exploration of this space in a scalable fashion and browsing the different kinds of performance behavior with ease. All metrics are uniformly accommodated in the same display and thus provide the ability to easily compare the effects of different kinds of program behavior.

"Cube" also includes a library to read and write performance data as well as operators to compare, integrate, and summarize data from different experiments.

The Cube 4.x release series uses an incompatible API and file format compared to previous versions, however, existing files in CUBE3 format can still be processed for backwards-compatibility.

http://apps.fz-juelich.de/scalasca/releases/cube/screenshots/topo1.png http://apps.fz-juelich.de/scalasca/releases/cube/screenshots/topo2.png http://apps.fz-juelich.de/scalasca/releases/cube/screenshots/box.png http://apps.fz-juelich.de/scalasca/releases/cube/screenshots/flat.png http://apps.fz-juelich.de/scalasca/releases/cube/screenshots/palette.png http://www.scalasca.org/software/cube-4.x/download.html scalasca_at_fz-juelich.de
EOF # Strip rpath chrpath -d -k %{buildroot}%{_bindir}/* %{buildroot}%{_libdir}/{,cube-plugins/}*.so || : # Install desktop file cat <CUBE.desktop [Desktop Entry] Comment=Performance profile browser CUBE Exec=%_bindir/cube Icon=%_datadir/icons/cubegui/Cube.xpm InitialPreference=3 MimeType=application/cube; Name=Cube (scalasca.org) Terminal=false Type=Application Categories=Science;ComputerScience;DataVisualization; EOF desktop-file-install --dir=%{buildroot}%{_datadir}/applications CUBE.desktop # For abipkgdiff/taskotron; fixme: is there a conventional place to put it? cat >%{buildroot}%{_libdir}/cube-plugins/plugins.abignore </dev/null || : /usr/bin/update-desktop-database &> /dev/null || : %postun if [ $1 -eq 0 ] ; then /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : fi /usr/bin/update-desktop-database &> /dev/null || : %posttrans /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %endif %ldconfig_scriptlets libs %ldconfig_scriptlets guilib %files %license cubegui-%version/COPYING %doc cubegui-%version/AUTHORS %doc cubegui-%version/ChangeLog %doc cubegui-%version/OPEN_ISSUES %doc cubegui-%version/README %{_bindir}/cube %{_bindir}/cube3to4 %{_bindir}/cube4to3 %{_bindir}/cube_calltree %{_bindir}/cube_canonize %{_bindir}/cube_clean %{_bindir}/cube_cmp %{_bindir}/cube_commoncalltree %{_bindir}/cube_cut %{_bindir}/cube_derive %{_bindir}/cube_diff %{_bindir}/cube_dump %{_bindir}/cube_exclusify %{_bindir}/cube_inclusify %{_bindir}/cube_info %{_bindir}/cube_is_empty %{_bindir}/cube_mean %{_bindir}/cube_merge %{_bindir}/cube_nodeview %{_bindir}/cube_part %{_bindir}/cube_rank %{_bindir}/cube_regioninfo %{_bindir}/cube_remap2 %{_bindir}/cube_sanity %{_bindir}/cube_score %{_bindir}/cube_stat %{_bindir}/cube_test %{_bindir}/cube_topoassist %{_bindir}/tau2cube %{_libdir}/libgraphwidgetcommon-plugin.so.7* %{_libdir}/cube-plugins/ %{_datadir}/appdata/*.appdata.xml %{_datadir}/applications/CUBE.desktop %{_datadir}/icons/* %{_datadir}/cubegui/ %files devel %files libs %license cubegui-%version/COPYING %{_bindir}/cube_server %exclude %{_libdir}/lib%{name}4gui*.so* %{_libdir}/lib%{name}*.so.7* %{_datadir}/cubelib/ %{_datadir}/cubew/ %files libs-devel %{_bindir}/cubelib-config %{_bindir}/cubew-config %{_includedir}/cubew %{_includedir}/cubelib %{_libdir}/lib%{name}*.so %{_libdir}/libgraphwidgetcommon-plugin.so %doc cubegui-%version/examples %files guilib %license cubegui-%version/COPYING %{_libdir}/lib%{name}4gui.so.7* %files guilib-devel %{_bindir}/cubegui-config %{_includedir}/cubegui %{_libdir}/lib%{name}4gui.so %files doc %license cubegui-%version/COPYING %doc %_docdir/cubew %doc %_docdir/cubelib %doc %_docdir/cubegui %changelog * Tue Jan 26 2021 Fedora Release Engineering - 4.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering - 4.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jun 9 2020 Dave Love - 4.5-1 - New version, with some build changes * Fri May 29 2020 Dave Love - 4.4.4-3 - Always build with Qt5 and kludge around the Fedora failure * Tue Jan 28 2020 Fedora Release Engineering - 4.4.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Aug 1 2019 Dave love - 4.4.4-1 - New version * Wed Jul 24 2019 Fedora Release Engineering - 4.4.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Mar 21 2019 Dave Love - 4.4.3-1 - New version - Drop qt patch * Thu Jan 31 2019 Fedora Release Engineering - 4.4.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Jan 16 2019 Dave Love - 4.4.2-4 - Add empty %%files so cube-devel actually built * Wed Jan 16 2019 Dave Love - 4.4.2-3 - Remove /usr/lib64/libcube4gui.so from cube-libs * Mon Dec 3 2018 Dave Love - 4.4.2-2 - Adapt to el8, with qt5 - Add guilib{,-devel} sub-packages really to separate GUI dependency - Add missing license files * Mon Oct 22 2018 Dave Love - 4.4.2-1 - Update to cubew 4.4.1, cubelib and cubeGUI 4.4.2 * Mon Oct 22 2018 Dave Love - 4.4-6 - Avoid rpath in -config program ldflags - Only ship one copy of .cubex example files * Fri Oct 12 2018 Dave Love - 4.4-5 - Bump release for f28 rebuild * Tue Jul 31 2018 Florian Weimer - 4.4-4 - Rebuild with fixed binutils * Fri Jul 27 2018 Dave Love - 4.4-3 - Add .abignore file - Fix desktop file - Move libcube4gui to cube package to avoid cube-libs requiring Qt * Thu Jul 12 2018 Fedora Release Engineering - 4.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon May 14 2018 Dave Love - 4.4-1 - New version - Considerably restructured for new source structure, but keeping the same built packages * Wed Feb 07 2018 Fedora Release Engineering - 4.3.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering - 4.3.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 4.3.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed May 31 2017 Dave Love - 4.3.5-1 - Update to 4.3.5 (#1456614) * Mon May 15 2017 Fedora Release Engineering - 4.3.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 4.3.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Jan 09 2017 Kalev Lember - 4.3.4-6 - Fix icon path in the desktop file * Fri Oct 21 2016 Orion Poplawski - 4.3.4-5 - Add patch to not wrap includes in extern "C" {} * Tue May 10 2016 Dave Love - 4.3.4-4 - Run ldconfig for both main as well as libs (for libgraphwidgetcommon-plugin) * Mon May 9 2016 Dave Love - 4.3.4-3 - Run ldconfig for libs package, not main * Thu May 5 2016 Dave Love - 4.3.4-2 - Have cube require matching cube-libs - Don't do network check for new version * Wed May 4 2016 Dave Love - 4.3.4-1 - Update to 4.3.4 - Adjust for desktop and module files removed from distribution - Remove xerces from configure - Reinstate smp make * Wed Feb 03 2016 Fedora Release Engineering - 4.3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Dec 11 2015 Orion Poplawski - 4.3.3-1 - Update to 4.3.3 * Sat Oct 3 2015 Dave Love - 4.3.2-3 - Have devel package depend on cube-libs, not cube * Fri Jun 26 2015 Dave Love - 4.3.2-2 - Make separate libs package (for scorep) - Don't BR Java stuff * Fri Jun 19 2015 Orion Poplawski - 4.3.2-1 - Update to 4.3.2 - Drop java sub-package, moved to separate release * Wed Jun 17 2015 Fedora Release Engineering - 4.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Tue May 5 2015 Orion Poplawski - 4.3.1-1 - Update to 4.3.1 * Sat May 02 2015 Kalev Lember - 4.2.3-5 - Rebuilt for GCC 5 C++11 ABI change * Thu Mar 26 2015 Richard Hughes - 4.2.3-4 - Add an AppData file for the software center * Tue Mar 3 2015 Peter Robinson 4.2.3-3 - rebuild (gcc5) * Sat Aug 16 2014 Fedora Release Engineering - 4.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Thu Jul 17 2014 Orion Poplawski - 4.2.3-1 - Update to 4.2.3 * Sat Jun 07 2014 Fedora Release Engineering - 4.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Mon Mar 3 2014 Orion Poplawski - 4.2.2-1 - Update to 4.2.2 - Fix doc duplication - Add icon and destop-database scriptlets - Use chrpath to strip rpaths * Fri Feb 28 2014 Orion Poplawski - 4.2.1-2 - Add %%check * Wed Feb 26 2014 Orion Poplawski - 4.2.1-1 - Update to 4.2.1 * Fri Nov 8 2013 Orion Poplawski - 4.2-3 - Fix 32bit build * Wed Oct 2 2013 Orion Poplawski - 4.2-2 - Use patch to fix up various libdir paths - Modify configure to remove rpath * Fri Sep 27 2013 Orion Poplawski - 4.2-1 - Initial package