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