Skip to content

Console Output

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