Console Output
03:47:13 # See also Jenkinsfile in apt-build repository for stuff that is installed BEFORE everything here
03:47:13 # Don't try fancy stuff like debuginfo, which is useless on binary-only
03:47:13 # packages. Don't strip binary too
03:47:13 # Be sure buildpolicy set to do nothing
03:47:13 %define __spec_install_post %{nil}
03:47:13 %define debug_package %{nil}
03:47:13 %define __os_install_post %{_dbpath}/brp-compress
03:47:13
03:47:13 Summary: OpenModelica
03:47:13 Name: openmodelica-nightly
03:47:13 Version: 1.26.0~dev~497~gd5a267a
03:47:13 Release: 1%{?dist}
03:47:13 License: OSMC-PL
03:47:13 Group: Development/Tools
03:47:13 # spectool -g -R SPECS/xxx.spec
03:47:13 # sudo yum-builddep SPECS/xxx.spec
03:47:13 SOURCE0 : https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.26.0~dev-497-gd5a267a.orig.tar.xz
03:47:13 SOURCE1 : https://openmodelica.org/doc/openmodelica-doc-latest.tar.xz
03:47:13
03:47:13 URL: https://openmodelica.org/
03:47:13
03:47:13 %if 0%{?rhel} == 6
03:47:13 Autoreq: 0
03:47:13 Requires: readline
03:47:13 Requires: qt5-qtbase
03:47:13 Requires: qt5-qtsvg
03:47:13 Requires: qt5-qtwebkit
03:47:13 Requires: qt5-qtxmlpatterns
03:47:13 Requires: libffi
03:47:13 %endif
03:47:13 Autoprov: 0
03:47:13 Prefix: /opt/%{name}
03:47:13 Prefix: %{_bindir}
03:47:13
03:47:13 %global __requires_exclude ^(lib.*Modelica.*|lib[oO][mM][^n].*[.]so.*|libklu[.]so.*|libsuitesparseconfig[.]so.*|libqjson[.]so.*|libfmi.*[.]so.*|libumfpack[.]so.*|libamd[.]so.*|libzlib[.]so.*|libbtf[.]so.*|libcminpack[.]so.*|libcoinmumps[.]so.*|libipopt[.]so.*|liblis[.]so.*|/usr/bin/python|libzmq[.]so.*|libtf[.]so.*|libcolamd[.]so.*|libsundials.*)$
03:47:13
03:47:13 # Recommended (for the repo): git rpm-build rpmdevtools epel-release
03:47:13 %if 0%{?rhel} > 0
03:47:13 # CentOS / RHEL requires the EPEL repository (for omniORB, etc)
03:47:13 BuildRequires: epel-release
03:47:13 Requires: epel-release
03:47:13 %endif
03:47:13
03:47:13 Requires: lapack-devel
03:47:13 Requires: make
03:47:13 Requires: gcc
03:47:13 Requires: gcc-gfortran
03:47:13 Requires: gcc-c++
03:47:13
03:47:13 BuildRequires: automake
03:47:13 %if 0%{?rhel} >= 8
03:47:13 %define withomniorb --without-omniORB
03:47:13 %else
03:47:13 %define withomniorb --with-omniORB
03:47:13 BuildRequires: omniORB-devel
03:47:13 BuildRequires: lpsolve-devel
03:47:13 %endif
03:47:13 BuildRequires: expat-devel
03:47:13 BuildRequires: bison
03:47:13 BuildRequires: flex
03:47:13 BuildRequires: lapack-devel
03:47:13 BuildRequires: libtool
03:47:13 BuildRequires: uuid
03:47:13 BuildRequires: uuid-devel
03:47:13 BuildRequires: hdf5-devel
03:47:13 BuildRequires: boost-devel
03:47:13 BuildRequires: boost-static
03:47:13 BuildRequires: hwloc-devel
03:47:13 BuildRequires: readline-devel
03:47:13 BuildRequires: libffi-devel
03:47:13 BuildRequires: curl-devel
03:47:13 BuildRequires: gettext
03:47:13 BuildRequires: make
03:47:13 BuildRequires: java
03:47:13 BuildRequires: tar
03:47:13 BuildRequires: xz
03:47:13 BuildRequires: gcc
03:47:13 BuildRequires: gcc-c++
03:47:13 BuildRequires: gcc-gfortran
03:47:13 %if 0%{?rhel} <= 9
03:47:13 BuildRequires: qt5-qtwebkit-devel
03:47:13 BuildRequires: qt5-linguist
03:47:13 BuildRequires: qt5-qttools
03:47:13 BuildRequires: qt5-qtbase-devel
03:47:13 BuildRequires: qt5-qtsvg-devel
03:47:13 BuildRequires: qt5-qtxmlpatterns-devel
03:47:13 %else // el 10 does not have qt5-qtwebkit anymore, use qt6
03:47:13 BuildRequires: qt6-qtwebengine-devel
03:47:13 BuildRequires: qt6-linguist
03:47:13 BuildRequires: qt6-qttools
03:47:13 BuildRequires: qt6-qtbase-devel
03:47:13 BuildRequires: qt6-qtsvg-devel
03:47:13 BuildRequires: qt6-qt3d-devel
03:47:13 %endif
03:47:13 %if 0%{?rhel} >= 7
03:47:13 BuildRequires: qt5-qt3d-devel
03:47:13 %endif
03:47:13
03:47:13
03:47:13 # Use cmake versions > 3. On EL7 this is provided by cmake3 package.
03:47:13 # On EL > 7 it is just cmake.
03:47:13 %if 0%{?rhel} == 7
03:47:13 BuildRequires: cmake3
03:47:13 %define cmakecommand CMAKE=cmake3
03:47:13 %else
03:47:13 BuildRequires: cmake
03:47:13 %define cmakecommand CMAKE=cmake
03:47:13 %endif
03:47:13
03:47:13 # The base centos:8 image (we use for our build-deps:el8 image) comes with
03:47:13 # broken cmake package due to old libarchive (v3.3.2). v3.3.3 Seems to work.
03:47:13 # Once the base image is updated this can be removed.
03:47:13 %if 0%{?rhel} == 8
03:47:13 BuildRequires: libarchive >= 3.3.3
03:47:13 %endif
03:47:13
03:47:13 # Use gcc-11 on EL8 as well. devtoolset does not seem to be available on
03:47:13 # EL8. One is supposed to use gcc-toolset instead.
03:47:13 %{?el8:Requires: gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ gcc-toolset-11-gcc-gfortran}
03:47:13 %if 0%{?rhel} == 8
03:47:13 BuildRequires: gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ gcc-toolset-11-gcc-gfortran
03:47:13 %define devtoolsconfigureflags CC=/opt/rh/gcc-toolset-11/root/usr/bin/gcc CXX=/opt/rh/gcc-toolset-11/root/usr/bin/g++ FC=/opt/rh/gcc-toolset-11/root/usr/bin/gfortran AS=/opt/rh/gcc-toolset-11/root/usr/bin/as
03:47:13 %endif
03:47:13
03:47:13 # EL7 has -static-libstdc++ inside devtools (but the system g++ does not know the flag) -- adrpo: check this, also for el6
03:47:13 %{?el7:Requires: devtoolset-11-gcc}
03:47:13 %{?el7:Requires: devtoolset-11-gcc-c++}
03:47:13 %{?el7:Requires: devtoolset-11-gcc-gfortran}
03:47:13
03:47:13 %if 0%{?rhel} <= 7 && 0%{?rhel} >= 1
03:47:13 BuildRequires: devtoolset-11-gcc devtoolset-11-gcc-c++ devtoolset-11-gcc-gfortran
03:47:13 %define devtoolsconfigureflags CC=/opt/rh/devtoolset-11/root/usr/bin/gcc CXX=/opt/rh/devtoolset-11/root/usr/bin/g++ FC=/opt/rh/devtoolset-11/root/usr/bin/gfortran
03:47:13 %endif
03:47:13
03:47:13 %if 0%{?fedora} >= 25
03:47:13 BuildRequires: OpenSceneGraph-devel
03:47:13 %endif
03:47:13
03:47:13 %if 0%{?rhel} >= 10
03:47:13 %define withqt6 --with-qt6
03:47:13 %define omqtversion=QT6
03:47:13 %else
03:47:13 %define omqtversion=QT5
03:47:13 %endif
03:47:13
03:47:13
03:47:13 # We should use clang, but OMEdit does not compile with it due to odd default qmake flags
03:47:13 Requires: gcc
03:47:13 Requires: gcc-c++
03:47:13 Requires: lapack-devel
03:47:13
03:47:13 Requires(post): %{_sbindir}/update-alternatives
03:47:13 Requires(postun): %{_sbindir}/update-alternatives
03:47:13
03:47:13 # CentOS does not have suggests
03:47:13 %if 0%{?fedora} >= 24 || 0%{?rhel} >= 8
03:47:13 Suggests: boost-devel
03:47:13 Suggests: boost-static
03:47:13 Suggests: lapack-static
03:47:13 Suggests: openblas-static
03:47:13 %else
03:47:13 Requires: boost-devel
03:47:13 Requires: boost-static
03:47:13 %endif
03:47:13
03:47:13 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
03:47:13
03:47:13 %description
03:47:13 %{summary}
03:47:13
03:47:13 %prep
03:47:13
03:47:13 %setup -q -n openmodelica_1.26.0~dev-497-gd5a267a
03:47:13 tar xJf %{_sourcedir}/openmodelica-doc-latest.tar.xz
03:47:13
03:47:13
03:47:13
03:47:13 %if 0%{?rhel} <= 7 && 0%{?rhel} >= 1
03:47:13 source /opt/rh/devtoolset-11/enable
03:47:13 %endif
03:47:13
03:47:13 %if 0%{?rhel} == 8
03:47:13 source /opt/rh/gcc-toolset-11/enable
03:47:13 %endif
03:47:13
03:47:13 autoreconf --install
03:47:13 ./configure CFLAGS="-Os" CXXFLAGS="-Os" QTDIR=/usr/%{_lib}/{omqtversion} %{withomniorb} %{withqt6} %{?devtoolsconfigureflags} --without-omc --prefix=/opt/%{name} --without-omlibrary %{cmakecommand}
03:47:13
03:47:13 %build
03:47:13
03:47:13 %if 0%{?rhel} <= 7 && 0%{?rhel} >= 1
03:47:13 source /opt/rh/devtoolset-11/enable
03:47:13 %endif
03:47:13
03:47:13 %if 0%{?rhel} == 8
03:47:13 source /opt/rh/gcc-toolset-11/enable
03:47:13 %endif
03:47:13
03:47:13 make -j8
03:47:13 test ! -f libraries/install-index.json || make -j8 omlibrary
03:47:13
03:47:13 %install
03:47:13 rm -rf %{buildroot}
03:47:13 make install DESTDIR="%{buildroot}"
03:47:13 mkdir -p %{buildroot}/opt/%{name}/lib/ %{buildroot}/opt/%{name}/share/doc/omc/ %{buildroot}%{_bindir}
03:47:13 ln -s /usr/lib/omlibrary %{buildroot}/opt/%{name}/lib/
03:47:13 ln -s /opt/%{name}/bin/omc %{buildroot}%{_bindir}/omc-nightly
03:47:13 ln -s /opt/%{name}/bin/OMEdit %{buildroot}%{_bindir}/OMEdit-nightly
03:47:13 ln -s /opt/%{name}/bin/OMShell %{buildroot}%{_bindir}/OMShell-nightly
03:47:13 ln -s /opt/%{name}/bin/OMShell-terminal %{buildroot}%{_bindir}/OMShell-terminal-nightly
03:47:13 ln -s /opt/%{name}/bin/OMNotebook %{buildroot}%{_bindir}/OMNotebook-nightly
03:47:13 ln -s /opt/%{name}/bin/OMPlot %{buildroot}%{_bindir}/OMPlot-nightly
03:47:13 touch %{buildroot}%{_bindir}/omc
03:47:13 touch %{buildroot}%{_bindir}/OMEdit
03:47:13 touch %{buildroot}%{_bindir}/OMShell
03:47:13 touch %{buildroot}%{_bindir}/OMShell-terminal
03:47:13 touch %{buildroot}%{_bindir}/OMNotebook
03:47:13 touch %{buildroot}%{_bindir}/OMPlot
03:47:13 cp -a openmodelica-doc*/* %{buildroot}/opt/%{name}/share/doc/omc/
03:47:13
03:47:13 %postun
03:47:13 if [ "$1" -ge "1" ]; then
03:47:13 if [ "`readlink %{_sysconfdir}/alternatives/openmodelica`" == "%{_bindir}/omc-nightly" ]; then
03:47:13 %{_sbindir}/alternatives --set openmodelica %{_bindir}/omc-nightly
03:47:13 fi
03:47:13 fi
03:47:13
03:47:13 %post
03:47:13 %{_sbindir}/update-alternatives --install %{_bindir}/omc openmodelica %{_bindir}/omc-nightly 1018000 \
03:47:13 --slave %{_bindir}/OMEdit openmodelica-OMEdit %{_bindir}/OMEdit-nightly \
03:47:13 --slave %{_bindir}/OMShell openmodelica-OMShell %{_bindir}/OMShell-nightly \
03:47:13 --slave %{_bindir}/OMShell-terminal openmodelica-OMShell-terminal %{_bindir}/OMShell-terminal-nightly \
03:47:13 --slave %{_bindir}/OMNotebook openmodelica-OMNotebook %{_bindir}/OMNotebook-nightly \
03:47:13 --slave %{_bindir}/OMPlot openmodelica-OMPlot %{_bindir}/OMPlot-nightly
03:47:13
03:47:13 %preun
03:47:13 if [ $1 = 0 ]; then
03:47:13 %{_sbindir}/update-alternatives --remove openmodelica %{_bindir}/omc-nightly
03:47:13 fi
03:47:13
03:47:13 %clean
03:47:13 rm -rf %{buildroot}
03:47:13
03:47:13 %files
03:47:13 %defattr(-,root,root,-)
03:47:13 /opt/%{name}/*
03:47:13 %{_bindir}/*-nightly
03:47:13 %ghost %{_bindir}/omc
03:47:13 %ghost %{_bindir}/OMEdit
03:47:13 %ghost %{_bindir}/OMShell
03:47:13 %ghost %{_bindir}/OMShell-terminal
03:47:13 %ghost %{_bindir}/OMNotebook
03:47:13 %ghost %{_bindir}/OMPlot
03:47:13
03:47:13 %changelog
03:47:13 * Mon Nov 24 2025 OpenModelica <openmodelica@ida.liu.se> ${version}-1
03:47:13 - First Build