Skip to content

Console Output

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