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