Skip to content

Console Output

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