Skip to content

Console Output

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