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