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