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