Skip to content

Console Output

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